Merge pull request #5865 from projectdiscovery/facturascripts-installer
Create facturascripts-installer.yamlpatch-1
commit
ac8d40a917
|
@ -0,0 +1,33 @@
|
|||
id: facturascripts-installer
|
||||
|
||||
info:
|
||||
name: FacturaScripts Installer Exposure
|
||||
author: DhiyaneshDk
|
||||
severity: high
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: html:"FacturaScripts installer"
|
||||
tags: misconfig,facturascripts,install,exposure
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- 'FacturaScripts installer'
|
||||
- 'connect to the database'
|
||||
condition: and
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- 'text/html'
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue