Merge pull request #9903 from projectdiscovery/stackposts-installer

Create stackposts-installer.yaml
patch-2
pussycat0x 2024-05-28 18:09:46 +05:30 committed by GitHub
commit 1d776fd6dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,32 @@
id: stackposts-installer
info:
name: StackPosts Installation Page - Exposure
author: DhiyaneshDK
severity: high
description: |
Detects exposed StackPosts installation page.
reference:
- https://codecanyon.net/item/stackposts-social-marketing-tool/21747459
metadata:
verified: true
max-request: 1
shodan-query: html:"Install - StackPosts"
fofa-query: icon_hash="700046539"
tags: misconfig,install,exposure,stackposts
http:
- method: GET
path:
- "{{BaseURL}}/install/index.php"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Install - StackPosts - Social Marketing Tools"
- type: status
status:
- 200