Users
Last updated
Was this helpful?
Last updated
Was this helpful?
• about me's • linkedin • facebook - social media tools (search company emails online also to look for email use on insecure websites) • (social media search engine) • Harvester • Seclists data dumps that may contain targets user:pass
• digi.ninja/projects/twofi.php :searches a users twitter and personalizes a wordlist to brute force with. requires twitter api key • github.com/initstring/linkedin2username :Generate username lists from linkedin. requires account and to befriend someone in the target org.
This script will take First Last names and combine them in common ways used by system admins.
Sample input of names.txt:
Elizabeth Lopez Tara Baker Becky Casey
Output of unames.txt:
elizabethlopez lopezelizabeth elizabeth.lopez lopez.elizabeth lopeze elopez lelizabeth e.lopez l.elizabeth elizabeth lopez tarabaker ...more
Usage: python script.py namelist.txt
Stackoverflow User Searching: May be able to find post done by the company engineers in both help and solutions.
You may also know of the vendors and solutions they use and can look into their community forums also.
Tcp tool and database to look up name server and registrar.
We can also do reverse lookups with whois.
This will tell us who is hosting, registered, etc:
#
whois 138.11.11.11 | less
Search google, bing, etc for email accounts associated with a domain
#
theharvester -d bulb.com -l 500 -b all
#
theharvester -d cisco.com -l 10 -b bing >bing.txt
Don't forget about the osintframework for finding more methods.