Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 297 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 297 Bytes

reverse_shell

This Python code creates a simple remote shell server that allows a client to execute commands on the server machine. Requirements:

Python (3.x) socket module (included in standard library) subprocess module (included in standard library) os module (included in standard library)