Discover RSA Self Service Token Portal
parent
e0e0a26735
commit
f686decf62
|
@ -0,0 +1,24 @@
|
|||
id: rsa-self-service
|
||||
|
||||
info:
|
||||
name: Detect RSA Self-Service Panel
|
||||
author: PR3R00T
|
||||
severity: info
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/console-selfservice/SelfService.do"
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "Self-Service Console"
|
||||
- "RSA"
|
||||
- "AM_Self_Service_Console"
|
||||
- "console-selfservice"
|
||||
condition: and
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue