Skip to content

SLoharkar/Info-Gathering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

Automatic Information Gathering Using Shell Script in Linux

Introduction

In shell script multiple tools combined at a one script you can perform multiple operation like Whois, Whatweb, Find Subdomains and DNS Information

Features

  • Time Saving
  • Less efforts in remember commands
  • Easy to run and understand

Installation Linux alt tag

  • Just, Clone this repository -
git clone https://github.com/SLoharkar/Info-Gathering.git
  • Change to cloned directory and run info.sh -
$ cd Info-Gathering
chmod +x info.sh && ./info.sh OR bash info.sh

Dependencies

Info-Gathering requires following programs to run properly -

  • sublist3r
  • dnsenum
  • whatweb
  • whois

All the dependencies will be installed automatically when you run info for the first time.

Supported Platform : Termux, Ubuntu/Debian/Kali, ArchLinux/Manjaro, Fedora