Update basic-auth-workflow.yaml

patch-1
bauthard 2020-10-14 00:03:18 +05:30
parent 1c4c6982d5
commit 8dc8566538
1 changed files with 8 additions and 0 deletions

View File

@ -15,3 +15,11 @@ logic:
basic_auth_bruteforce()
}
logic:
|
if basic_auth_detect() {
basic_auth_bruteforce()
}