Skip to content

Releases: GreyDGL/PentestGPT

v0.14.0

15 May 08:27
a6edb30
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.0...v0.14.0

v0.13.0 Official Support For GPT4o

14 May 10:03
f072f90
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.1...v0.13.0

v0.9: support Local LLM and custom API endpoint

25 Jul 16:40
776aac1
Compare
Choose a tag to compare

In this version, local LLMs are supported and users can create their custom API endpoints for the LLMs.
For more details, please refer to the examples of OpenAI API endpoint under pentestgpt/utils/APIs.
In v0.9.1, a bug in the previous version is fixed.

v0.8 Allow users to save sessions and continue

12 May 13:46
781d878
Compare
Choose a tag to compare

If the user is using cookie login, they can save the sessions and continue from the previous tests now.
The test results are stored under the test_history directory.

v0.7: official OpenAI API support

01 May 15:58
Compare
Choose a tag to compare

The latest version contains two connection approaches:

  1. ChatGPT Plus
  2. OpenAI API

Run python3 test_connection.py to check if you have the proper access to either of them. More details in documentation.

v0.6: OpenAI API Support

30 Apr 14:56
Compare
Choose a tag to compare

The new version includes support for OpenAI API.
More details will be released soon in the README documentation.

v0.5

26 Apr 15:29
29e21ea
Compare
Choose a tag to compare

Add new local reasoning function. Now the command more will lead to a new reasoning section, which allows the user dig into the local subtask.

v0.4 logging

22 Apr 09:45
eafa0d5
Compare
Choose a tag to compare

In v0.4, the test report can be automatically logged and generated now. More details in the documentation.

  1. Add logging
  2. Fix some minor login issue.

v0.3: new prompts

14 Apr 06:45
Compare
Choose a tag to compare
  1. Design new prompt interaction.
    • Follow msfconsole type of prompt interaction.
    • Add auto-complete functions
  2. Prompt optimization for better stability.
    • This version is for chatGPT plus members. GPT-4 is used.

V0.2.0 Initial Release

12 Apr 06:23
Compare
Choose a tag to compare

In v0.2.0, the TUI operations required by PentestGPT are supported. Users can now give multi-line inputs easily in a way similar to ChatGPT.