Security audit prep
Find files stored where they shouldn’t be, triage the matches and hand your auditor a clean report.
Triaging findingsPII Crawler finds Social Security numbers, card numbers, dates of birth and 30+ other kinds of personal data in your files, network shares and email. It runs entirely on your own hardware, with no cloud, no account and no telemetry.
Free for 7 days. No account or credit card needed. Other platforms
A spreadsheet export on a shared drive, a scanned form in a support ticket, a backup nobody owns. PII Crawler finds it before an auditor, a regulator or an attacker does.
Find files stored where they shouldn’t be, triage the matches and hand your auditor a clean report.
Triaging findingsWhen someone asks what you hold on them, find every file and mailbox that mentions them and produce a report for legal.
DSAR walkthroughYears of attachments pile up in shared inboxes. Scan any IMAP account, Gmail included, without downloading a copy of the mail.
Scanning emailWatch an export folder or file share and get a webhook the moment a file with SSNs or card numbers lands in it.
Watch modeA quick format isn’t proof. Scan each disk before it goes to the recycler, scan again after the wipe and keep the clean report.
CLI referenceFail a build when customer data leaks into a repository, a test fixture or a release artifact.
CLI referencePattern matching is combined with name and address recognition, and PII Crawler reads inside the places PII hides: spreadsheet cells, slide decks, archives, mailboxes and the scanned pages inside PDFs. Every match shows the text around it, so you can judge it without opening the file.
Detects SSNs, card numbers, bank and tax IDs, names, addresses, dates of birth, passports and more. All PII types
Every real scan turns up values that look like PII and aren’t: test fixtures, sample data, a vendor SDK. Dismiss them at the right scope and they stay dismissed. Your decisions are saved with the scan, so running it again never undoes your review.
vendor/ or tests/ in one click.No agents to install and nothing to register. PII Crawler is a single file: copy it to a server, run it, and scan and review from the terminal. Or skip the interface and write a report directly.
# copy it over and start the terminal interface scp piicrawler admin@fileserver:~ ssh -t admin@fileserver ./piicrawler # or scan straight to a report ./piicrawler scan /srv/shares --out report.csv
Cloud discovery tools want your files before they will tell you what’s in them. PII Crawler reads them where they are. You can verify that yourself: run a scan on an air-gapped machine, or watch it with a network monitor.
No license check, telemetry or update probe while a scan runs. It works on a machine with no network at all.
You get a signed program, not a service. There is nothing to be deprecated, breached or repriced.
Reports show which categories of personal data you hold and where, the inventory GDPR Article 30, CCPA and HIPAA reviews ask for.
Findings are kept in a local database readable only by your user account, and you can wipe them at any time.
PII Crawler is made by Eligian Labs, a small independent company. The people who write it are the people who answer [email protected]. There is no investor and no data business behind it. The license is the whole business, so the product has no reason to phone home.
“I was using PII Crawler to prep for a 3rd party security audit. It generated a detailed report and made finding improperly stored files much easier.”
“I appreciate your ongoing development of the product and super fast support!”
Enterprise discovery platforms bill per user or per gigabyte, every year, after months of procurement. PII Crawler is a single purchase that fits on a company card, so you can buy it today and scan this afternoon.
The average data breach costs $4.44M (IBM, 2025). Most start with a file nobody knew was there.
14-day money-back guarantee, no questions asked.
The full product, free for 7 days. No account, no credit card, and nothing leaves your network.
tar -xzf piicrawler-cli-linux.tar.gz sudo mv piicrawler /usr/local/bin/
piicrawler demo
piicrawler scan ~/share --out report.csv
Prefer a graphical interface? Open the macOS app or run the Windows installer and the web UI opens in your browser. Read the quickstart
Existing customer on a first-generation (Java) build? Legacy downloads
Something else? Email [email protected] and you’ll hear back from an engineer.
piicrawler update from the command line. Your scans, review decisions, and license carry over.--fail-on-findings or --fail-on-risk high makes a build fail when PII turns up. Run it from cron, GitHub Actions, GitLab CI or anywhere else.