Added template for webuzo-admin-panel

patch-1
Aman Rawat 2022-12-21 00:46:26 +05:30
parent 0b7459c6af
commit 7ffaf6dada
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
id: webuzo-admin-panel
info:
name: Webuzo - Admin Panel
author: theamanrawat
severity: info
metadata:
verified: true
shodan-query: http.title:"Webuzo - Admin Panel"
tags: webuzo, login, panel
requests:
- method: GET
path:
- '{{BaseURL}}'
stop-at-first-match: true
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Webuzo - Admin Panel</title>'
condition: and
- type: status
status:
- 200