Updated dvwa-headless-automatic-login.yaml Template

patch-1
eginter 2022-07-18 16:57:06 -04:00
parent 7497a06062
commit 6a09a99972
1 changed files with 5 additions and 0 deletions

View File

@ -37,8 +37,13 @@ headless:
xpath: /html/body/div/div[2]/form/fieldset/p/input xpath: /html/body/div/div[2]/form/fieldset/p/input
action: click action: click
- action: waitload - action: waitload
matchers-condition: or
matchers: matchers:
- part: resp - part: resp
type: word type: word
words: words:
- "You have logged in as" - "You have logged in as"
- part: resp
type: word
words:
- "First time using DVWA"