🪶 PDSI
Read sensitive information in PDF documents with ease
[!Important]
PDSI may show you false positives, because it doesn't have human brain..!! So always put your manual effort to verify the data.
|
|
direct input |
stdin |
 |
 |
Install
go install github.com/1hehaq/pdsi@latest
Inbuilt keywords
confidential, private, restricted, internal, not for distribution, do not share, proprietary, trade secret, classified
sensitive, bank statement, invoice, salary, contract, agreement, non disclosure, passport, social security, ssn, date of birth
credit card, identity, id number, internal use only, company confidential, staff only, management only, internal only
example commands
cat pdf.txt | pdsi
OR
pdsi -pdf pdf.txt
OR
pdsi -local file.pdf -match "secret,confidential,internal"
OR
cat list-of-pdf.txt | pdsi
OR
pdsi -local document.pdf # "document-1.pdf,document-2.pdf,document-3.pdf"
kindly for hackers