1
0
mirror of https://github.com/calebstewart/pwncat.git synced 2024-11-24 01:25:37 +01:00
pwncat/docs/source/api/enumeration.rst
Caleb Stewart bcb1f77606 Updated documentation
- Added some last touches to module system.
- Modified connect syntax to allow more flexible parameters
- Still need to update enumeration API docs and connect command docs
2020-10-02 22:28:47 -04:00

18 lines
511 B
ReStructuredText

Enumeration Modules
===================
Schedules
---------
Enumeration modules can specify a schedule which identifies when a module
will run. By default, an enumeration module is executed only once.
Afterwards, the facts generated by the module are cached in the database
and the module is not invoked unless the database is cleared. You can
specify the following alternative schedules with the ``SCHEDULE`` class
property for your new module::
- Schedule.ONCE
- Schedule.PER_USER
- Schedule.ALWAYS