Skip to content

cybercdh/gotit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

gotit

Take a list of URLs and prints the HTML title tag. This can be useful to perform quick flyovers of large lists of subdomains to yield interesting results.

Recommended Usage

$ cat subdomains | gotit

or

$ assetfinder -subs-only example.com | gotit -c 50

or

$ gotit sub.example.com

Demo

asciicast

Install

If you have Go installed and configured (i.e. with $GOPATH/bin in your $PATH):

go get -u github.com/cybercdh/gotit

Thanks

The concurrency techniques in this code was heavily inspired by @tomnomnom. That guy f**ks.

About

Returns the html title for a list of URLs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages