Better detection of domains that do not respond to tainting
This commit is contained in:
parent
5d7451ccb1
commit
a5504b64a3
|
@ -254,5 +254,5 @@ get_http_status(){
|
||||||
is_http_error(){
|
is_http_error(){
|
||||||
_url="$1"
|
_url="$1"
|
||||||
status=$(get_http_status "$_url")
|
status=$(get_http_status "$_url")
|
||||||
[ "${status:0:1}" = "4" ]
|
[ "${status:0:1}" = "4" ] || [ "${status:0:1}" = "0" ]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user