-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome. This wiki explains how to install, run, and extend
ToolSicurezza — a defensive infostealer audit suite for Windows.
⚠️ ReadDISCLAIMER.mdbefore doing anything else. By using the software you accept its terms.
-
Multilanguage HTML reports — auto-detects your Windows OS locale
and renders the report in Italian, English, French, German, or Spanish.
Override with
--lang it/en/fr/de/es. Bothinfostealer_audit.pyandpwd_audit.pysupport this flag. -
Knowledge Base v1.1 — 20 infostealer families (up from 17),
added Storm, REMUS, Shai-Hulud, PennyWise; corrected VoidStealer v2.0
bypass data (no elevation required); new
browser_cvessection with 12 Chrome/Windows CVEs sourced from zero-day.cz; newserver-side-exfil-decryptbypass technique. -
Demo reports — five sanitized HTML reports (one per language) in
Demo Reportsso you can preview the report format before running the tool. See Demo Reports.
When an infostealer (RedLine, Lumma, Vidar, Kepavll, Glove Stealer, ...)
runs on a Windows PC, it does a known set of things: read the master
keys out of Chrome/Edge/Brave/Firefox local files, decrypt the saved
passwords, harvest cookies and Discord tokens, list browser-installed
crypto wallets, dump Windows Credential Manager, scan for SSH keys,
and so on. ToolSicurezza does exactly the same enumeration on the
user's own machine, locally, with no exfiltration — so the user can
see what would be lost if such malware ran.
Most people, even technical users, do not really know:
- Which saved passwords are in their browser right now.
- Whether their saved passwords are protected by Chrome's modern App-Bound Encryption (v20) or by the legacy v10 scheme that a user-mode infostealer breaks in seconds.
- Whether their installed browser is up-to-date with the latest ABE hardening.
- Whether they have a Discord token, Steam autologin, or
.git-credentialsfile sitting in plaintext. - Which infostealer families historically targeted their setup.
Without that knowledge, "I should change my passwords after an incident"
is a guess. ToolSicurezza turns it into a measurement.
- It is not malware.
- It does not target third-party systems.
- It does not perform network exfiltration.
- It does not include sample binaries, exploit kits, or weaponised payloads.
- It will not bypass authentication you do not legitimately hold.
MIT + Acceptable Use Notice + DISCLAIMER.