Skip to content

Commit

Permalink
Merge pull request #8332 from projectdiscovery/princechaddha-patch-2
Browse files Browse the repository at this point in the history
Create xploitspy-default-login.yaml
  • Loading branch information
DhiyaneshGeek authored Oct 8, 2023
2 parents b8b0db0 + fb033a9 commit 831e208
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions http/default-logins/xploitspy/xploitspy-default-login.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
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:
shodan-query: html:XploitSPY
max-request: 3
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}}
cookie-reuse: true
attack: pitchfork
payloads:
user:
- admin
pass:
- password

redirects: true
max-redirects: 2

matchers-condition: and
matchers:
- type: word
part: body
words:
- "Change Password"
- "Logout"
condition: and

- type: status
status:
- 200

0 comments on commit 831e208

Please sign in to comment.