GreyDGL / PentestGPT

A GPT-empowered penetration testing tool
MIT License
6.67k stars 796 forks source link

Typos and cURL fix #166

Closed RiccardoRobb closed 8 months ago

RiccardoRobb commented 8 months 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?