vincentcox / bypass-firewalls-by-DNS-history

Firewall bypass script based on DNS history records. This script will search for DNS A history records and check if the server replies for that domain. Handy for bugbounty hunters.
MIT License
1.2k stars 262 forks source link

Consider one more source for DNS history #9

Closed Luci-d closed 3 years ago

Luci-d commented 3 years ago

Try out spyse.com for a historical DNS. Pretty similar to Securitytrails, but sometimes updates faster. Nevertheless sometimes is not, so better to use both I guess.

vincentcox commented 3 years ago

Hi there, I'm a bit late to reply, but my intension is that if I find time somewhere in the future, I'll completely rewrite this into a python project. Same principle, less shitty bash code and more stability and DNS sources.

Unfortunately my life has been turned upside down the last months so I can't guarantee any ETA. The best way to help me on this is, is to make a list of DNS API's, their endpoints and how their results look like.