1
0
mirror of https://github.com/calebstewart/pwncat.git synced 2024-12-02 21:34:15 +01:00
pwncat/docs/source/commands/search.rst

12 lines
359 B
ReStructuredText
Raw Normal View History

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.*