Skip to content

simple reverse shells in c for both linux and windows

Notifications You must be signed in to change notification settings

amitschendel/Reverse-Shells

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Reverse Shell 🏴‍☠️

In order to gain code execution on a remote machine, we can open a shell and start running shell commands on the attacked machine. There are 2 types of methods that we can use:

I) Bind shell

In bind shell, the client is the attacker and the attacked machine is the server. By connecting to the remote server and gaining a shell we can perform remote code execution.

II) Reverse shell

In reverse shell the the client is attacked machine, and the server is the attacker. The attacked mechine connects to the server hosted by an attacker, and redirects the output into it. That way we achieve remote code execution.

reverse shell

Demo

Demo

Disclaimer

This project is for educational purposes only, we are not responsible for any kind of abuse.

About

simple reverse shells in c for both linux and windows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published