PentestGPT
PentestGPT copied to clipboard
Problem with setting cookies
Following your tutorial, you will https://chat.openai.com/api/auth/session The cookie in the request header under the website, paste it into config/chatgpt_ The cookie field of config.py. Run Python 3 test_ Connection.py has been unable to connect properly. I have also tried using co okiehttps://chat.openai.com/backend-api/conversations It doesn't work either. Can you provide a detailed installation tutorial? Thank you very much!
Did you follow the most recent README on setting up the user agent?

it this right?

- there are some things before you want to start, pay attention to the section "utils/chatgpt.py", "config/chatgpt_config.py" json is not imported, so you have to import it manually.

-
then there is another part of the error which is in the json decoder part. then the code below is an alternative to solve this problem.

-
solved :D

Merge into #26