Skip to content
/ gorg Public

script that makes whois queries to fetch organization name of supplied domains

Notifications You must be signed in to change notification settings

CANITEY/gorg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GORG

Is a script that you can feed a domains list and it will return the organization name for every domain or filter domains for a specific organization name.

Installation

To install the binary in $GOPATH use this command:

$ go install github.com/canitey/gorg@latest

Usage

$ gorg -h                                                                                                                                    

 ██████╗  ██████╗ ██████╗  ██████╗ 
██╔════╝ ██╔═══██╗██╔══██╗██╔════╝ 
██║  ███╗██║   ██║██████╔╝██║  ███╗
██║   ██║██║   ██║██╔══██╗██║   ██║
╚██████╔╝╚██████╔╝██║  ██║╚██████╔╝
 ╚═════╝  ╚═════╝ ╚═╝  ╚═╝ ╚═════╝      BY: CANITEY 
Usage:
  main [OPTIONS]

Application Options:
  -f, --file=FILE              specify file to "gorg" it
  -o, --output=FILE            specify file to save the output
  -a, --all                    when this flag is used the script return every query with Organization name associated with it
  -r, --org-name="ORG NAME"    specify Organization name to return domains that match it

Help Options:
  -h, --help                   Show this help message

EXAMPLES

cat domains.txt | gorg -a -o output.txt

cat damains.txt | gorg -r "dummy org" -o output.txt

gorg -f domains.txt -r "dummy org" -o output.txt

About

script that makes whois queries to fetch organization name of supplied domains

Topics

Resources

Stars

Watchers

Forks

Languages