Monday, June 5, 2017

Open Source OSINT Assistant: datasploit

1:24 PM Leave a Reply
Open Source OSINT Assistant: datasploit
Open Source OSINT Assistant

    Utilizing various Open Source Intelligence (OSINT) tools DataSploit correlates the raw data captured and gives the user, all the relevant information about the domain / email / phone number / person, etc. It allows you to collect relevant information about a target which can expand your attack/defence surface very quickly. Sometimes it might even pluck the low hanging fruits for you without even touching the target and give you quick wins. Of course, a user can pick a single small job (which do not correlates obviously), or can pick up the parent search which will launch a bunch of queries, call other required scripts recursively, correlate the data and give you all juicy information in one go.

    Created using our beloved Python, MongoDb and Django, DataSploit simply requires the bare minimum data (such as domain name, email ID, person name, etc.) before it goes out on a mining spree. Once the data is collected, firstly the noise is removed, after which data is correlated and after multiple iterations it is stored locally in a database which could be easily visualized on the UI provided. The sources that have been integrated are all hand picked and are known to be providing reliable information.





Features:

Performs automated OSINT on a domain / email / username / phone and find out relevant information from different sources.
Useful for Pen-testers, Cyber Investigators, Product companies, defensive security professionals, etc.
Correlates and collaborate the results, show them in a consolidated manner.
Tries to find out credentials, api-keys, tokens, subdomains, domain history, legacy portals, etc. related to the target.
Available as single consolidating tool as well as standalone scripts.
Available in both GUI and Console.


Basic Usage:


      ____/ /____ _ / /_ ____ _ _____ ____   / /____  (_)/ /_
      / __  // __ `// __// __ `// ___// __ \ / // __ \ / // __/
     / /_/ // /_/ // /_ / /_/ /(__  )/ /_/ // // /_/ // // /_
     \__,_/ \__,_/ \__/ \__,_//____// .___//_/ \____//_/ \__/
                                   /_/                      

               Open Source Assistant for #OSINT          
                 website: www.datasploit.info              

Usage: domainOsint.py [options]

Options:
  -h,           --help              show this help message and exit
  -d DOMAIN,    --domain=DOMAIN     Domain name against which automated Osint
                                    is to be performed.


Required Setup:

Bunch of python libraries (use requirements.txt)
MongoDb, Django, Celery and RabbitMq

Download