Skip to content

Commit

Permalink
Merge pull request #51 from hanteed/patch-1
Browse files Browse the repository at this point in the history
Update tips-and-tricks.rst
  • Loading branch information
Dramelac authored May 15, 2024
2 parents 8af47b2 + 434665d commit b94e47e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/getting-started/tips-and-tricks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://blog.ropnop.com/upgrading-simple-shells-to-fully-interactive-ttys/>`_ or `0xffsec.com <https://0xffsec.com/handbook/shells/full-tty/>`_)
* simple alternative way to have an upgrade netcat reverse shell: use ``rlwrap <netcat listener command>``
* instead of using ``netcat`` and "upgrade" the shell manually, ``pwncat-cs`` (`calebstewart/pwncat <https://github.com/calebstewart/pwncat>`_) can be used to obtain an even better reverse shell experience (especially with UNIX-like targets).
Expand Down

0 comments on commit b94e47e

Please sign in to comment.