ToolSicurezza Wiki
Welcome. This wiki explains how to install, run, and extend
ToolSicurezza — a defensive infostealer audit suite for Windows.
⚠️ Read
DISCLAIMER.mdbefore doing anything else.
By using the software you accept its terms.
Navigation
Getting started
- Installation
- Quick Start
- CLI Reference
- HTML Report
- Demo Reports ← preview without running the tool
Understanding the tool
Extending
Help
Legal & ethics
Recent changes (v2.1 — 2026-05-20)
- 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.pyand
pwd_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); newbrowser_cvessection with 12
Chrome/Windows CVEs sourced from zero-day.cz; new
server-side-exfil-decryptbypass technique. - Demo reports — five sanitized HTML reports (one per language) in
wiki/demo-reports/so you can preview the report format before
running the tool. See Demo Reports.
What this project is, in one paragraph
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.
Why this project exists
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-credentials
file 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.
What this project is not
- 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.
License
MIT + Acceptable Use Notice + DISCLAIMER.