mirror of
https://github.com/carlospolop/hacktricks
synced 2025-02-16 14:08:26 +00:00
GitBook: [master] one page modified
This commit is contained in:
parent
6ce929276d
commit
0693ee104e
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ import requests
|
|||
url = "http://example.com:80/some/path.php"
|
||||
params = {"p1":"value1", "p2":"value2"}
|
||||
headers = {"User-Agent": "fake User Agent", "Fake header": "True value"}
|
||||
cookies = {"PHPSESSION": "1234567890abcdef", "FakeCookie123": "456"}
|
||||
cookies = {"PHPSESSID": "1234567890abcdef", "FakeCookie123": "456"}
|
||||
proxies = {'http':'http://127.0.0.1:8080','https':'http://127.0.0.1:8080'}
|
||||
|
||||
#Regular Get requests sending parameters (params)
|
||||
|
|
Loading…
Add table
Reference in a new issue