MalX is a proof-of-concept malware project designed to demonstrate cyberattack techniques for educational purposes. The project operates with two main scripts: one for infecting a target machine and one for controlling the system remotely via an admin panel.
-
Clone this repository: git clone https://github.com/R1shabh-Shukla/MalX.git
-
Install dependencies on target machine: pip install -r requirements.txt
Run the Scripts:
To run the target machine script (malware) on target pc:
python malware.py
To run the admin panel script on admin pc:
python admin_panel.py
📦 Dependencies
1.Target Machine (Malware Script)
->requests
->opencv-python (cv2)
->pynput
->Pillow (ImageGrab)
->scapy
->win32gui
->winreg
2.Admin Panel Script
->bottle
🌟 Core Functionalities
1.Keylogger: Targets specific websites like Instagram and Facebook.
2.Network Sniffing: Captures network packets and sends them to the admin panel.
3.Webcam Capture: Takes real-time photos from the target’s webcam.
4.Screenshot Capture: Captures the target’s desktop screenshots.
5.Wi-Fi Password Extraction: Retrieves saved Wi-Fi credentials.
6.Remote Shutdown: Shuts down the target machine remotely.
📄 License This project is licensed under the MIT License - see the LICENSE file for details.