m0rtem / CloudFail

Utilize misconfigured DNS and old database records to find hidden IP's behind the CloudFlare network
MIT License
2.22k stars 467 forks source link

Add Feature to Ignore IP addresses in subdomain scan #32

Open samsheff opened 5 years ago

samsheff commented 5 years ago

I was using CloudFail on a domain with a wildcard dns entry, and it was spitting out false positives with the same IP. So I added a flag which allows you to ignore results that match an ip address (or in list of IP's) to avoid seeing junk results. One or Multiple IP addresses can be added to the -i/--ignore parameter with space as a delimiter.

Usage looks like this: python3 cloudfail.py -t <target> -i <ip1> <ip2>

If you have any questions or additional edits, let me know :) Happy to make changes if needed!

DatDraggy commented 5 years ago

Interesting approach. My pull request regarding this problem has been open for a year now. Good luck with yours

samsheff commented 5 years ago

@DatDraggy lol I didnt even look before making this. Hopefully one of us gets merged! 👍 My Dockerfile PR did, but that was two years ago, so we'll see)

DatDraggy commented 5 years ago

I think both solutions could be merged. If I already have an IP for sure I don't need to see it again ^^ Useful in some cases imo

m0rtem commented 5 years ago

@DatDraggy @samsheff Hi guys, apologies for being a ghost the past year, life has taken a very busy turn it seems and I generally don't have much time in-front of a computer that's not in the office...

BUT I will review both of your PR's this week, as I know you have both done good work to CF and since it is open source I do not see the problem with multiple people adding and contributing. All I can say again is sorry, and thank you both for your work to this project. Ill keep you guys in the loop.

DatDraggy commented 5 years ago

Oh no worries. This is just an open source project and people were still able to use our forks. IRL things are of course more important.

mathieu-aubin commented 1 year ago

what happenned to this?