1
0
mirror of https://github.com/calebstewart/pwncat.git synced 2024-11-24 17:45:40 +01:00
pwncat/docs/source/commands/search.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

12 lines
359 B
ReStructuredText

Search
======
This command allows you to search for relevant modules which are currently imported
into ``pwncat``. This performs a glob-based search and provides an ellipsized
description and module name in a nice table. The syntax is simple:
.. code-block:: bash
# Search for modules under the `enumerate` package
(local) pwncat$ search enumerate.*