Skip to content

stillya/gcmp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gcmp - custom ICMP protocol for CTF-task

It contains two commands:

  • server - start up icmp-server with custom NuclearProtocol handling.
  sudo ./gcmp server [server-OPTIONS]
  • client - send ICMP-request with encaplsulated NuclearProtocol frame.
  sudo ./gcmp client [client-OPTIONS]
Help Options:
  -h, --help      Show this help message

[server command options]
          --addr= address of interface
          --code= code for authentication purposes
      -f, --flag= flag for CTF (default: flag{I_am_the_nuclear_bomb})
      
[client command options]
          --addr= address of server
          --code= code for authentication purposes
          --cmd=  server command

About

A custom ICMP protocol for CTF-task.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published