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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jq: error

prontonekroman opened this issue · comments

jq: error (at :0): Cannot index string with string "dns_names"
jq: error (at :5): Cannot iterate over null (null)
parse error: Invalid numeric literal at line 3, column 0

debian 9 and debian 10

sudo apt install jq
$ git clone https://github.com/vincentcox/bypass-firewalls-by-DNS-history

bash ./bypass-firewalls-by-DNS-history.sh -a -d dadadadada.de

Also seeing on Ubuntu 20.04. Is anyone maintaining this repo?

Also seeing on Ubuntu 20.04. Is anyone maintaining this repo?

Feel free to make a pull request! ;)

commented

same here on OS X Catalina
PS: jq installed using brew

I am facing this on mac, I too installed jq using brew