1
0
mirror of https://github.com/calebstewart/pwncat.git synced 2024-11-24 09:35:39 +01:00
pwncat/docs/source/commands/search.rst
2021-06-02 19:19:25 -04:00

12 lines
355 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.*