UBoat – A POC HTTP Botnet Project

UBoat HTTP is a POC HTTP Botnet designed to replicate a full weaponized commercial botnet.

UBoat Uses

  • Coded in C++ with no dependencies
  • Encrypted C&C Communications
  • Persistence to prevent your control being lost
  • Connection Redundancy (Uses a fallback server address or domain )
  • DDoS methods (TCP & UDP Flood)
  • Task Creation System ( Altering system HWID,Country,IP,OS.System )
  • Remote Commands
  • Update and Uninstall other malware
  • Download and Execute other malware
  • Active as well as Passive Keylogger
  • Enable Windows RDP
  • Plugin system for easy feature updates

Download

Also Read WAF-Buster : Disrupt WAF by abusing SSL/TLS Ciphers

Installation

Bot Compilation

Change the URL’s in gate.h including the fallback domain if you are intending to use it

Panel Setup

Installation :

  • Install lamp in unix / Xampp in Win Boxes
  • You need PHP 7.0 strictly don’t complain later
  • Install PMA because we are lazy ( thank me later )

Database Config :

  • Make a database named ‘uboat’
  • Rename uboat.sql located in /Panel/uboat.sql to uboat.sql.zip
  • Now import uboat.sql.zip in PhpMyAdmin to the database uboat you created

Panel Config :

  • Locate /Panel/private/config/config.php
  • Now edit it the url localhost/PHP/ with your C2 host url

** now look for the keyword “db” **

  1. username :- your mysql user
  2. password :- your mysql password
  3. host :- leave it as it is
  4. dbname :- It’s the database you created earlier remember ” uboat ” ?

Login Config :

Now choose a user/password credential for the login

  • Say for example :-
  1. user :- root
  2. password :- root Kay ?
  • For generating the password locate to /Panel/test.php

You can change the keyword root to your desired password We are using root since we chose to here :p

You are almost done !!

  • Now open PhpMyAdmin and locate the table user in database you created uboat
  • Change the hash in the password column

** Yay everything done **

Once you login you’ll get something like this

Credit : Souhardya Sardar, Tuhinshubhra & Team Virtually Unvoid Defensive

R K

Recent Posts

How AI Puts Data Security at Risk

Artificial Intelligence (AI) is changing how industries operate, automating processes, and driving new innovations. However,…

22 hours ago

The Evolution of Cloud Technology: Where We Started and Where We’re Headed

Image credit:pexels.com If you think back to the early days of personal computing, you probably…

5 days ago

The Evolution of Online Finance Tools In a Tech-Driven World

In an era defined by technological innovation, the way people handle and understand money has…

5 days ago

A Complete Guide to Lenso.ai and Its Reverse Image Search Capabilities

The online world becomes more visually driven with every passing year. Images spread across websites,…

6 days ago

How Web Application Firewalls (WAFs) Work

General Working of a Web Application Firewall (WAF) A Web Application Firewall (WAF) acts as…

1 month ago

How to Send POST Requests Using curl in Linux

How to Send POST Requests Using curl in Linux If you work with APIs, servers,…

1 month ago