A specialized security research tool built in Delphi for extracting and analyzing Windows security questions. Provides advanced system-level access capabilities for security testing and analysis.
- Registry Analysis: Extracts Hex Encoded security data from Windows registry
- Automated Decryption: Converts hex-encoded data to readable format
- SYSTEM Level Access: Utilizes elevated privileges via service creation
- Clean Operation: Automatic cleanup of temporary files
- Service Integration: Custom Windows service for SYSTEM context execution
- Security Checks: Administrative privilege verification
- Data Processing: JSON parsing and hex decoding
- UI Components: ListView display with clipboard integration
- Windows OS
- Administrative Rights
- Delphi RAD Studio to compile and build the project!
- Launch with administrative privileges (it has an admin check built into the code so you must run as admin in any case)
- Click button at the bottom of the program to initiate extraction
- View recovered Q&A pairs in list (they will show up on the listview component)
- Copy items via the right click context menu
- Unit1.pas: Main application logic
├── Registry extraction
├── Data processing
└── UI handling
- uSysAccount.pas: SYSTEM elevation
├── Service management
├── Process creation
└── Security validationFor authorized security research only. Use responsibly and ethically.
- Developer: BitmasterXor
- Contact: Discord: bitmasterxor
Research and educational use only. Provided FREE AS IS!
Made with ❤️ by: BitmasterXor, using Delphi RAD Studio
