Skip to content
Cybercademy
Back to Project Ideas

Create A Reverse Shell With Python

A reverse shell initiates a shell session from the target to the victim machine. Build a python based reverse-shell generator tool which will dynamically generate the reverse-shell script or payload.

python offensive scripting networking

Overview

Build a python based reverse-shell generator tool which will dynamically generate the reverse-shell script or the payload by taking the user IP address as well as the listening port and finally the desired payload language such as bash or php etc.

Project Recommendations

It is recommended you have familiarity with the foundations of networking, the python programming language, it can run in any platform which has python installed. Intermediate knowledge of web application penetration testing and socket programming.