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

nothing comes up #6

Closed Rune701 closed 4 years ago

Rune701 commented 4 years ago

Screenshot_5 This is all im getting there's no ip or anything and this is exactly what i pasted "bash bypass-firewalls-by-DNS-history.sh -d example.com" any help or something im doing wrong? thanks!

vincentcox commented 4 years ago

Hi there, thanks for your report! Are you using mac?

Rune701 commented 4 years ago

Im using MobaXterm to connect to my VPS from a RDP windows 10 XD Screenshot_6

vincentcox commented 4 years ago

Ok great, I'll investigate!

Rune701 commented 4 years ago

Okie! thanks for fast reply :D

vincentcox commented 4 years ago

Seems an issue with a call to https://dnsdumpster.com/. If you go to that site, and fill in a site, you'll see that it keeps loading. Mayby they have server issues. For the rest, the tool is working (takes a bit more time).

image

image

Do you have the latest version? And does your error also happens with "example.com"? Because the screenshots you provided are drawn on to censor another domain.

Rune701 commented 4 years ago

E905914F-EDF6-48FC-B9C6-9ACABDC8386D I seem to be getting this red error that u don’t cat: /tmp/waf-bypass-output-example.com.txt: No such file or directory And like I said this is what I am pasting bash bypass-firewalls-by-DNS-history.sh -d example.com

vincentcox commented 4 years ago

Are you sure you are using the latest version?

Try ‘git pull’ to get the latest version. If you have the same error with the new version I made a mistake in my latest commit. Let me know if you face the same error.

Thanks!

On 5 Feb 2020, at 16:59, RuneFTP notifications@github.com wrote:



I seem to be getting this red error that u don’t cat: /tmp/waf-bypass-output-example.com.txt: No such file or directory And like I said this is what I am pasting bash bypass-firewalls-by-DNS-history.sh -d example.com

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

Rune701 commented 4 years ago

56EB4C4E-43C2-4BFA-AD9F-887841E5AD01

Rune701 commented 4 years ago

Were u able to find a fix or is it on my end?

ghost commented 4 years ago

Same error/problem found!

image

vincentcox commented 4 years ago

Hi all,

Can you try this version of the script and let me know if it works now?

bypass-firewalls-by-DNS-history.sh.zip

Sorry for the delay, I was not home this weekend!

Rune701 commented 4 years ago

i guess it works? this time it says no bypasses found lol image

vincentcox commented 4 years ago

Yeah I ran some tests on sites I know the bypass works and it gives the correct results. Glad to hear that the error message is gone!

If something is still wrong, or you have questions, feel free to open a new one!

I posted a fix: https://github.com/vincentcox/bypass-firewalls-by-DNS-history/commit/d77d389013bcedabcd38f15f6e22c1e382281d0a.

You can git pull again to get the latest version.