punk-security / dnsReaper

dnsReaper - subdomain takeover tool for attackers, bug bounty hunters and the blue team!
GNU Affero General Public License v3.0
1.97k stars 158 forks source link

Create generic signature for cname but status 404 #17

Closed SimonGurney closed 2 years ago

SimonGurney commented 2 years ago

A lot of signatures follow the same template:

DNS returns a CNAME
Website returns a given string

A lot of these responses also return a 404 status code, so we should generically test for status code 404. This will likely return a lot of false positives, but we now have an UNLIKELY enum so we can turn this signature off easily.

Running this against domains could give us a good feed of new ideas and signatures 😍