Skip to content

Python scripts that demonstrate how to create a reverse shell. A reverse shell is a type of shell that connects back to an attacker-controlled machine.

Notifications You must be signed in to change notification settings

sallar-ba/PythonReverseShellBasic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Python Reverse Shell

This repository contains a simple Python implementation of a reverse shell, allowing a remote client to connect to a server and execute commands on the server machine.

Installation

To use this script, simply clone the repository using the following command:

  git clone https://github.com/sallar-ba/PythonReverseShell.git

Usage

Server Side

On the server side, run the server.py script to start listening for incoming connections:

python server.py

Client Side

On the client side, run the client.py script with the IP address and port number of the server machine:

    python client.py <server_ip> <server_port>

After running the client script, you will be connected to the server and can execute commands on the server machine through the client terminal.

Disclaimer

This script is intended for educational purposes only and should not be used for any malicious activities. The author of this script is not responsible for any damage caused by the misuse of this script.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Python scripts that demonstrate how to create a reverse shell. A reverse shell is a type of shell that connects back to an attacker-controlled machine.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages