Description:
This project tests for system vulnerabilities to secure users' systems by extracting sensitive information from a Windows system. It gathers system hardware details, browser data (Chrome and Microsoft Edge), WiFi network credentials, and even interfaces with Android devices via ADB.
-
Browser Data Extraction:
-
Network Credential Extraction:
"system_network_passwords": {
"NETGEAR68_EXT": "greatunicorn941",
"TPLINK_42": "greatunicorn333"
},
"system_network_count": 2
-
Android Device Interface:
Uses ADB to retrieve file listings from connected Android devices. -
System & Hardware Information:
Collects detailed data about CPU, memory, disk storage, GPU, motherboard, and OS information using WMI, psutil, and WMIC commands. -
Data Packaging & Exfiltration:
- Packages the collected data (logs, CSVs, etc.) and sends it via Discord webhooks for demonstration.
-
Logging:
- Implements comprehensive logging to track the extraction process.
08/14 07:30 PM | chromedata | DEBUG |: Attempting to generate data files
08/14 07:30 PM | main | INFO |: Libraries imported successfully!
08/14 07:30 PM | main | DEBUG |: Public IP
08/14 07:30 PM | main | DEBUG |: Webhook element successfully sent
08/14 07:30 PM | main | DEBUG |: Webhook element successfully sent
08/14 07:30 PM | main | DEBUG |: Webhook element successfully sent
08/14 07:30 PM | main | DEBUG |: Webhook element successfully sent
08/14 07:30 PM | main | DEBUG |: Webhook element successfully sent
08/14 07:30 PM | main | DEBUG |: Webhook element successfully sent
- Operating System: Windows 7, 8, 10, 11
- Python Version: 3.6x+
- Other:
- Chrome & Microsoft Edge must be installed for browser data extraction.
- An active ADB server for Android device interfacing.
This project was originally developed in July 2022, the summer after my freshman year of high school, fascinated with pushing the limits of malware behavior with Python.
Although this early version reflects the learning curve of a beginner, this repository serves as a milestone in my journey, demonstrating both my initial creativity and my ongoing evolution in the Computer Science field.
- Clone the repository:
git clone https://github.com/titusvnu/system-credentials-profiling-malware.git cd system-credentials-profiling-malware




