Skip to content

Commit 39964d8

Browse files
authored
Update ivanti_ics_cve_2023_46805.yaml UA fix
replaced hardcoded UserAgent with variable Signed-off-by: Sam Stepanyan <[email protected]>
1 parent a71a1ac commit 39964d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/vuln/ivanti_ics_cve_2023_46805.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ payloads:
2222
- method: get
2323
timeout: 3
2424
headers:
25-
User-Agent: "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.138 Safari/537.36"
25+
User-Agent: "{user_agent}"
2626
allow_redirects: false
2727
ssl: false
2828
url:
@@ -44,8 +44,8 @@ payloads:
4444
condition_type: and
4545
conditions:
4646
status_code:
47-
regex: '403'
47+
regex: "403"
4848
reverse: false
4949
content:
50-
regex: '<html>'
50+
regex: "<html>"
5151
reverse: true

0 commit comments

Comments
 (0)