Update speedtest-panel.yaml

patch-1
Dhiyaneshwaran 2023-10-29 21:05:30 +05:30 committed by GitHub
parent b77a1da949
commit b47c99848a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 8 deletions

View File

@ -1,29 +1,31 @@
id: speedtest-panel id: speedtest-panel
info: info:
name: Speedtest panel detect name: Speedtest Panel - Detection
author: rxerium author: rxerium
severity: info severity: info
description: | description: |
test Speedtest panel was discovered
reference: reference:
- https://github.com/alexjustesen/speedtest-tracker - https://github.com/alexjustesen/speedtest-tracker
- https://docs.speedtest-tracker.dev/ - https://docs.speedtest-tracker.dev/
metadata:
verified: true
max-request: 1
shodan-query: title:"Speedtest Tracker"
tags: speedtest,tracker,panel,login
http: http:
- method: GET - method: GET
path: path:
- "{{BaseURL}}/admin/login" - "{{BaseURL}}/admin/login"
matchers-condition: and matchers-condition: and
matchers: matchers:
- type: word - type: word
words: words:
- 'Speedtest Tracker' - 'Login - Speedtest Tracker'
- type: word
words:
- 'Login'
- type: status - type: status
status: status:
- 200 - 200