Skip to content

XploitSPY - Default Login

ID: xploitspy-default-login

Severity: high

Author: andreluna

Tags: xploitspy,default-login

Default login and password to access administrator panel

id: xploitspy-default-login
info:
name: XploitSPY - Default Login
author: andreluna
severity: high
description: |
Default login and password to access administrator panel
reference:
- https://github.com/XploitWizer-Community/XploitSPY
metadata:
max-request: 1
shodan-query: html:XploitSPY
tags: xploitspy,default-login
http:
- raw:
- |
POST /login HTTP/1.1
Host: {{Hostname}}
Origin: {{RootURL}}
Content-Type: application/x-www-form-urlencoded
Referer: {{RootURL}}/login
username={{user}}&password={{pass}}&hostname={{Hostname}}
attack: pitchfork
payloads:
user:
- admin
pass:
- password
redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Change Password"
- "Logout"
- "XploitSPY"
condition: and
- type: status
status:
- 200
# digest: 4a0a0047304502200fa015a42d80fb06c9165289ab3ad31bc3fb63a84de20e0250bfcb82dada73300221009c7c4878a4d862771a1b6c51e1e09746291fcbe0171652267e97473301c8a3be: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/xploitspy/xploitspy-default-login.yaml"

View on Github