mirror of
https://github.com/0dayCTF/reverse-shell-generator.git
synced 2025-01-18 00:45:26 +00:00
Update index.html
Fixed URI Encoding
This commit is contained in:
parent
62bc0dfbd5
commit
a0029d6cb7
@ -269,7 +269,7 @@
|
||||
<div class="col-auto">
|
||||
<select id="encoding" class="custom-select">
|
||||
<option value="None">None</option>
|
||||
<option value="encodingURI">encodeURI</option>
|
||||
<option value="encodeURI">encodeURI</option>
|
||||
<option value="encodeURIComponent">encodeURIComponent</option>
|
||||
<option value="Base64">Base64</option>
|
||||
</select>
|
||||
|
Loading…
Reference in New Issue
Block a user