diff --git a/data/gtfobins.json b/data/gtfobins.json index f69b82c..4c82f31 100644 --- a/data/gtfobins.json +++ b/data/gtfobins.json @@ -822,7 +822,7 @@ "stream": "raw", "payload": "{command} 2>/dev/null", "args": ["-idf", "--batch-interpreter=python-fu-eval", "-b", "'import sys; sys.stdout.write(open(\"{lfile}\",\"rb\").read());gimp.exit()'"] - }, + } // This 'write' technique seems to fail because it cannot capture stdin, being a "subprocess". // Since it can get a shell, this is not really an issue. diff --git a/docs/source/configuration.rst b/docs/source/configuration.rst index a9cf2ae..a207d15 100644 --- a/docs/source/configuration.rst +++ b/docs/source/configuration.rst @@ -47,7 +47,7 @@ you can use the "--password/-p" parameter: .. code-block:: bash - set -p bob "b0b5_P@ss0rd" + set -p bob "b0b5_P@ssw0rd" Key Bindings ------------ diff --git a/docs/source/index.rst b/docs/source/index.rst index ed56bc7..82b435b 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -13,7 +13,7 @@ available on the target system. It will then attempt to start a pseudoterminal on the remote host and provide you with raw terminal access. pwncat doesn't stop there, though. On top of raw terminal access, pwncat can -programatically interact with the remote host alongside your terminal access. +programmatically interact with the remote host alongside your terminal access. pwncat provides you with a local shell interface which can utilize your connection for enumeration, file upload/download, automatic persistence installation and even automated privilege escalation. @@ -39,7 +39,7 @@ reverse shells. It normally goes something like this: # You now have a full terminal that doesn't exit on C-c remote$ -This works well. However, the added steps to get a reverse shell are laberous +This works well. However, the added steps to get a reverse shell are laborious after a while. Also, the danger of losing your remote shell by accidentally pressing "C-c" prior to gaining raw access is high. This was the original inspiration of this project. diff --git a/docs/source/installation.rst b/docs/source/installation.rst index a2159d1..f8ee519 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -5,7 +5,7 @@ Installation :maxdepth: -1 The only system dependency for ``pwncat`` is ``python3`` and ``pip``. For ``pip`` to install all Python dependencies, -you will likely need your distributions Python Development package (``python3-dev`` for debian-based distributions). +you will likely need your distributions Python Development package (``python3-dev`` for Debian-based distributions). Once you have a working ``pip`` installation, you can install ``pwncat`` with the provided setup script: .. code-block:: bash