
Search for information related to domain: Emails - IP addresses - Sub-Domains - Information on WEB technology - Type of Firewall - NS and MX records.

ID-entify is a tool that allows you to search for information in the passive way related to a domain.
git clone https://github.com/BillyV4/ID-entify.git
cd ID-entify
chmod +x id-entify.sh
The next command is to create a workspace with tmux in which programs are executed in the background, storing the information in the ./id-domain/Raw_Data/ folder.
id-entify -d google.com
When the programs are finished, the tmux workspace will be closed automatically, the filtered information will be stored in ./id-domain/Greep_Data/. To filter the information manually execute the following command
id-entify -g google.com

