Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e81a293 commit a71fcfbCopy full SHA for a71fcfb
1 file changed
tamper/doubleencode.py
@@ -0,0 +1,11 @@
1
+import re
2
+
3
+from lib.core.convert import urlencode
4
5
+"""
6
+Tampering value -> urlencode(value)
7
8
+def tamper(place, value):
9
+ if value:
10
+ value = urlencode(value)
11
+ return value
0 commit comments