mirror of
https://github.com/0dayCTF/reverse-shell-generator.git
synced 2025-01-18 00:45:26 +00:00
Update index.html
Changed names for URLEncoding
This commit is contained in:
parent
41e38efd83
commit
46f7a78799
@ -269,8 +269,8 @@
|
||||
<div class="col-auto">
|
||||
<select id="encoding" class="custom-select">
|
||||
<option value="None">None</option>
|
||||
<option value="encodeURI">encodeURI</option>
|
||||
<option value="encodeURIComponent">encodeURIComponent</option>
|
||||
<option value="encodeURI">URLEncode</option>
|
||||
<option value="encodeURIComponent">Double URLEncode</option>
|
||||
<option value="Base64">Base64</option>
|
||||
</select>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user