hisxo / ReconAIzer

A Burp Suite extension to add OpenAI (GPT) on Burp and help you with your Bug Bounty recon to discover endpoints, params, URLs, subdomains and more!
830 stars 98 forks source link

Waiting results from OpenAI... all the time #12

Closed PIDAN-HEIDASHUAI closed 1 year ago

PIDAN-HEIDASHUAI commented 1 year ago

My setting: Windows10 BP professional 2022.3.8 Jython 2.7.3 ReconAIzer 0.7

Jython:

2023-05-08 10_26_40-Burp Suite Professional v2022 3 8 - Temporary Project - OPAO

ReconAIzer:

2- OPAO

ReconAIzer Config:

3 OPAO

ReconAIzer Results:

4OPAO

It show "Waiting results from OpenAI..." all the time, I checked the question on github and Google and there was nothing the same. I'd appreciate it if you could help me out. Thank you so much!

hisxo commented 1 year ago

Hello,

Could you check the output of the extension and tell me if something is returned here?

image

Thanks!

PIDAN-HEIDASHUAI commented 1 year ago

Hello,

Could you check the output of the extension and tell me if something is returned here?

image

Thanks!

Hello, Thanks for your reply. Here is the picture, It's blank.

1PAO

Thank you again for your reply!

shelu16 commented 1 year ago

Traceback (most recent call last): File "G:\Burp\ReconAIzer.v0.7.py", line 132, in run api_result = self.extender.send_request_to_openai(text, self.prompt_type) File "G:\Burp\ReconAIzer.v0.7.py", line 203, in send_request_to_openai raise Exception("API request failed with response code: {}".format(response_code)) Exception: API request failed with response code: 401

hisxo commented 1 year ago

Do you have a paid plan account on OpenAI ? This 401 error mean that you have probably a free account, so you can't use the API.

Regards, Hisxo

shelu16 commented 1 year ago

ok