From 8baa155cffdbc5df42015559c282115e31523b35 Mon Sep 17 00:00:00 2001 From: RainRat Date: Tue, 14 May 2024 02:42:45 -0700 Subject: [PATCH] fix typos (#223) * fix typos * fix typos --- pentestgpt/prompts/prompt_class.py | 2 +- pentestgpt/prompts/prompt_class_v1.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"""