Closed azyzzafar closed 1 year ago
There is a new directory called pentestgpt
that was added in the latest release. Run the scripts inside that directory or install and use the repo via pip3 install git+https://github.com/GreyDGL/PentestGPT
Let me try and I will let you know how it went.
Traceback (most recent call last):
File "/usr/local/bin/pentestgpt", line 33, in
TypeError: can only concatenate str (not "tuple") to str
i did as you instructed me and im receiving this error, not sure whats happening.
I usually get that error when trying to run the main script with a wrong/old cookie. Have you tested your connection first?
@azyzzafar May I know the command you're executing?
pentestgpt and this error is after it ask me to give a command for task
I see. It should be a bug where you can only use todo
command after the first subtask has been completed. This means that after the first task is given, you should always use next
command.
┌──(cybergeek㉿CyberGeek)-[~/PentestGPT] └─$ python3 test_connection.py Traceback (most recent call last): File "/home/cybergeek/PentestGPT/test_connection.py", line 4, in
from utils.chatgpt import ChatGPT
ModuleNotFoundError: No module named 'utils.chatgpt'
I'm using Kali linux btw.