You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is more or less linked to #31, as it is just another idea to get
more hostnames during the recon process :)
Google and Bing:
Scrape Google and Bing using the site: modifier. Example: "site:foo.com"
Parse the result set for individual subdomains.
Also:
AXFR: maybe a Zone transfer is possible, which would result in a comprehensive list of returns and therefore you can back off from brute force and safe time at that point :)
DNSSEC aware zones could be prone to zone walking, which is another great way to get a list of hosts in a considerable amount of time.
A rather "active" approach (which involves direct connections) could be to access each found host on port 80, retrieve the standard vhost and the vhost you found and look if you get a HTTP 302 Redirection - it may include further hints to other subdomains.
The text was updated successfully, but these errors were encountered:
This is more or less linked to #31 #31, as it is just another
idea to get
more hostnames during the recon process :)
Google and Bing:
Scrape Google and Bing using the site: modifier Example: "site:foocom"
Parse the result set for individual subdomains
Also:
AXFR: maybe a Zone transfer is possible, which would result in a
comprehensive list of returns and therefore you can back off from brute
force and safe time at that point :)
DNSSEC aware zones could be prone to zone walking, which is another great
way to get a list of hosts in a considerable amount of time
A rather "active" approach (which involves direct connections) could be to
access each found host on port 80, retrieve the standard vhost and the
vhost you found and look if you get a HTTP 302 Redirection - it may include
further hints to other subdomains
—
Reply to this email directly or view it on GitHub #33.
Ah :) Didn't realize it already does axfr because I did not see an option switch for that, but I must admit I didn't look at the sources yet. Next major will be exciting then :-)
This is more or less linked to #31, as it is just another idea to get
more hostnames during the recon process :)
Google and Bing:
Scrape Google and Bing using the site: modifier. Example: "site:foo.com"
Parse the result set for individual subdomains.
Also:
AXFR: maybe a Zone transfer is possible, which would result in a comprehensive list of returns and therefore you can back off from brute force and safe time at that point :)
DNSSEC aware zones could be prone to zone walking, which is another great way to get a list of hosts in a considerable amount of time.
A rather "active" approach (which involves direct connections) could be to access each found host on port 80, retrieve the standard vhost and the vhost you found and look if you get a HTTP 302 Redirection - it may include further hints to other subdomains.
The text was updated successfully, but these errors were encountered: