Skip to content

Commit

Permalink
fix typos (#223)
Browse files Browse the repository at this point in the history
* fix typos

* fix typos
  • Loading branch information
RainRat committed May 14, 2024
1 parent df4d330 commit 8baa155
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pentestgpt/prompts/prompt_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"""
2 changes: 1 addition & 1 deletion pentestgpt/prompts/prompt_class_v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"""

0 comments on commit 8baa155

Please sign in to comment.