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

API Key line number incorrect in Readme #7

Closed zachisparanoid closed 1 year ago

zachisparanoid commented 1 year ago

Readme states to add your personal API key on "line 103". API Key is referenced on "line 115" of the python script. Likely has been moved down due to additions to the code. Just a heads up.

image

hisxo commented 1 year ago

Hello,

It's fixed, the API key is now configured directly on the UI instead of the file.

Hisxo