Skip to content

Lightweight Python reverse meterpreter shell for ethical hacking practice with file, screenshot, and webcam support.

Notifications You must be signed in to change notification settings

learnwithaq/Python-Reverse-Meterpreter-Shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Python Reverse Meterpreter Shell

Just change IPs to your attacker machine.

How to check your ip?
Linux: Open Terminal and type command: ifconfig
Windows: Open CMD (Command Prompt) and type command: ipconfig

Dependencies to be installed on Victim python machine
pip install pyautogui
pip install opencv-python

How it works:

  1. Run "python hacker.py" on attacker machine (Kali Linux).
  2. Run "python victim.py" on victim machine (Windows 10 or 11)

Commands:
cd - change directory
ls - list
pwd - present working directory
download - to download files from victim machine
upload - to upload files to victim machine
desktop - Take screenshot
camera - capture victim picture


DISCLAIMER: This script is intended for **educational purposes only** and to help cybersecurity professionals and students understand reverse shell behavior, file transfer over sockets, and system interaction using Python.

⚠️ Unauthorized use of this code to gain access to systems, devices, or data without explicit permission is illegal and unethical.

By using or modifying this script, you agree to use it responsibly and only in environments where you have proper authorization, such as test labs, CTFs, or training environments.

The author and contributors are not responsible for any misuse or damages caused by this code.

About

Lightweight Python reverse meterpreter shell for ethical hacking practice with file, screenshot, and webcam support.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages