This project contains various scripts and tools for backdoor operations. It includes several Python scripts that perform different tasks related to backdoor functionality.
backdoor.py
: Main backdoor script.Dumper.py
: Script for dumping data.Server.py
: Server-side script for handling backdoor connections.lazagne
: Directory containing LaZagne-related modules.winpwnage
: Directory containing WinPwnage-related modules.
Ensure you have Python installed on your system. You can download it from python.org.
- Clone the repository or download the zip file and extract it.
- Navigate to the project directory.
- Install the required dependencies using
pip
:
pip install -r requirements.txt
- To run the main backdoor script:
python backdoor.py
- To run the server-side script:
python Server.py
The project relies on the following third-party libraries:
- pynput
- opencv-python
- pyaudio
- numpy
- moviepy
- Pillow
These are specified in the requirements.txt
file and can be installed using the instructions above.
backdoor.py
is the main backdoor script. It includes functionalities for connecting to a remote server, capturing keystrokes, and more.Dumper.py
is used for data dumping operations.server1.py
sets up a server to handle incoming connections from the backdoor clients.- The
lazagne
andwinpwnage
directories contain modules related to LaZagne and WinPwnage tools, respectively.
Screenshot - Capture a screenshot from the target
Audio - Record audio on the target
Screen Record - Record the screen on the target
Webcam - Take a picture from the webcam
Keylogger - Track and save keylogs on the target
Lock - Lock the target's workstation
Dump Password - Dump passwords from the target (lazagne> https://github.com/AlessandroZ/LaZagne.git)
Privilege Escalation - Elevate privileges to Admin or System (winpwnage> https://github.com/rootm0s/WinPwnage.git)
This project is for educational and ethical hacking purposes only. Use it responsibly.
- Pawat Jiangthiranan
- Peerawichaya Pholwiset
- Sorravich Rattagool
- Sirapich Boonyasampan
-
AlessandroZ for LaZagne