Skip to content

A Golang experiment (inspired by CIA Hive : https://wikileaks.org/vault8) to sniff on a special port - C&C

License

Notifications You must be signed in to change notification settings

gmolveau/go_port_sniffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang Port Sniffer C&C

Proof of concept, don't use this code on any machine that is not yours.

Inspired by CIA Hive

Main :

Listens on the interface on the provided port socket, waiting to catch a specify header in order to execute the AES encrypted command.

The command is stored inside the payload section of the packet.

Client :

Used to send an AES encrypted command with a specific header to a specific port for an IP address.

How to use :

  • clone the repo
  • compile the server for the needed architecture
  • compile the client

About

A Golang experiment (inspired by CIA Hive : https://wikileaks.org/vault8) to sniff on a special port - C&C

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages