Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
DhiyaneshGeek authored Oct 8, 2023
1 parent b9e2549 commit fb033a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions http/default-logins/xploitspy/xploitspy-default-login.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ info:
name: XploitSPY - Default Login
author: andreluna
severity: high
description: |
description: |
Default login and password to access administrator panel
reference:
- https://github.com/XploitWizer-Community/XploitSPY
Expand All @@ -18,9 +18,9 @@ http:
- |
POST /login HTTP/1.1
Host: {{Hostname}}
Origin: http://{{Hostname}}
Origin: {{RootURL}}
Content-Type: application/x-www-form-urlencoded
Referer: http://{{Hostname}}/login
Referer: {{RootURL}}/login
username={{user}}&password={{pass}}&hostname={{Hostname}}
Expand All @@ -42,7 +42,7 @@ http:
words:
- "Change Password"
- "Logout"
condition: and
condition: and

- type: status
status:
Expand Down

0 comments on commit fb033a9

Please sign in to comment.