Merge pull request #5816 from projectdiscovery/nopcommerce-installer

Create nopcommerce-installer.yaml
patch-1
Prince Chaddha 2022-10-25 18:38:42 +05:30 committed by GitHub
commit 2083827f8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
id: nopcommerce-installer
info:
name: nopCommerce Installer Exposure
author: DhiyaneshDk
severity: high
metadata:
verified: true
shodan-query: html:"nopCommerce Installation"
tags: misconfig,nopcommerce,installer
requests:
- method: GET
path:
- '{{BaseURL}}/install'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'nopCommerce installation'
- 'Store information'
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200