Skip to content

Commit

Permalink
Update x11-unauth-access.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pussycat0x authored Sep 2, 2024
1 parent a3ad1ed commit 0de9ce4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions javascript/misconfiguration/x11/x11-unauth-access.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ javascript:
let accessGranted;
if (result[0] === 1) {
accessGranted = true;
accessGranted = "x11 Unauth Access - Detected";
} else {
conn.Close();
}
Expand All @@ -42,8 +42,7 @@ javascript:
Host: "{{Host}}"
Port: 6000
matchers:
extractors:
- type: dsl
dsl:
- response
# digest: 4a0a00473045022100d0d2240ba8d245ea409c87b839a686114e23eaab406679eee71c7dca123cd952022002799f834e0987770604d7578bcae71e697349711f61abff35b52952130cc259:922c64590222798bb761d5b6d8e72950

0 comments on commit 0de9ce4

Please sign in to comment.