1
0
mirror of https://github.com/calebstewart/pwncat.git synced 2024-12-11 17:34:19 +01:00
pwncat/docs/source/commands/lcd.rst

15 lines
471 B
ReStructuredText
Raw Normal View History

lcd
===
The ``lcwd`` command allows you to change the *local* working directory of the running
pwncat instance. This effects any command which interacts with the local filesystem (
e.g. ``upload`` and ``download``).
.. code-block:: bash
# Example from @DanaEpp :P
lcd ~/engagements/client_some_gawd_aweful_guid/host_abc/loot
# Now, the following downloads will end up in the above directory
download /path/to/some/loot
download /paht/to/some/other/loot