Skip to content

Commit eefd478

Browse files
committed
docs: ✏️ minor readme update
1 parent 8138245 commit eefd478

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ https://user-images.githubusercontent.com/78410652/232327920-7318a0c4-bee0-4cb4-
4444
- Fill in `userAgent` with your user agent.
4545
- If you're using API:
4646
- Fill in the OpenAI API key in `chatgpt_config.py`.
47-
- In `main.py`, change `useAPI` to `True`, and set the preferred model.
4847
3. To verify that the connection is configured properly, you may run `python3 test_connection.py`. You should see some sample conversation with ChatGPT.
4948
- A sample output is below
5049
```
@@ -55,7 +54,7 @@ https://user-images.githubusercontent.com/78410652/232327920-7318a0c4-bee0-4cb4-
5554
## Test connection for OpenAI api (GPT-3.5)
5655
3. You're connected with OpenAI API. You have GPT-3.5 access. To start PentestGPT, please use <python3 main.py --reasoning_model=gpt-3.5-turbo --useAPI=True>
5756
```
58-
4. (Notice) The above verification process is not stable. If you encounter errors after several trials, please try to refresh the page, repeat the above steps, and try again. You may also try with the cookie to `https://chat.openai.com/backend-api/conversations`
57+
4. (Notice) The above verification process for cookie. If you encounter errors after several trials, please try to refresh the page, repeat the above steps, and try again. You may also try with the cookie to `https://chat.openai.com/backend-api/conversations`. Please submit an issue if you encounter any problem.
5958

6059

6160

@@ -86,7 +85,7 @@ https://user-images.githubusercontent.com/78410652/232327920-7318a0c4-bee0-4cb4-
8685
- `brainstorm`: let PentestGPT brainstorm on the local task for all the possible solutions.
8786
- `discuss`: discuss with PentestGPT about this local task.
8887
- `google`: search on Google. This function is still under development.
89-
- `continue`: exit the sub task and continue the main testing session.
88+
- `continue`: exit the subtask and continue the main testing session.
9089
## Report
9190
1. After finishing the penetration testing, a report will be automatically generated in `logs` folder (if you quit with `quit` command).
9291
2. The report can be printed in a human-readable format by running `python3 utils/report_generator.py <log file>`. A sample report `sample_pentestGPT_log.txt` is also uploaded.

0 commit comments

Comments
 (0)