Add files via upload
parent
7947954aba
commit
5896a8e5d3
|
@ -0,0 +1,21 @@
|
|||
id: crush-ftp-detect
|
||||
info:
|
||||
name: Crush FTP
|
||||
author: pussycat0x
|
||||
severity: info
|
||||
tags: tech
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/WebInterface/login.html"
|
||||
- "{{BaseURL}}/WebInterface/jQuery/reset.html"
|
||||
- "{{BaseURL}}/WebInterface/jQuery/reset.html"
|
||||
redirects: true
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "<title>CrushFTP WebInterface</title>"
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue