mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-15 01:17:36 +00:00
commit
55d2d01d39
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ multipart/form-data; boundary=blah; charset=ibm037
|
|||
##Python code
|
||||
import urllib
|
||||
s = 'payload'
|
||||
print(urllib.quote_plus(s.encode("IBM037"))
|
||||
print(urllib.parse.quote_plus(s.encode("IBM037")))
|
||||
|
||||
## Request example
|
||||
GET / HTTP/1.1
|
||||
|
|
Loading…
Reference in a new issue