Merge pull request #9921 from projectdiscovery/jfa-go-installer

Create jfa-go-installer.yaml
patch-3
Ritik Chaddha 2024-05-29 13:31:30 +05:30 committed by GitHub
commit bbe35416c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
id: jfa-go-installer
info:
name: jfa-go Setup Page - Exposure
author: DhiyaneshDK
severity: high
description: |
Detects exposed jfa-go Setup page.
reference:
- https://github.com/hrfee/jfa-go
metadata:
verified: true
max-request: 1
shodan-query: html:"Setup - jfa-go"
tags: misconfig,install,exposure,jfa-go
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Setup - jfa-go"
- type: status
status:
- 200