malwaredllc / byob

An open-source post-exploitation framework for students, researchers and developers.
https://byob.dev
GNU General Public License v3.0
8.99k stars 2.13k forks source link

how to build client and server byob botnet ? #39

Closed hakanonymos closed 6 years ago

hakanonymos commented 6 years ago

i have install all dependances but i can not build client and server for your botnet

please help me , give an exemple how to setup your botnet with host and port

malwaredllc commented 6 years ago

C2 Server python server.py [listen_port] Example: python server.py. --port 8000 The above command will run the C2 server listening on port 8000 for incoming connections from clients

Client Generator python client.py [server_ip] [server_port] Example: python client.py 192.30.255.113 8000 The above command will generate a client (ex. byob_a8f.py) which will connect to the C2 server when launched

hakanonymos commented 6 years ago

I did not understand, I have to run the server in windows so no need to open cmd to launch my server. if I understand correctly I have to run an .exe and not .py in windows can you make a tutoriel how to use this botnet ? or screenshot