Find Social Media Accounts With Sherlock

All needed is python3 on any Linux distribution and Sherlock from github Installation # clone the repo$ git clone https://github.com/sherlock-project/sherlock.git # change the working directory to sherlock$ cd sherlock # install the requirements$ python3 -m pip install -r requirements.txt Missing pip module # install pip module$ sudo apt-get install python3-pip # Repeat the step toContinue reading “Find Social Media Accounts With Sherlock”

Twint – Twitter Recon tool

https://github.com/twintproject/twinthttps://github.com/twintproject/twint/wiki installation pip3 install twint Basics twint -u username – Scrape all the Tweets from user’s timeline.twint -u username -s pineapple – Scrape all Tweets from the user’s timeline containing pineapple.twint -s pineapple – Collect every Tweet containing pineapple from everyone’s Tweets.twint -u username –year 2014 – Collect Tweets that were tweeted before 2014.twint -uContinue reading “Twint – Twitter Recon tool”

Photon – Website Recon Tool

https://github.com/s0md3v/Photon installation git clone https://github.com/s0md3v/Photon.git #usage python3 photon.py -u [website] options usage: photon.py [-h] [-u ROOT] [-c COOK] [-r REGEX] [-e {csv,json}][-o OUTPUT] [-l LEVEL] [-t THREADS] [-d DELAY] [-v][-s SEEDS [SEEDS …]] [–stdout STD][–user-agent USER_AGENT] [–exclude EXCLUDE][–timeout TIMEOUT] [-p PROXIES] [–clone] [–headers][–dns] [–keys] [–update] [–only-urls] [–wayback] optional arguments:-h, –help show this help message andContinue reading “Photon – Website Recon Tool”

Raccoon – Website Recon Tool

https://github.com/evyatarmeged/Raccoon Installation pip3 install raccoon-scanner – to run: raccoon [options] [Target] Options:–version Show the version and exit.-d, –dns-records TEXT Comma separated DNS records to query.Defaults to: A,MX,NS,CNAME,SOA,TXT–tor-routing Route HTTP traffic through Tor (uses port9050). Slows total runtime significantly–proxy-list TEXT Path to proxy list file that would be usedfor routing HTTP traffic. A proxy from thelistContinue reading “Raccoon – Website Recon Tool”