diff --git a/pentestgpt/prompts/prompt_class.py b/pentestgpt/prompts/prompt_class.py index 4272480..0146bb2 100644 --- a/pentestgpt/prompts/prompt_class.py +++ b/pentestgpt/prompts/prompt_class.py @@ -88,5 +88,5 @@ class PentestGPTPrompt: """Continue to the previous request to dig into the problem, below are the findings and questions from the tester. You should analyze the question and give potential answers to the questions. Please be precise, thorough, and show your reasoning step by step. \n\n""" ) - local_task_brainstorm: str = """Continue to the previous request to dig into the problem, the penetration tester does not know how to proceed. Below is his description on the task. Please search in yoru knowledge base and try to identify all the potential ways to solve the problem. + local_task_brainstorm: str = """Continue to the previous request to dig into the problem, the penetration tester does not know how to proceed. Below is his description on the task. Please search in your knowledge base and try to identify all the potential ways to solve the problem. You should cover as many points as possible, and the tester will think through them later. Below is his description on the task. \n\n""" diff --git a/pentestgpt/prompts/prompt_class_v1.py b/pentestgpt/prompts/prompt_class_v1.py index e5fd8e7..d1c04d4 100644 --- a/pentestgpt/prompts/prompt_class_v1.py +++ b/pentestgpt/prompts/prompt_class_v1.py @@ -59,5 +59,5 @@ class PentestGPTPrompt: """Continue to the previous request to dig into the problem, below are the findings and questions from the tester. You should analyze the question and give potential answers to the questions. Please be precise, thorough, and show your reasoning step by step. \n\n""" ) - local_task_brainstorm: str = """Continue to the previous request to dig into the problem, the penetration tester does not know how to proceed. Below is his description on the task. Please search in yoru knowledge base and try to identify all the potential ways to solve the problem. + local_task_brainstorm: str = """Continue to the previous request to dig into the problem, the penetration tester does not know how to proceed. Below is his description on the task. Please search in your knowledge base and try to identify all the potential ways to solve the problem. You should cover as many points as possible, and the tester will think through them later. Below is his description on the task. \n\n"""