Skip to content

jfa-go Setup Page - Exposure

ID: jfa-go-installer

Severity: high

Author: DhiyaneshDK

Tags: misconfig,install,exposure,jfa-go

Detects exposed jfa-go Setup page.

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
# digest: 4a0a004730450221008079efdce5db3863fe20beb533eac06578d30733272b2b13f1022890d39211f302207643bb46998dc3ce3147bfd6bb6dcda94843fc5c7d3fa16e9aebf0ca0232ae5c:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/misconfiguration/installer/jfa-go-installer.yaml"

View on Github