Skip to content

Commit

Permalink
Merge pull request #6 from thistehneisen/patch-1
Browse files Browse the repository at this point in the history
Spelling fixes
  • Loading branch information
hisxo committed Apr 12, 2023
2 parents e64bf0a + cfdcff8 commit 9bed3ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ReconAIzer v0.3.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ def send_request_to_openai(self, text, prompt_type):
}

prompt_mapping = {
"guess_get_parameters": "As security web expert and skilled bug bounty hunter, your are my assistant. By analysing the following HTTP request, create 50 similar GET parameters:",
"guess_post_parameters": "As security web expert and skilled bug bounty hunter, your are my assistant. By analysing the following HTTP request, create 50 similar POST parameters:",
"guess_get_parameters": "As security web expert and skilled bug bounty hunter, you are my assistant. By analysing the following HTTP request, create 50 similar GET parameters:",
"guess_post_parameters": "As security web expert and skilled bug bounty hunter, you are my assistant. By analysing the following HTTP request, create 50 similar POST parameters:",
"guess_json_parameters": "As security web expert and skilled bug bounty hunter, you are my assistant. By analysing the following HTTP request, create 50 similar JSON parameters:",
"guess_endpoints": "As security web expert and skilled bug bounty hunter, you are my assistant. By analysing the following HTTP request, create 50 paths:",
"guess_filename": "As security web expert and skilled bug bounty hunter, you are my assistant. By analysing the following HTTP request, create 50 filenames:",
Expand Down

0 comments on commit 9bed3ca

Please sign in to comment.