Skip to content

Check a list of subdomains for active webservers.

License

Notifications You must be signed in to change notification settings

bruston/pokehttp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pokehttp

Check a list of subdomains for active webservers.

Usage of pokehttp:
    -a string
        user-agent header to use (default "pokehttp: https://github.com/bruston/pokehttp")
    -c uint
        number of concurrent requests (default 6)
    -d string
        file containing list of domains or ip addresses seperated by newlines, reads from stdin if not supplied
    -k  ignore SSL errors
    -p string
        comma seperated list of ports to probe (default "80,433")
    -t uint
        timeout in seconds (default 5)
    -H string
        add a header, eg: -H "Header-One: foo"

Example

pokehttp -d subdomains.txt -p="80,443,8080" -H "Header-One: foo" -H "Header-Two: bar" | tee -a subdomains.web

About

Check a list of subdomains for active webservers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages