Update webuzo-admin-panel.yaml
parent
7ffaf6dada
commit
4ac26feb73
|
@ -1,20 +1,19 @@
|
|||
id: webuzo-admin-panel
|
||||
|
||||
info:
|
||||
name: Webuzo - Admin Panel
|
||||
name: Webuzo Admin Panel
|
||||
author: theamanrawat
|
||||
severity: info
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: http.title:"Webuzo - Admin Panel"
|
||||
tags: webuzo, login, panel
|
||||
tags: panel,webuzo,admin
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}'
|
||||
- "{{BaseURL}}"
|
||||
|
||||
stop-at-first-match: true
|
||||
host-redirects: true
|
||||
max-redirects: 2
|
||||
matchers-condition: and
|
||||
|
@ -22,9 +21,8 @@ requests:
|
|||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- '<title>Webuzo - Admin Panel</title>'
|
||||
condition: and
|
||||
- 'Webuzo - Admin Panel'
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
- 200
|
||||
|
|
Loading…
Reference in New Issue