GreyDGL / PentestGPT

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

[Improvements] Change prompt option design. #10

Closed GreyDGL closed 1 year ago

GreyDGL commented 1 year ago

In the current version, user chooses the next todo from a option list. This is not good because more options will be supported in the future, making the option list long and messy. Instead, a msfconsole-like solution is preferred. Users need to type in specific commands. An auto-refill option should be provided.

GreyDGL commented 1 year ago

Fixed in v0.3