commit
71adabcddd
|
@ -0,0 +1,31 @@
|
|||
id: phoronix-panel
|
||||
|
||||
info:
|
||||
name: Phoronix Test Suite Panel Detect
|
||||
author: pikpikcu
|
||||
severity: info
|
||||
metadata:
|
||||
shodan-query: http.title:"phoronix-test-suite"
|
||||
tags: panel,phoronix
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: regex
|
||||
regex:
|
||||
- '<title>Phoronix Test Suite (.*) - Phoromatic - Welcome</title>'
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
extractors:
|
||||
- type: regex
|
||||
part: body
|
||||
group: 1
|
||||
regex:
|
||||
- "<title>Phoronix Test Suite (.*) - Phoromatic - Welcome</title>"
|
|
@ -0,0 +1,25 @@
|
|||
id: snipeit-panel
|
||||
|
||||
info:
|
||||
name: Snipe-IT Panel Detect
|
||||
author: pikpikcu
|
||||
severity: info
|
||||
metadata:
|
||||
shodan-query: http.favicon.hash:431627549
|
||||
tags: panel,snipeit
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/login"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "window.snipeit"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue