Skip to content

A simple botnet implementation using Python. It has a server program which store, send and update code payload for client machine and the client program which fetch the codes from the server. It uses the exec() function of Python to perform specific functionalities.

Notifications You must be signed in to change notification settings

rjcodesandtech/simple-python-botnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

simple-python-botnet

A simple botnet implementation using Python. It has a server program which store, send and update code payload for client machine and the client program which fetch the codes from the server. It uses the exec() function of Python to perform specific functionalities.

Note

This program is for educational purposes only. Using this in unethical ways is punishable by your national laws and regulation.

Setup

For the server side, make sure that Flask is installed in your server and simply run the wsgi.py and make sure that the port 8080 isn't occupied by other program or you will change the port number with available port (Flask default is 5000). For client side, first install the pyinstaller on your deployment machine to create .exe file then simply distribute the .exe to target machine.

Requirements

Server side Flask Client side (deployment machine) pyinstaller

About

A simple botnet implementation using Python. It has a server program which store, send and update code payload for client machine and the client program which fetch the codes from the server. It uses the exec() function of Python to perform specific functionalities.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published