mirror of
https://github.com/weyne85/PentestGPT.git
synced 2025-10-29 16:58:59 +00:00
@@ -21,7 +21,9 @@ class localTaskCompleter(Completer):
|
||||
|
||||
task_meta = {
|
||||
"discuss": HTML("Discuss with <b>PentestGPT</b> about this local task."),
|
||||
"brainstorm": HTML("Let <b>PentestGPT</b> brainstorm on the local task for all the possible solutions."),
|
||||
"brainstorm": HTML(
|
||||
"Let <b>PentestGPT</b> brainstorm on the local task for all the possible solutions."
|
||||
),
|
||||
"help": HTML("Show the help page for this local task."),
|
||||
"google": HTML("Search on Google."),
|
||||
"continue": HTML("Quit the local task and continue the previous testing."),
|
||||
@@ -102,6 +104,7 @@ def main_task_entry(text="> "):
|
||||
else:
|
||||
return result
|
||||
|
||||
|
||||
def local_task_entry(text="> "):
|
||||
"""
|
||||
Entry point for the task prompt. Auto-complete
|
||||
|
||||
Reference in New Issue
Block a user