Create businesso-installer.yaml
parent
10ea57ab88
commit
2da7b35838
|
@ -0,0 +1,30 @@
|
|||
id: businesso-installer
|
||||
|
||||
info:
|
||||
name: Businesso Installer Exposure
|
||||
author: ritikchaddha
|
||||
severity: high
|
||||
metadata:
|
||||
max-request: 1
|
||||
verified: true
|
||||
shodan-query: title:"Businesso Installer"
|
||||
fofa-query: title="Businesso Installer"
|
||||
tags: misconfig,businesso,install,exposure
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/install/'
|
||||
|
||||
host-redirects: true
|
||||
max-redirects: 2
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- 'Businesso Installer</title>'
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue