Skip to content
forked from rajivraj/Digger

Digger is a python script which can do a lot of basic tasks related to information gathering.

License

Notifications You must be signed in to change notification settings

vishalpawan/Digger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Digger - All In One Information Gathering Tool

Digger is a multi functional tool written in python for all of your primary data gathering wants. It makes use of APIs to assemble all the data so your id just isn’t uncovered.

2018-10-19_144045

Features

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

How to Install and Run in Linux

[1] Enter the following command in the terminal to download it.

git clone https://github.com/Sameera-Madhushan/Digger

[2] After downloading the program, enter the following command to navigate to the Digger directory and listing the contents

cd Digger && ls

[3] Install dependencies

pip3 install -r requirements.txt

[4] Now run the script with following command.

python3 digger.py

How to Install and Run in Windows

[1] Download and run Python 2.7.x and Python 3.7 setup file from Python.org

  • In Install Python 3.7, enable Add Python 3.6 to PATH

[2] Download and run Git setup file from Git-scm.com, choose Use Git from Windows Command Propmt.

[3] Afther that, Run Command Propmt and enter this commands:

git clone https://github.com/Sameera-Madhushan/Digger
cd Digger
pip3 install -r requirements.txt
python3 digger.py

About

Digger is a python script which can do a lot of basic tasks related to information gathering.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%