Merge pull request #5852 from projectdiscovery/Bagisto-Installer

Create bagisto-installer.yaml
patch-1
Prince Chaddha 2022-10-28 11:22:09 +05:30 committed by GitHub
commit a91c0efdb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
id: bagisto-installer
info:
name: Bagisto Installer Exposure
author: ritikchaddha
severity: high
metadata:
verified: true
shodan-query: http.title:"Bagisto Installer"
tags: misconfig,bagisto,install,exposure
requests:
- method: GET
path:
- '{{BaseURL}}/installer'
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Bagisto Installer'
- type: status
status:
- 200