Skip to content
🎉 Welcome! Enjoy your reading, and I hope you will learn something new.

Reverse Shell

What is a Reverse Shell ?

A reverse shell is a type of shell where the target machine opens a connection to the attacker’s machine, allowing the attacker to execute commands on the target system.

Reverse Shell
https://www.wallarm.com/what/reverse-shell

What is a Bind Shell ?

A bind shell is a type of shell where the attacker opens a connection to the target machine, allowing the attacker to execute commands on the target system. This is often used in penetration testing and red teaming scenarios to gain control over a compromised system.

Tools

ToolDescription
ngrokSecure tunneling service that exposes local services to the internet
localhost.runSimple SSH-based tunneling service for exposing local servers
Reverse Shell GeneratorGenerates reverse shell payloads for multiple platforms and languages

Resources

Last updated on