Merge pull request #5859 from projectdiscovery/webuzo-installer
Create webuzo-installer.yamlpatch-1
commit
a1d5316ae6
|
@ -0,0 +1,33 @@
|
||||||
|
id: webuzo-installer
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Webuzo Installer
|
||||||
|
author: DhiyaneshDk
|
||||||
|
severity: high
|
||||||
|
metadata:
|
||||||
|
verified: true
|
||||||
|
shodan-query: title:"Webuzo Installer"
|
||||||
|
tags: misconfig,webuzo,install,exposure
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- '{{BaseURL}}/install.php'
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
part: body
|
||||||
|
words:
|
||||||
|
- 'Webuzo Installer'
|
||||||
|
- 'Webuzo Initial Setup'
|
||||||
|
condition: and
|
||||||
|
|
||||||
|
- type: word
|
||||||
|
part: header
|
||||||
|
words:
|
||||||
|
- 'text/html'
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
Loading…
Reference in New Issue