UBoat-Panel
Administration panel for the HTTP botnet UBoat - https://github.com/Souhardya/UBoat/
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Prerequisites
Installing
Clone this repository
git clone https://github.com/matricali/UBoat-Panel.git
Build and start the containers using Docker and Docker Compose
cd UBoat-Panel/
docker-compose up -d
It will set up an official PHP image plus necessary extensions and an official MariaDB container.
Then you can navigate panel at http://localhost/login
Once you login you'll get something like this
Deployment
Additional notes to deploy de panel on your own server
###Β Change database configuration
First, change the database connection in config.php pointing to your MySQL or MariaDB database.
Set up your virtual host
You can use your preferred webserver
Configure Apache virtual host
Options +SymLinksIfOwnerMatch
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
Configure Nginx virtual host
location / {
try_files $uri /index.php?_url=$uri&$args;
}
Built With
- Bootstrap 3 - The most popular HTML, CSS, and JS framework.
- jQuery - A fast, small, and feature-rich JavaScript library.
- Chart.js - Simple yet flexible JavaScript charting.
- jVectorMap - A vector-based component for interactive geography-related data visualization
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
- Souhardya Sardar - UBoat's author - Souhardya @malpwn
- Tuhinshubhra - Initial work - r3dhax0r @r3dhax0r
- Jorge Matricali - Current maintainer - matricali
See also the list of contributors who participated in this project.
License
This project is licensed under the MIT License - see the LICENSE file for details
Disclaimer
This project should be used for authorized testing or educational purposes only.
The main objective behind creating this offensive project was to aid security researchers and to enhance the understanding of commercial HTTP loader style botnets. We hope this project helps to contribute to the malware research community and people can develop efficient countermeasures.
Usage of UBoat without prior mutual consistency can be considered as an illegal activity. It is the final user's responsibility to obey all applicable local, state, and federal laws. Authors assume no liability and are not responsible for any misuse or damage caused by this program.