=========================================== OSINT tool for security auditing with Python
Install dependences from requeriments.txt
pip install -r requeriments.txt
All scripts are compatible with python 3.5,except someones specified only compatible with 2.7
SHODAN
Google profile pics
IP MAP position
External/internal links
Maltego transforms
Metadata
Extra metada from images allocated in images folder
Required python 2.7
Panoramio
Get images from panoramio and wikimapia from a specific location
TOR
Connecting with TOR and ZERONET networks with deepify module
Youtube
Get images from a youtube video
Builtwith
Required python 2.7
Get information about tecnologies and libraries used from a specific web domain
Censys
Get information about certificates,location,domains
Check social networks
Check social profile networks for a specific username
Check full Contact API
It provides an API for obtain social networks profiles associated with an email address.
If we have an email address we can obtain information related with this person, in this example we are obtaining social networks profiles from guido van rosum.
Check full Contact By Domain
Check full Contact By Place
Check IP details
Get location information for a ip address
Check Linkedin profile
Get linkedin profile given company name
site:linkedin.com/company "name"
GitHub repositories
Get github repositories from a specific account name
Pattern data
We can make a search in twitter with a specific tag and get words relationed with this search
Virus total
Virtus total provides API for gather information about malware in a specific ip/domain. It return a json document where we can parse information about detected_urls.
We can search by ip address or domain
In order to retrieve a report on a given IP address you must perform an HTTP GET request to the following URL:
http://www.virustotal.com/vtapi/v2/ip-address/report
It shows info about subdomains analyzed,ip address resolution,files detection..
osint_twitter
Get trending topics and streaming for targetTerms = ['python', 'pydata','pycones']
twitter_locations
Get information about specific twitter account
Obtain twitter locations from a specific target
It generates twitter_locations.json with the locations detected
twitter_timeline
Get photos for a specific twitter account