Skip to content

Instantly share code, notes, and snippets.

@2XXE-SRA
Created April 10, 2019 17:54
Show Gist options
  • Save 2XXE-SRA/1a1e5ba2c0f0f3c4b4c19223b30d8eb1 to your computer and use it in GitHub Desktop.
Save 2XXE-SRA/1a1e5ba2c0f0f3c4b4c19223b30d8eb1 to your computer and use it in GitHub Desktop.
burp url encode/decode hotkey
{
"user_options":{
"misc":{
"hotkeys":[
{
"action":"editor_url_decode",
"hotkey":"Ctrl+Shift+U"
},
{
"action":"editor_url_encode_all_characters",
"hotkey":"Ctrl+U"
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment