GreyDGL / PentestGPT

A GPT-empowered penetration testing tool
MIT License
7.28k stars 883 forks source link

[Feature] Decoupling next commands with the tool inputs. #224

Open GreyDGL opened 6 months ago

GreyDGL commented 6 months ago

The current operation logic is troublesome. We try to implement a metasploit-like terminal. So users can do:

tool_response = xxxx

and then

next

and the tool will continue to execute the next step.