GreyDGL / PentestGPT

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

[Bug] Add handler for repeated commands. #14

Closed GreyDGL closed 1 year ago

GreyDGL commented 1 year ago

Correctly, pentestGPT needs to perform multiple rounds of reasoning if users key in todo for multiple times. The result is also wrong.

Add a handler to check if the current command is the same as the previous one (excluding next).

GreyDGL commented 1 year ago

Solved with local subtask handler