DataSploit / datasploit

An #OSINT Framework to perform various recon techniques on Companies, People, Phone Number, Bitcoin Addresses, etc., aggregate all the raw data, and give data in multiple formats.
GNU General Public License v3.0
3.02k stars 425 forks source link

Add metadata module #86

Closed upgoingstar closed 7 years ago

Chan9390 commented 7 years ago

Can you be brief about the module ?

upgoingstar commented 7 years ago

I plan to enumerate a list of files related to a domain and then extract metadata from these files.

Since it will involve direct hits to the websites, this will be available as standalone script with a small warning of active involvement with the target.

Chan9390 commented 7 years ago

A standalone version is good at the initial stage. But I would suggest to make it flexible so that it could be integrated into the main python script and could be called under a command-line tag like --activeScan.

upgoingstar commented 7 years ago

True, once we have more active scan scripts in the kit..

upgoingstar commented 7 years ago

We have decided not to put lot of active scans in datasploit, as this will move us from the objective of the tool. Instead, writing another tool which consume datasploit's output will be more effective way.