1
0
mirror of https://github.com/calebstewart/pwncat.git synced 2024-11-24 01:25:37 +01:00

s/protocl/protocol

This commit is contained in:
trevorbryant 2020-10-10 17:50:27 -04:00
parent f69542f0b4
commit b86058150b

View File

@ -135,7 +135,7 @@ protocol.
.. code-block:: bash
:caption: Connection to a remote SSH server
# SSH style syntax (assumed protocl, prompted for password)
# SSH style syntax (assumed protocol, prompted for password)
pwncat root@192.168.1.1
# Full connection string with password
pwncat "ssh://root:r00t5P@ssw0rd@192.168.1.1"