2020-05-21 02:29:49 +02:00
|
|
|
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
|
2020-05-21 05:40:48 +02:00
|
|
|
make interaction via Python seamless. This is beneficial both for implementing simple ``pwncat``
|
2020-05-21 02:29:49 +02:00
|
|
|
prompt commands or more complicated privilege escalation or persistence methods.
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: -1
|
|
|
|
:caption: Contents
|
|
|
|
|
|
|
|
commandparser.rst
|
2020-10-03 04:28:47 +02:00
|
|
|
modules.rst
|
2020-05-21 05:00:17 +02:00
|
|
|
privesc.rst
|
2020-05-21 06:04:59 +02:00
|
|
|
persist.rst
|
2020-10-03 04:28:47 +02:00
|
|
|
enumeration.rst
|
2020-05-21 02:29:49 +02:00
|
|
|
victim.rst
|
2020-05-21 07:12:38 +02:00
|
|
|
gtfobins.rst
|