Merge pull request #3762 from pikpikcu/patch-326

Create snipe-it-detect
patch-1
Prince Chaddha 2022-02-26 10:18:25 +05:30 committed by GitHub
commit 71adabcddd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 56 additions and 0 deletions

View File

@ -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>"

View File

@ -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