Update hellashut.yml

This commit is contained in:
ilike2burnthing 2023-12-10 22:00:08 +00:00 committed by GitHub
parent 4077c37e7d
commit cb7c14e101
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -108,10 +108,11 @@ login:
captcha:
type: image
selector: img[src="captcha.php?ext=.gif"]
input: captcha
input: input[name^="captcha"]
inputs:
username: "{{ .Config.username }}"
password: "{{ .Config.password }}"
input[name="username"]: "{{ .Config.username }}"
input[name="password"]: "{{ .Config.password }}"
selectors: true
error:
- selector: td.embedded:contains("Access Denied")
test: