Discover Scripts
- theblackthreat
- Nov 13, 2021
- 1 min read
Discover Script is a discovery framework that was developed to quickly and efficiently identify passive information about a company or network. This framework is through a tool called Discover-scripts (https://github.com/leebaird/discover) by Lee Baird. This tool automates a lot of different searches in one tool. For example, it can search people within that organization or domains on all the common harvesting sites (e.g. LinkedIn), use common domain tools (e.g. goofile, goog-mail, theHarvester, search_email_collector, mydnstools) and link to other 3 rd party tools to perform additional searching.
To install and use Discover Scripts open the terminal and type the following commands: –
cd/opt/
git clone https://github.com/leebaird/discover.git
cd discover/
./discover.sh
Type 1 for Domain
Type 1 for passive
Type company name
Type domain
After it finishes the results will be stored in /root/data/[domain] directory.

There you will find the index.htm file. Open it in a browser and you can see the results.

Comentarios