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