GreyDGL / PentestGPT

A GPT-empowered penetration testing tool
MIT License
7.29k stars 886 forks source link

Typos and cURL fix #166

Closed RiccardoRobb closed 1 year ago

RiccardoRobb commented 1 year ago

When running without API, useAPI==False there is no curl file in the configuration file. With these changes you can use the cURL version of PentestGPT. I know it is deprecated, but I think using a combination of cURL and API calls may be useful for Issue #164.

I am trying to use the right endpoint to retrieve a conversation:

@GreyDGL, do you have any suggestions?