Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laramies/metagoofil
Metadata harvester
https://github.com/laramies/metagoofil
Last synced: 4 days ago
JSON representation
Metadata harvester
- Host: GitHub
- URL: https://github.com/laramies/metagoofil
- Owner: laramies
- License: gpl-2.0
- Created: 2015-08-13T11:18:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-21T03:45:48.000Z (9 months ago)
- Last Synced: 2024-11-21T14:42:02.285Z (21 days ago)
- Language: Python
- Homepage:
- Size: 793 KB
- Stars: 1,032
- Watchers: 58
- Forks: 207
- Open Issues: 16
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
- Python-Security-Tool-Database - Metagoofil - This is an oldie, but a goodie from the days of Python 2. This tool helps obtain files and metadata from target websites using Google. (Synopsis / Table of Contents)
README
*************************************
*Metagoofil 2.2 *
*Coded by Christian Martorella *
*www.edge-security.com *
*[email protected] *
*************************************What is this?
-------------Metagoofil is a tool for extracting metadata of public documents (pdf,doc,xls,ppt,etc) availables in the target websites.This information could be useful because you can get valid usernames, people names, for using later in bruteforce password attacks (vpn, ftp, webapps), the tool will also extracts interesting "paths" of the documents, where we can get shared resources names, server names, etc.
This new version will also extract emails addresses from PDF and Word documents content.
How it works?
------------The tool first perform a query in Google requesting different filetypes that can have useful metadata (pdf, doc, xls,ppt,etc), then will download those documents to the disk and extracts the metadata of the file using specific libraries for parsing different file types (Hachoir, Pdfminer, etc)
Dependencies:
------------
In this version all depencies are included.Shouts goes to: Javi, Vicente, and all Metagoofil users :)
Thanks Pdfminer, Hachoir for their great libraries.Changelog 2.2:
--------------
-Fixed Google parser
-Fixed email regexp
-Fixed leading space in results
-Fixed local analysis