Skip to content

Commit

Permalink
Merge pull request #10059 from projectdiscovery/pussycat0x-patch-12
Browse files Browse the repository at this point in the history
Create mantisbt-anonymous-login.yaml
  • Loading branch information
DhiyaneshGeek committed Jun 21, 2024
2 parents 2bc4553 + a9be608 commit 66f92ed
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions http/default-logins/mantisbt/mantisbt-anonymous-login.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
id: mantisbt-anonymous-login

info:
name: mantisbt - Anonymous Login
author: pussycat0x
severity: medium
description: |
mantisbt Anonymous login were discovered.
metadata:
verified: true
max-request: 1
shodan-query: http.favicon.hash:662709064
tags: default-logins,anonymous,mantisbt,default-login

http:
- method: GET
path:
- '{{BaseURL}}/my_view_page.php'

matchers-condition: and
matchers:
- type: word
part: body
words:
- 'user-info">anonymous"'
- 'My View'
- 'Roadmap'
condition: and

- type: status
status:
- 200

0 comments on commit 66f92ed

Please sign in to comment.