commit
547b21f024
|
@ -0,0 +1,37 @@
|
|||
id: pentaho-default-login
|
||||
|
||||
info:
|
||||
name: Pentaho Default Login
|
||||
author: pussycat0x
|
||||
severity: high
|
||||
metadata:
|
||||
shodan-query: 'pentaho'
|
||||
tags: pentaho,default-login,panel
|
||||
|
||||
requests:
|
||||
- raw:
|
||||
- |
|
||||
POST /pentaho/j_spring_security_check HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
|
||||
j_username={{user}}&j_password={{pass}}
|
||||
|
||||
attack: pitchfork
|
||||
payloads:
|
||||
user:
|
||||
- admin
|
||||
pass:
|
||||
- password
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- 'pentaho/Home'
|
||||
- 'JSESSIONID='
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 302
|
|
@ -0,0 +1,17 @@
|
|||
id: samba-detection
|
||||
info:
|
||||
name: samba detection
|
||||
author: pussycat0x
|
||||
severity: info
|
||||
tags: network,smb, samba
|
||||
network:
|
||||
- inputs:
|
||||
- data: 000000a4ff534d4272000000000801400000000000000000000000000000400600000100008100025043204e4554574f524b2050524f4752414d20312e3000024d4943524f534f4654204e4554574f524b5320312e303300024d4943524f534f4654204e4554574f524b5320332e3000024c414e4d414e312e3000024c4d312e3258303032000253616d626100024e54204c414e4d414e20312e3000024e54204c4d20302e313200
|
||||
type: hex
|
||||
host:
|
||||
- "{{Hostname}}"
|
||||
- "{{Hostname}}:139"
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "SMBr"
|
Loading…
Reference in New Issue