Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
mcafee-sitelist-pwd-decryption — Password decryption tool for the McAfee SiteList.xml file | Kitploit
Tools/GitHubGitHub/funoverip/mcafee-sitelist-pwd-decryption
Password CrackingEncryption/Decryption ToolsPassword AttacksMisconfiguration
GitHubfunoverip/mcafee-sitelist-pwd-decryption

mcafee-sitelist-pwd-decryption

Password decryption tool for the McAfee SiteList.xml file

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
172352 years agoReviewed by Kitploit

Python3 password decryption tool for the McAfee SiteList.xml file.

  • Author: [email protected]
  • Blog: http://funoverip.net
  • Date: Feb 10 2016

References:

  • https://funoverip.net/2016/02/mcafee-sitelist-xml-password-decryption/
  • https://www.reddit.com/r/netsec/comments/43mni7/mcafee_privileged_sitelistxml_leads_to_active/
  • https://github.com/tfairane/HackStory/blob/master/McAfeePrivesc.md
  • https://www.syss.de/fileadmin/dokumente/Publikationen/2011/SySS_2011_Deeg_Privilege_Escalation_via_Antivirus_Software.pdf

Example usage:

root@kitploit:~
# pip3 install pycryptodomex

./mcafee_sitelist_pwd_decrypt.py jWbTyS7BL1Hj7PkO5Di/QhhYmcGj5cOoZ2OkDTrFXsR/abAFPM9B3Q==
Crypted password   : jWbTyS7BL1Hj7PkO5Di/QhhYmcGj5cOoZ2OkDTrFXsR/abAFPM9B3Q==
Decrypted password : MyStrongPassword!
Download Tool