Skip to content

A simple go web app and a cli tool for gathering information

Notifications You must be signed in to change notification settings

evilbat831/infogather

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

infogather

A simple go web app and a cli tool for gathering information

forthebadge

Installation

git clone https://github.com/krishpranav/infogather
cd infogather
go get 
  • cli:
go run main.go
  • web app
go run api/server.go
  • you want to add some of the api keys for experiencing full tool
{
    "melissaKeyCred": "Paste Melissa Key with Credits Here",
    "hibpKey": "Paste Have I Been Pwned Key Here",
    "dataGovKey": "Paste Data.gov Key Here"
}

Package-Types

Court Cases

Package Description Auth
Case Law Court Case Search none

Discord

Package Description Auth
Discord Token Lookup Discord Token Lookup none

IP Address

Package Description Auth
IPV4 Address Lookup IPV4 Address Lookup none

Multi-Use

Package Description Auth
Have I Been Pwned Email and Password Vulnerability - (Breaches) paid
Melissa Lookups - Email, Phone Number, IP Address free

Username

Package Description Auth
Username Lookup Username Lookup - (Comparable to Sherlock) none

Vehicle

Package Description Auth
VIN Lookup Vehicle Identification Number Lookup none

About

A simple go web app and a cli tool for gathering information

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Go 91.9%
  • HTML 5.5%
  • CSS 1.4%
  • JavaScript 1.2%