Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions http/exposed-panels/ngsurvey-panel.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
id: ngsurvey-panel

info:
name: ngSurvey Login Panel - Detect
author: righettod
severity: info
description: |
ngSurvey products was detected.
reference:
- https://www.ngsurvey.com/
metadata:
max-request: 1
verified: true
shodan-query: http.title:"ngSurvey enterprise survey software"
tags: panel,ngsurvey,login,detect

http:
- method: GET
path:
- "{{BaseURL}}/home/login"

matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains_all(to_lower(body), "<title>ngsurvey enterprise survey software</title>", "ngsconfig.js")'
condition: and