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 5014475 commit 1e1f429Copy full SHA for 1e1f429
2 files changed
tamper/space2morepound.py
@@ -63,7 +63,7 @@ def process(match):
63
randomStr = ''.join(random.choice(string.ascii_uppercase + string.lowercase) for x in range(random.randint(6, 12)))
64
retVal += "%%23%s%%0A" % randomStr
65
elif payload[i] == '#' or payload[i:i+3] == '-- ':
66
- retVal += payload[i]
+ retVal += payload[i:]
67
break
68
else:
69
retVal += payload[i]
tamper/space2pound.py
@@ -49,7 +49,7 @@ def tamper(payload):
49
50
51
52
53
54
55
0 commit comments