- Download a file from the Internet:
- Download a file silent (wihout info) from the Internet:
- Preview the full http request:
- Just see the response headers:
- Execute a command to a web shell url-encoding the command (and watching errors):
- Access with username and password:
- Access setting manually authorization header:
- Send a GET Request with cURL:
- Open the browser devtools
- Right click on the request and select
Copy>Copy as cURL
- Then:
- Send a POST request with data:
- Authenticate with a cookie:
- A full POST example (with cookie and JSON data):