SolomonSklash / chomp-scan

A scripted pipeline of tools to streamline the bug bounty/penetration test reconnaissance phase, so you can focus on chomping bugs.
https://www.solomonsklash.io/chomp-scan-update.html
GNU General Public License v3.0
393 stars 76 forks source link

Subdomain takeover checker #13

Closed gopinath6 closed 5 years ago

gopinath6 commented 5 years ago

Can you add Subdomain takeover checker or other similar tool? https://github.com/LukaSikic/subzy

SolomonSklash commented 5 years ago

Subjack is already included, does that work or does subzy do something different/better?

gopinath6 commented 5 years ago

Ok. That should be fine. Do you think https://github.com/hannob/snallygaster or https://github.com/proabiral/inception https://github.com/tomnomnom/waybackurls can be added. Will it make tool heavy?

SolomonSklash commented 5 years ago

I've been meaning to add snallygaster, but inception looks like it does the same and more. I'll see how fast it is, being written in Go I expect it to be quick. If it is, I'll add it.

I'll look into waybackurls also.

Thanks for the feedback!

SolomonSklash commented 5 years ago

Actually, I'll ad snallygaster and inception. They have some overlap, but still both check different things.

SolomonSklash commented 5 years ago

Inception has been added. Snallygaster is too technically, but it's been quite slow so far. I'll play with it a bit more, but it may just be too slow to include.

gopinath6 commented 5 years ago

Ok thanks. Will check it out