Merged
Conversation
Signed-off-by: Wyndoo <wyndo101@gmail.com>
Signed-off-by: Wyndoo <wyndo101@gmail.com>
Add Active Directory Certificate Services (ADCS) enumeration to the BloodHound collection workflow using CertiHound library. Changes: - Add 'adcs' to valid collection methods in resolve_collection_methods() - Add CertiHound as optional dependency (pip install netexec[adcs]) - Implement _collect_adcs_for_bloodhound() for ADCS data collection - Update bloodhound() to handle ADCS-only and combined collections - Export ADCS data in BloodHound CE v6 format
Move CertiHound from optional to default dependencies and remove conditional import handling since it will always be installed. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
add SMB module NTLM MIC bypass Signed-off-by: polair <p0l4ir@gmail.com>
Signed-off-by: polair <p0l4ir@gmail.com>
Signed-off-by: polair <p0l4ir@gmail.com>
Signed-off-by: polair <p0l4ir@gmail.com>
Signed-off-by: polair <p0l4ir@gmail.com>
From terminaltables3 README: > [terminaltables3] is a fork of the terminaltables project. Which is > archived and unmaintained. This library is in a new namespace but should > otherwise be a drop in replacement. Maintaining goals consist of > maintaining ecosystem compatibility, type annotations and responding to > community pull requests. Debian has removed the old terminaltables projects and only provides terminaltables3 now (in next release Debian 14 forky, which is currently Debian testing). Other distros will probably do the same, or have done it already.
Improve error handling in change-password module
…stment Adjust the pre2k module
…auth-tds-error-handling fix(mssql): handle TDS error when NTLM challenge absent and fix local-auth flow
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
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.
Description
Resolve merge conflicts and sync with upstream.
If you have used AI in any form, please state the tool you used (e.g. Claude Code, Cursor, Amp) along with the extent that the work was AI-assisted. See the project's AI policy for more details: https://github.com/Pennyw0rth/NetExec/blob/main/AI_POLICY.md
Type of change
Insert an "x" inside the brackets for relevant items (do not delete options)
Setup guide for the review
Please provide guidance on what setup is needed to test the introduced changes, such as your locally running machine Python version & OS, as well as the target(s) you tested against, including software versions.
In particular:
Screenshots (if appropriate):
Screenshots are always nice to have and can give a visual representation of the change.
If appropriate, include before and after screenshot(s) to show which results are to be expected.
Checklist:
Insert an "x" inside the brackets for completed and relevant items (do not delete options)
poetry run ruff check ., use--fixto automatically fix what it can)tests/e2e_commands.txtfile if necessary (new modules or features are required to be added to the e2e tests)