mirror of
https://github.com/calebstewart/pwncat.git
synced 2024-11-24 09:35:39 +01:00
12 lines
355 B
ReStructuredText
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.*
|