mirror of
https://github.com/calebstewart/pwncat.git
synced 2024-11-24 17:45:40 +01:00
bcb1f77606
- 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
12 lines
359 B
ReStructuredText
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.*
|