Skip to content

Detect Shiro Framework

ID: shiro-detect

Severity: info

Author: AresX

Tags: tech,shiro

id: shiro-detect
info:
name: Detect Shiro Framework
author: AresX
severity: info
metadata:
max-request: 1
tags: tech,shiro
http:
- method: GET
path:
- '{{BaseURL}}'
headers:
Cookie: JSESSIONID={{randstr}};rememberMe=123;
host-redirects: true
max-redirects: 2
matchers:
- type: word
part: header
words:
- "rememberMe=deleteMe"
# digest: 490a0046304402202c191793f9e327d8f19e433ec659e899c95de9fbd7218bceed8c8409b53f4f4102200e96e87c56aec9ae406319e949412434394e6a3d7ba2175cbac9d09b4527953f: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/technologies/shiro-detect.yaml"

View on Github