Search

Home

PNPT Studies

PJPT Studies

AD CS / Certificate Attacks (ESC1-15) (1, 8, 11 for now)

Report Writing / Client Presentation

Operationalizing Cybercrime Data (June 2025)

Password Hunting

Automated later, but:

find a .txt that has the word password

findstr /si password *.txt

what other files?:

findstr /si password *.txt *.ini *.config