kc0021 / Booh-Botnet

HTTP BOTNET

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Booh-Botnet

Booh! is a simple Http Botnet built by "Droid" which is a pseudonym of Filipe Borges with the aim of doing research in the area of digital security. More info:

Landing page : https://filipeborges1993.github.io/Booh-Botnet ,

Panel : http://51.38.32.138/ (credentials $user-> Droid, $password-> '123';

How To Instal

Panel

This panel was created on Laravel framework, There is already a lot of documentation on how to install it on the internet, google it!

Any problem Send me Msg.

Polymorphic Builder

To use this builder you will need

  • **Visual studio 2017**

  • **Python3**

First - Create a panel user, for simplicity I created a route to do it

"www.Your-Panel-Ip.com/createUser/{username}/{password}"

alt text

This route can be disabled manually

  • Admin / routes / web.php

Comment the line

Route :: get ('/ createUser / {username} / {password}', 'Auth_Controller @ createUser')

<<<<<<< HEAD Second - Save the PanelKey and CrypthKey then you need to base64 encode your panel Ip/domain like that  

  • http://You-Panel-ip/Api

You can use "https://www.base64encode.org/" for it.

Than save your Base64 encoded URl to.

I added a feature that allows you to use a backup Url that uses the website www.pastebin.com. This feature premies that in case of any problem with the primary url, the owner of the botnet panel can use the paste to update the url panel.

To use this you need to create an new paste on pastebin.com, base64 encode the raw version of the paste link like the main panel url and save it with the other information.

Third - Go to polymorphic builder folder with terminal and use the command :

   python3 main.py

Than add the the previous saved information to the respective fields.

alt text

Four - Now we just need to compile. To do it you need open the folder named "Server" and click on .sln file to open with Visual Studio 2017 then Compile.

alt text

About

HTTP BOTNET


Languages

Language:C++ 47.2%Language:PHP 22.1%Language:Blade 17.0%Language:Python 13.4%Language:Vue 0.1%Language:Shell 0.1%Language:HTML 0.1%