-
Notifications
You must be signed in to change notification settings - Fork 0
[Tools] If you're familiar with the Windows FOCA application, this is basically a python version of it. Pyfoca will use Google to discover files with extensions such as .pdf, .xls, .doc, etc. and download them. Once downloaded, it will extract all metadata which, in many cases, include usernames you can use for password attacks.
License
hacktrackgnulinux/pyfoca
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
# pyfoca [Tools] If you're familiar with the Windows FOCA application, this is basically a python version of it. Pyfoca will use Google to discover files with extensions such as .pdf, .xls, .doc, etc. and download them. Once downloaded, it will extract all metadata which, in many cases, include usernames you can use for password attacks. Usage menu: ------------------------------------------------------------------------------- pyfoca v1.6 - Document Metadata Extractor, Alton Johnson ([email protected]) ------------------------------------------------------------------------------- Usage: ./pyfoca.py <OPTIONS> Domain options: -d <domain> Harvests all documents from a domain (saves to pyfoca-downloads/). Afterwards, extract metadata. Parse file/dir: -f <file> Extracts metadata specifically from one file. (Cannot use with '-d') -w <dir> Extracts metadata from files within specified directory. (Cannot use with '-d') Foca Export Parsing: -r <directory> Parses data exported from FOCA. Provide directory containing exported files. Misc: -x After parsing metadata, delete files downloaded from the domain. -e <pdf|doc|xls|all> Search based on provided extension(s). Separate with comma. (Default is all.) -p <number> Searches x amount of google pages (per extension). (Default is 2.) -t <secs> Sets timeout value. (Default is 5.) -v Prints status messages for files that are downloaded. Supported extensions are: .pdf, .doc, .docx, .xls, .xlsx, and .ppt Example: ./pyfoca.py -d www.domain.com -e pdf,doc -p 3
About
[Tools] If you're familiar with the Windows FOCA application, this is basically a python version of it. Pyfoca will use Google to discover files with extensions such as .pdf, .xls, .doc, etc. and download them. Once downloaded, it will extract all metadata which, in many cases, include usernames you can use for password attacks.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published