HaveIBeenPwned / EmailAddressExtractor

A project to rapidly extract all email addresses from any files in a given path
BSD 3-Clause "New" or "Revised" License
64 stars 23 forks source link

Extracting addresses from a directory path should include subfolders #71

Closed troyhunt closed 5 months ago

troyhunt commented 5 months ago

At present, if the path is a directory then all files within that directory are scanned but none below it are. The entire directory tree beneath the starting point should be scanned.

GStefanowich commented 5 months ago

C'mon read your own docs man

--recursive Enable recursive mode for directories, which will search child directories

troyhunt commented 5 months ago

LOL, this is what happens when I try to process breaches while on holidays 🤣