1
0
mirror of https://github.com/calebstewart/pwncat.git synced 2024-11-24 09:35:39 +01:00
pwncat/docs/source/api/index.rst

17 lines
539 B
ReStructuredText
Raw Normal View History

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``
prompt commands or more complicated privilege escalation or persistence methods.
.. toctree::
:maxdepth: -1
:caption: Contents
commandparser.rst
privesc.rst
2020-05-21 06:04:59 +02:00
persist.rst
victim.rst