We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71bd82e commit ce01e04Copy full SHA for ce01e04
1 file changed
pysqlrecon/modules/search.py
@@ -5,7 +5,7 @@
5
6
app = typer.Typer()
7
COMMAND_NAME = "search"
8
-HELP = "[bright_black][NORM][/] Keyword search column names forx all tables within a database [I,L]"
+HELP = "[bright_black][NORM][/] Keyword search column names for all tables within a database [I,L]"
9
LINK_COMPATIBLE = True
10
IMPERSONATE_COMPATIBLE = True
11
@@ -44,4 +44,4 @@ def main(
44
pysqlrecon.query_handler(query, use_rpc_query=True)
45
pysqlrecon.print_results(use_basic_tables)
46
47
- pysqlrecon.disconnect()
+ pysqlrecon.disconnect()
0 commit comments