Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 657 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 657 Bytes

reverse-shell

made-with-python

This is a reverse shell written in Python used to to target a machine and gain remote shell access.

It consists of two distinct scripts:

  • reverse-shell-server.py: script with open listener port on which it receives the connection, by which command execution can be achieved.
  • reverse-shell-client.py: script in which the target machine (client) communicates back to the attacking machine (server).

reverseshell