Skip to content

HSNL-TAs/socket-lab2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

socket-lab2

Socket programming with botnet and C&C server

Overview

The bots will listen commands from C&C Server and execute the commands.

             +-----+
             | BOT |
             +-----+
                |
+-----+   +------------+   +------------+
| BOT |---| C&C Server |---| BOT Master |
+-----+   +------------+   +------------+
                |
             +-----+
             | BOT |
             +-----+

The lab purpose

All students need to program a BOT client for lab2.

TODO

  • Improve C&C Server: Change return content when BOT master PUT the commands to it.
  • A BOT Master program (Using Requests HTTP library PUT the commands to C&C server).
  • A BOT Master program: A bot master program use raw socket to change C&C server content.

About

Socket programming with botnet and C&C server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages