• pkg for compiling the client to an executable.
• create-nodew-exe for making the executable silent.
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 installTo compile to Windows:
pkg .To make the Windows executable run in the background:
create-nodew-exe (src) (dst)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.
- Get it to work online instead of localhost.
- Add DDOS attack feature (any kind).