mcafee-xpass is a lightweight Python tool for extracting and decrypting administrator passwords from McAfee's `Sitelist.xml` configuration files. It decodes base64-encoded, XOR-obfuscated, and 3DES-encrypted password fields using a known static key and decryption scheme.
obfuscation encryption reverse-engineering python3 infosec 3des mcafee redteam redteam-tools cybersecurity-tools password-decryption config-extraction
-
Updated
May 13, 2025 - Python