DEV Community

Cover image for How to make Reverse Shell using Python [2021]
Credit Card Generator
Credit Card Generator

Posted on

How to make Reverse Shell using Python [2021]

What is a Reverse Shell

The reverse shell is a shell session formed on a connection initiated by a remote machine. Attackers who successfully exploit the risk of executing remote commands can use an inverse armor to obtain an interactive shell session on the target machine and continue their attack. Remote shell access (also known as a connector-back shell) may be the only way to remote shell access via NAT or a firewall. Let's see how the reverse shell works in practice.

How to Create Reverse Shell in Python

Reverse Shell Python Tutorial

Top comments (0)