false positive fix
parent
a12ed2f6eb
commit
68ec357dea
|
@ -14,9 +14,9 @@ info:
|
||||||
cvss-score: 8.3
|
cvss-score: 8.3
|
||||||
cwe-id: CWE-522
|
cwe-id: CWE-522
|
||||||
metadata:
|
metadata:
|
||||||
max-request: 3
|
max-request: 2
|
||||||
verified: true
|
verified: true
|
||||||
shodan-query: http.favicon.hash:2056442365
|
fofa-query: app="Kanboard"
|
||||||
tags: default-login,kanboard
|
tags: default-login,kanboard
|
||||||
|
|
||||||
http:
|
http:
|
||||||
|
@ -32,34 +32,26 @@ http:
|
||||||
|
|
||||||
username={{user}}&password={{pass}}&csrf_token={{csrf_token}}
|
username={{user}}&password={{pass}}&csrf_token={{csrf_token}}
|
||||||
|
|
||||||
- |
|
cookie-reuse: true
|
||||||
GET /?controller=DashboardController&action=show HTTP/1.1
|
|
||||||
Host: {{Hostname}}
|
|
||||||
|
|
||||||
attack: pitchfork
|
attack: pitchfork
|
||||||
payloads:
|
payloads:
|
||||||
user:
|
user:
|
||||||
- admin
|
- admin
|
||||||
pass:
|
pass:
|
||||||
- admin
|
- admin
|
||||||
|
|
||||||
extractors:
|
extractors:
|
||||||
- type: regex
|
- type: regex
|
||||||
name: csrf_token
|
name: csrf_token
|
||||||
part: body
|
part: body
|
||||||
internal: true
|
|
||||||
group: 1
|
group: 1
|
||||||
regex:
|
regex:
|
||||||
- "hidden\" name=\"csrf_token\" value=\"([0-9a-z]+)\""
|
- "hidden\" name=\"csrf_token\" value=\"([0-9a-z]+)\""
|
||||||
cookie-reuse: true
|
internal: true
|
||||||
matchers-condition: and
|
|
||||||
matchers:
|
|
||||||
- type: word
|
|
||||||
words:
|
|
||||||
- 'New project'
|
|
||||||
- 'Project management'
|
|
||||||
condition: and
|
|
||||||
case-insensitive: true
|
|
||||||
|
|
||||||
- type: status
|
matchers:
|
||||||
status:
|
- type: dsl
|
||||||
- 200
|
dsl:
|
||||||
|
- contains(location, 'controller=DashboardController&action=show')
|
||||||
|
- status_code == 302
|
||||||
|
condition: and
|
||||||
|
|
Loading…
Reference in New Issue