GreyDGL / PentestGPT

A GPT-empowered penetration testing tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature] Decoupling next commands with the tool inputs.

GreyDGL opened this issue · comments

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.