Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
WP Engine Marketing committed Nov 18, 2018
2 parents c0cb8b2 + fdcf891 commit ee593c7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions goohak
Expand Up @@ -35,8 +35,6 @@ $BROWSER http://www.tcpiputils.com/browse/domain/$TARGET 2> /dev/null
$BROWSER http://toolbar.netcraft.com/site_report?url=$TARGET 2> /dev/null
# SHOWDAN
$BROWSER https://www.shodan.io/search?query=$TARGET 2> /dev/null

sleep $DELAY
# CENSYS
$BROWSER https://www.censys.io/ipv4?q=$TARGET 2> /dev/null
# CRT.SH
Expand All @@ -45,7 +43,6 @@ $BROWSER https://crt.sh/?q=%25.$TARGET 2> /dev/null
$BROWSER "https://www.google.ca/search?q=site:zone-h.org+$TARGET" 2> /dev/null
# XSSPOSED
$BROWSER "https://www.xssposed.org/search/?search=$TARGET&type=host" 2> /dev/null

# SECURITYHEADERS
$BROWSER "https://securityheaders.io/?q=$TARGET" 2> /dev/null
# SSLLABS
Expand All @@ -56,15 +53,15 @@ $BROWSER https://securityheaders.io/?q=$TARGET 2> /dev/null
$BROWSER https://www.threatcrowd.org/domain.php?domain=$TARGET 2> /dev/null
# ZOOMEYE
$BROWSER https://www.zoomeye.org/searchResult/bugs?q=$TARGET 2> /dev/null

# DOMAIN INFO SEARCH
$BROWSER https://securitytrails.com/search/domain/$TARGET 2> /dev/null
# WAYBACKMACHINE
$BROWSER https://web.archive.org/web/*/$TARGET 2> /dev/null
# REVERSEDNS
$BROWSER http://viewdns.info/reversewhois/?q=$TARGET 2> /dev/null
# PUNKSPIDER
$BROWSER "https://www.punkspider.org/#searchkey=url&searchvalue=$TARGET&pagenumber=1&filterType=or" 2> /dev/null


sleep $DELAY
# FIND SUBDOMAINS
$BROWSER "https://www.google.ca/search?q=site:*.$TARGET" 2> /dev/null
Expand Down

0 comments on commit ee593c7

Please sign in to comment.