Create acenet-panel.yaml
parent
a2652caeb0
commit
9a78714595
|
@ -0,0 +1,28 @@
|
|||
id: acenet-panel
|
||||
|
||||
info:
|
||||
name: AceNet AceReporter Report - Panel
|
||||
author: DhiyaneshDk
|
||||
severity: info
|
||||
metadata:
|
||||
max-request: 1
|
||||
fofa-query: body="Login @ Reporter"
|
||||
shodan-query: http.favicon.hash:-1595726841
|
||||
tags: panel,login,acenet,acereporter
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/index.php"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- 'Welcome to Reporter'
|
||||
- 'Login @ Reporter'
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue