mirror of
https://github.com/calebstewart/pwncat.git
synced 2024-11-24 01:25:37 +01:00
72dc93e6f7
`pwncat.victim.privesc` will use the first available and working persistence mechanism to overcome UID!=EUID situations. Also, added more documentation.
23 lines
631 B
ReStructuredText
23 lines
631 B
ReStructuredText
File Download
|
|
=============
|
|
|
|
File download is performed in a similar fashion to file upload. The interface is largely the same
|
|
with the parameter order swapped ("source" is a remote file while "destination" is a local file).
|
|
This command provides the same local and remote tab-completion and progress bar as with the upload
|
|
command.
|
|
|
|
.. code-block:: bash
|
|
|
|
(local) pwncat$ download --help
|
|
usage: download [-h] source destination
|
|
|
|
Download a file from the remote host to the local host
|
|
|
|
positional arguments:
|
|
source
|
|
destination
|
|
|
|
optional arguments:
|
|
-h, --help show this help message and exit
|
|
|