Digger - Tool Which Tin Hand Notice Create A Lot Of Basic Tasks Related To Data Gathering


Digger is a multi-functional tool written inwards python for all of your main information gathering wants. It makes occupation of APIs to gather all the information in addition to then your id but isn’t uncovered. 

Features
  • Whois Lookup
  • Online Traceroute
  • DNS Lookup
  • Reverse DNS Lookup
  • IP Location Lookup
  • Port Scan
  • HTTP Header Check

How to Install in addition to Run inwards Linux
[1] Enter the next ascendance inwards the concluding to download it.
git clone https://github.com/Sameera-Madhushan/Digger
[2] After downloading the program, live inwards the next ascendance to navigate to the Digger directory in addition to listing the contents
cd Digger && ls
[3] Install dependencies
pip3 install -r requirements.txt
[4] Now run the script alongside next command.
python3 digger.py

How to Install in addition to Run inwards Windows
[1] Download in addition to run Python 2.7.x in addition to Python 3.7 setup file from Python.org
  • In Install Python 3.7, enable Add Python 3.6 to PATH
[2] Download in addition to run Git setup file from Git-scm.com, select Use Git from Windows Command Propmt.
[3] Afther that, Run Command Propmt in addition to live inwards this commands:
git clone https://github.com/Sameera-Madhushan/Digger cd Digger pip3 install -r requirements.txt python3 digger.py