Administration panel for the HTTP botnet UBoat - https://github.com/Souhardya/UBoat/
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.
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
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.
You can use your preferred webserver
Options +SymLinksIfOwnerMatch
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
location / {
try_files $uri /index.php?_url=$uri&$args;
}
- 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
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- 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.
This project is licensed under the MIT License - see the LICENSE file for details
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.