Added oipm-detect
parent
5a677bb8a7
commit
18ca239039
|
@ -15,7 +15,6 @@ requests:
|
|||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/favicon.ico"
|
||||
- "{{BaseURL}}/PMUser/favicon.ico" # For One Identity Password Manager
|
||||
|
||||
redirects: true
|
||||
max-redirects: 2
|
||||
|
|
|
@ -0,0 +1,14 @@
|
|||
id: oipm-detect
|
||||
info:
|
||||
name: One Identity Password Manager detection
|
||||
author: nodauf
|
||||
severity: info
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/PMUser/'
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "One Identity Password Manager"
|
Loading…
Reference in New Issue