mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-11 21:23:34 +08:00
25 lines
425 B
YAML
25 lines
425 B
YAML
id: basic-auth-workflow
|
|
|
|
info:
|
|
name: Basic auth detection and bruteforce workflow
|
|
author: "@w4cky_"
|
|
|
|
variables:
|
|
basic_auth_detect: technologies/basic-auth-detection.yaml
|
|
basic_auth_bruteforce: fuzzing/basic-auth-bruteforce.yaml
|
|
|
|
logic:
|
|
|
|
|
|
|
if basic_auth_detect() {
|
|
|
|
basic_auth_bruteforce()
|
|
}
|
|
logic:
|
|
|
|
|
|
|
if basic_auth_detect() {
|
|
|
|
basic_auth_bruteforce()
|
|
|
|
} |