Skip to content

glitch-911/botnet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Botnet

Simple botnet made for educational purposes


Prerequisites & tools

Node for the runtime environment.
pkg for compiling the client to an executable.
create-nodew-exe for making the executable silent.

Getting started

Also make sure to add the dotenv file at:

  • config/.env

Use example.env as reference.

git clone https://github.com/brplcc/botnet.git
cd botnet
npm install

To compile to Windows:

pkg .

To make the Windows executable run in the background:

create-nodew-exe (src) (dst)

About

I started this project in hopes to improve my TCP networking skills and because I was interested in the subject. DISCLAIMER: I am not liable for any perceived damages or harm that may result from the improper use of this software; it was only created for educational purposes.

Special thanks to Looseman and Scrippy for testing. and ProtogenDelta for helping me properly understand how basic networking works and with code quality.


TODO

  • Get it to work online instead of localhost.
  • Add DDOS attack feature (any kind).

About

TCP Botnet using Node JS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%