Merge pull request #2072 from projectdiscovery/dell-emc-ecom-default-credentials
Added Dell EMC ECOM Default Credentialspatch-1
commit
a7a12fd6f3
|
@ -0,0 +1,31 @@
|
||||||
|
id: dell-emc-ecom-default-credentials
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Dell EMC ECOM Default Credentials
|
||||||
|
author: Techryptic (@Tech)
|
||||||
|
severity: high
|
||||||
|
description: Default Credentials of admin:#1Password on Dell EMC ECOM application.
|
||||||
|
reference: https://www.dell.com/support/kbdoc/en-za/000171270/vipr-controller-operation-denied-by-clariion-array-you-are-not-privileged-to-perform-the-requested-operation
|
||||||
|
tags: dell,emc,ecom,default-login
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- '{{BaseURL}}'
|
||||||
|
headers:
|
||||||
|
Authorization: Basic YWRtaW46IzFQYXNzd29yZA==
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- "Set-Cookie: ECOMSecurity"
|
||||||
|
part: header
|
||||||
|
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- "Welcome to ECOM"
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
|
@ -0,0 +1,31 @@
|
||||||
|
id: hortonworks-smartsense-default-credentials
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: HortonWorks SmartSense Default Credentials
|
||||||
|
author: Techryptic (@Tech)
|
||||||
|
severity: high
|
||||||
|
description: Default Credentials of admin:admin on HortonWorks SmartSense application.
|
||||||
|
reference: https://docs.cloudera.com/HDPDocuments/SS1/SmartSense-1.2.2/bk_smartsense_admin/content/manual_server_login.html
|
||||||
|
tags: hortonworks,smartsense,default-login
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- '{{BaseURL}}/apt/v1/context'
|
||||||
|
headers:
|
||||||
|
Authorization: Basic YWRtaW46YWRtaW4=
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- "Set-Cookie: SUPPORTSESSIONID"
|
||||||
|
part: header
|
||||||
|
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- "smartsenseId"
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
|
@ -0,0 +1,34 @@
|
||||||
|
id: idemia-biometrics-default-credentials
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: IDEMIA BIOMetrics Default Credentials
|
||||||
|
author: Techryptic (@Tech)
|
||||||
|
severity: high
|
||||||
|
description: Default Credentials of password=12345 on IDEMIA BIOMetrics application.
|
||||||
|
reference: https://www.google.com/search?q=idemia+password%3D+"12345"
|
||||||
|
tags: idemia,biometrics,default-login
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: POST
|
||||||
|
path:
|
||||||
|
- '{{BaseURL}}/cgi-bin/login.cgi'
|
||||||
|
|
||||||
|
body: password=12345
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- "session_id="
|
||||||
|
- "resource"
|
||||||
|
condition: and
|
||||||
|
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- "Invalid Password"
|
||||||
|
part: body
|
||||||
|
negative: true
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
|
@ -0,0 +1,31 @@
|
||||||
|
id: panos-default-credentials
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Palo Alto Networks PAN-OS Default Credentials
|
||||||
|
author: Techryptic (@Tech)
|
||||||
|
severity: high
|
||||||
|
description: Default Credentials of admin:admin on Palo Alto Networks PAN-OS application.
|
||||||
|
reference: https://docs.paloaltonetworks.com/pan-os/8-1/pan-os-admin/getting-started/integrate-the-firewall-into-your-management-network/perform-initial-configuration.html#:~:text=By%20default%2C%20the%20firewall%20has,with%20other%20firewall%20configuration%20tasks.
|
||||||
|
tags: paloalto,panos,default-login
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: POST
|
||||||
|
path:
|
||||||
|
- '{{BaseURL}}/php/login.php'
|
||||||
|
|
||||||
|
body: user=admin&passwd=admin&challengePwd=&ok=Login
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- "Set-Cookie: PHPSESSID"
|
||||||
|
part: header
|
||||||
|
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- "Warning: Your device is still configured with the default admin"
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
Loading…
Reference in New Issue