diff --git a/source/getting-started/tips-and-tricks.rst b/source/getting-started/tips-and-tricks.rst index 9d17fe8..08cf606 100644 --- a/source/getting-started/tips-and-tricks.rst +++ b/source/getting-started/tips-and-tricks.rst @@ -49,7 +49,7 @@ This allows users to easily look for, and use, commands in the history, without The best reverse shells ~~~~~~~~~~~~~~~~~~~~~~~ -* ``shellerator`` can be used to generate a reverse shell command dynmically +* ``shellerator`` can be used to generate a reverse shell command dynamically * on the attacker's side, a reverse shell obtained through a ``netcat`` tunnel can be improved (see `ropnop.com `_ or `0xffsec.com `_) * simple alternative way to have an upgrade netcat reverse shell: use ``rlwrap `` * instead of using ``netcat`` and "upgrade" the shell manually, ``pwncat-cs`` (`calebstewart/pwncat `_) can be used to obtain an even better reverse shell experience (especially with UNIX-like targets).