Giter VIP home page Giter VIP logo

uboat-panel's Introduction

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

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.

uboat-panel's People

Contributors

matricali avatar tuhinshubhra avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.