-
-
Notifications
You must be signed in to change notification settings - Fork 136
Merge Development into Main Branch #128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…eb-api-testing # Conflicts: # src/hackingBuddyGPT/usecases/web_api_testing/prompt_engineer.py # src/hackingBuddyGPT/usecases/web_api_testing/simple_openapi_documentation.py # src/hackingBuddyGPT/usecases/web_api_testing/simple_web_api_testing.py # src/hackingBuddyGPT/usecases/web_api_testing/utils/llm_handler.py
…eb-api-testing # Conflicts: # src/hackingBuddyGPT/usecases/web_api_testing/documentation/report_handler.py # src/hackingBuddyGPT/usecases/web_api_testing/prompt_generation/information/pentesting_information.py # src/hackingBuddyGPT/usecases/web_api_testing/prompt_generation/prompt_engineer.py # src/hackingBuddyGPT/usecases/web_api_testing/prompt_generation/prompt_generation_helper.py # src/hackingBuddyGPT/usecases/web_api_testing/prompt_generation/prompts/task_planning/chain_of_thought_prompt.py # src/hackingBuddyGPT/usecases/web_api_testing/response_processing/response_analyzer_with_llm.py # src/hackingBuddyGPT/usecases/web_api_testing/simple_web_api_testing.py # src/hackingBuddyGPT/usecases/web_api_testing/utils/llm_handler.py
updated README.md with correct image
…sing/openapi_converter.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Merge web api testing development
…rompts so that it is usable with other prompst
Adapt prompt engineer
REMOTE SHELL integration using tmux to interact without ssh creds
Dependency ReviewThe following issues were found:
License Issuespyproject.toml
OpenSSF Scorecard
Scanned Files
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces support for both SSH and local shell (via tmux) connections to target systems, making it easier to test and develop hackingBuddyGPT locally. The documentation has been significantly updated to reflect these new connection options and to provide clear setup instructions. Additionally, several new capabilities and dependencies have been added to expand and improve the framework's functionality.
Major new features and improvements:
Connection mode support and documentation updates:
LocalShellCapabilityclass and integration into theLinuxPrivescuse case. The documentation inREADME.mdhas been updated to explain both connection types, provide setup instructions, and give usage examples for each mode. [1] [2] [3] [4] [5] [6] [7]Capabilities and extensibility:
ParsedInformationfor handling parsed HTTP responses andPythonTestCasefor registering and describing test cases, supporting richer agent behaviors. [1] [2]Dependency management:
pyproject.tomlto includepandas,faker,fpdf, and specificlangchainpackages, and ensured test dependencies are complete. [1] [2]Bugfixes and minor improvements:
http_request.pyto correctly handle path joining for HTTP requests.README.mdand clarified the description of the extended linux-privesc use case.Internal codebase organization: