LICENSE.md
README.md
setup.py
config/__init__.py
config/chatgpt_config.py
config/chatgpt_config_sample.py
pentestgpt/__init__.py
pentestgpt/extract_cookie.py
pentestgpt/main.py
pentestgpt/test_connection.py
pentestgpt.egg-info/PKG-INFO
pentestgpt.egg-info/SOURCES.txt
pentestgpt.egg-info/dependency_links.txt
pentestgpt.egg-info/entry_points.txt
pentestgpt.egg-info/requires.txt
pentestgpt.egg-info/top_level.txt
pentestgpt/config/__init__.py
pentestgpt/config/chatgpt_config.py
pentestgpt/config/chatgpt_config_sample.py
pentestgpt/prompts/__init__.py
pentestgpt/prompts/prompt_class.py
pentestgpt/prompts/prompt_class_old.py
pentestgpt/tasks/__init__.py
pentestgpt/tasks/crawler.py
pentestgpt/tasks/example_sqlmap.py
pentestgpt/tasks/test_os_execution.py
pentestgpt/utils/__init__.py
pentestgpt/utils/chatgpt.py
pentestgpt/utils/chatgpt_api.py
pentestgpt/utils/chatgpt_browser.py
pentestgpt/utils/pentest_gpt.py
pentestgpt/utils/prompt_select.py
pentestgpt/utils/report_generator.py
pentestgpt/utils/spinner.py
pentestgpt/utils/task_handler.py
pentestgpt/utils/web_parser.py
tasks/__init__.py
tasks/crawler.py
tasks/example_sqlmap.py
tasks/test_os_execution.py
tests/testBrowsing.py
tests/testLogin.py