Merge branch 'projectdiscovery:master' into master
commit
f6bc3aa9b3
|
@ -0,0 +1,22 @@
|
|||
id: opengear-login
|
||||
|
||||
info:
|
||||
name: Opengear Console Detect
|
||||
author: ffffffff0x
|
||||
severity: info
|
||||
metadata:
|
||||
fofa-query: app="opengear-Management-Console"
|
||||
tags: opengear,panel,tech
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
redirects: true
|
||||
max-redirects: 2
|
||||
|
||||
matchers:
|
||||
- type: regex
|
||||
regex:
|
||||
- '(?m)<title>([A-Z-0-9]+) \- Opengear Management Console<\/title>'
|
|
@ -1,28 +0,0 @@
|
|||
id: thruk-detect
|
||||
|
||||
info:
|
||||
name: thruk detect
|
||||
author: ffffffff0x
|
||||
severity: info
|
||||
metadata:
|
||||
fofa-query: title=="Thruk Monitoring Webinterface"
|
||||
tags: thruk,tech
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
redirects: true
|
||||
max-redirects: 2
|
||||
matchers-condition: or
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- 'Thruk Monitoring Webinterface'
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- "/thruk/cgi-bin/login.cgi?thruk/"
|
Loading…
Reference in New Issue