Merge pull request #3320 from projectdiscovery/princechaddha-patch-2
Create thruk-detect.yamlpatch-1
commit
8df745ec31
|
@ -0,0 +1,28 @@
|
|||
id: thruk-login
|
||||
|
||||
info:
|
||||
name: thruk detect
|
||||
author: ffffffff0x
|
||||
severity: info
|
||||
metadata:
|
||||
fofa-query: title=="Thruk Monitoring Webinterface"
|
||||
tags: thruk,panel
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/thruk/cgi-bin/login.cgi?thruk/"
|
||||
|
||||
redirects: true
|
||||
max-redirects: 2
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- '<title>Thruk Monitoring Webinterface</title>'
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- "thruk_test="
|
Loading…
Reference in New Issue