Added SSH PrivX login detect (#4361)
* Added SSH PrivX login detect * misc updates Co-authored-by: Sandeep Singh <sandeep@projectdiscovery.io>patch-1
parent
b14adbcbad
commit
1260d7d474
|
@ -0,0 +1,30 @@
|
||||||
|
id: privx-panel
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: SSH PrivX Login Page
|
||||||
|
author: korteke
|
||||||
|
severity: info
|
||||||
|
description: A SSH PrivX login page was detected.
|
||||||
|
reference:
|
||||||
|
- https://www.ssh.com/products/privx/
|
||||||
|
metadata:
|
||||||
|
shodan-query: title:"PrivX"
|
||||||
|
tags: panel,privx
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}/auth/login"
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
part: body
|
||||||
|
words:
|
||||||
|
- '<title>PrivX</title>'
|
||||||
|
- '<div id="app"></div>'
|
||||||
|
condition: or
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
Loading…
Reference in New Issue