mirror of
https://github.com/calebstewart/pwncat.git
synced 2024-11-27 19:04:15 +01:00
18 lines
556 B
ReStructuredText
18 lines
556 B
ReStructuredText
API Documentation
|
|
=================
|
|
|
|
``pwncat`` is fully usable without modification, but also provides a scriptable method of interacting
|
|
with the remote host. A large variety of interaction with the remote host has been abstracted to
|
|
make interaction via Python seamless. This is beneficial both for implementing simple ``pwncat``
|
|
prompt commands or more complicated privilege escalation or persistence methods.
|
|
|
|
.. toctree::
|
|
:maxdepth: -1
|
|
:caption: Contents
|
|
|
|
commandparser.rst
|
|
privesc.rst
|
|
persist.rst
|
|
victim.rst
|
|
gtfobins.rst
|