Skip to content

AmpGuard Wifi Setup

ID: ampguard-wifi-setup

Severity: info

Author: pussycat0x

Tags: ampguard,iot,setup,wifi

AmpGuard wifi setup panel detected.

id: ampguard-wifi-setup
info:
name: AmpGuard Wifi Setup
author: pussycat0x
severity: info
description: AmpGuard wifi setup panel detected.
metadata:
verified: true
max-request: 1
shodan-query: title:"AmpGuard wifi setup"
tags: ampguard,iot,setup,wifi
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "AmpGuard wifi setup"
- type: status
status:
- 200
# digest: 4a0a004730450221009abb4c95e1d5fbc25aed68d9b161745762ad1f1a5b8fd847d3afcef6f5f6b625022070f7b706beb6f823c7511ab4163ca23eafab6a2a79d8aa2df6692948fef3e1f6: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/iot/ampguard-wifi-setup.yaml"

View on Github