Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.19 KB

File metadata and controls

41 lines (27 loc) · 1.19 KB

python-revshell

A simple socket application created for a university project.

Overview

This repository contains a straightforward Python reverse shell implementation. It demonstrates basic socket programming concepts, where a client connects back to a server, allowing remote command execution from the server side.

Features

  • Simple Python socket-based reverse shell
  • Easy to understand and modify for educational purposes
  • Suitable for learning about networking, sockets, and basic remote administration

Usage

  1. Clone the repository

    git clone https://github.com/aryakvn/python-revshell.git
  2. Review the code and adjust IP/port settings as needed

    • Make sure both server and client scripts are configured with the correct network details.
  3. Run the server script on your control machine

    python server.py
  4. Run the client script on the target machine

    python client.py

Disclaimer

This repository is intended for educational purposes only. Please use responsibly and only in environments where you have explicit permission.

License

No license specified. Please contact the repository owner for more information.