few updates
parent
8dc8566538
commit
15976d70b9
|
@ -5,6 +5,10 @@ info:
|
||||||
author: "@w4cky_"
|
author: "@w4cky_"
|
||||||
severity: high
|
severity: high
|
||||||
|
|
||||||
|
# Impotent Notes:-
|
||||||
|
# This is specific template to work with basic 401 authentication endpoint.
|
||||||
|
# Do not run this template on non basic authentication related endpoints to avoid false positive results.
|
||||||
|
|
||||||
requests:
|
requests:
|
||||||
|
|
||||||
- payloads:
|
- payloads:
|
||||||
|
@ -88,8 +92,8 @@ requests:
|
||||||
Accept-Language: en-US,en;q=0.9
|
Accept-Language: en-US,en;q=0.9
|
||||||
Connection: close
|
Connection: close
|
||||||
|
|
||||||
matchers-condition: and
|
|
||||||
matchers:
|
matchers:
|
||||||
- type: status
|
- type: status
|
||||||
status:
|
status:
|
||||||
- 301
|
- 200
|
||||||
|
|
||||||
|
|
|
@ -11,13 +11,6 @@ variables:
|
||||||
logic:
|
logic:
|
||||||
|
|
|
|
||||||
|
|
||||||
if basic_auth_detect() {
|
|
||||||
|
|
||||||
basic_auth_bruteforce()
|
|
||||||
}
|
|
||||||
logic:
|
|
||||||
|
|
|
||||||
|
|
||||||
if basic_auth_detect() {
|
if basic_auth_detect() {
|
||||||
|
|
||||||
basic_auth_bruteforce()
|
basic_auth_bruteforce()
|
||||||
|
|
Loading…
Reference in New Issue