ferreiraklet / icmp_reverse_shell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

icmp_reverse_shell

ICMP REVERSE SHELL / BACKDOOR

Hi, hope you are doing well, this project is about reverse shell using icmp, here is how it can be used

Usage

FIrstly, compile it in your machine

Attacker:

gcc server.c -o server -pthread

Victim:

gcc client.c -o client -pthread

To Run the Server:

./server <target-ip>
./server 192.168.1.9

Run the client on victim machine

./client

You can use nohup to put the process in background

nohup ./client &

Note I'm not responsible for any of your actions,

Be happy.

References

ICMPSH

ICMPSHELL

ICMPDOOR

About

License:MIT License


Languages

Language:C 99.5%Language:Makefile 0.5%