commit
fc6ebe3d1d
|
@ -0,0 +1,32 @@
|
|||
id: acemanager-login
|
||||
|
||||
info:
|
||||
name: ACEmanager detect
|
||||
author: pussycat0x
|
||||
severity: info
|
||||
metadata:
|
||||
fofa-dork: 'app="ACEmanager"'
|
||||
tags: login,tech,acemanager
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- '<title>::: ACEmanager :::</title>'
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
extractors:
|
||||
- type: regex
|
||||
part: body
|
||||
regex:
|
||||
- 'ALEOS Version ([0-9.]+) \| Copyright &co'
|
|
@ -0,0 +1,25 @@
|
|||
id: kenesto-login
|
||||
info:
|
||||
name: Kenesto Login Detect
|
||||
author: pussycat0x
|
||||
severity: info
|
||||
metadata:
|
||||
fofa-dork: 'app="kenesto"'
|
||||
tags: login,tech,kenesto
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/Kenesto/Account/LogOn?ReturnUrl=%2fkenesto"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- '<title>Welcome To Kenesto®</title>'
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue