NetExec icon indicating copy to clipboard operation
NetExec copied to clipboard

New Module add-group

Open termanix opened this issue 7 months ago • 1 comments

Description

This new module provides add/remove users to groups. It works for SMB and LDAP, also supports Bloodhound, AddSelf, AddGroupMember etc. LDAP part works with LDAP3

Type of change

  • [x] New feature (non-breaking change which adds functionality)

How Has This Been Tested?

Tested on local lab and HTB, not yet GOAD.

Screenshots (if appropriate):

image

image

image

Checklist:

  • [x] I have ran Ruff against my changes (via poetry: poetry run python -m ruff check . --preview, use --fix to automatically fix what it can)
  • [x] I have added or updated the tests/e2e_commands.txt file if necessary
  • [x] New and existing e2e tests pass locally with my changes
  • [x] My code follows the style guidelines of this project (should be covered by Ruff above)
  • [x] If reliant on third party dependencies, such as Impacket, dploot, lsassy, etc, I have linked the relevant PRs in those projects
  • [x] I have performed a self-review of my own code
  • [x] I have commented my code, particularly in hard-to-understand areas
  • [x] I have made corresponding changes to the documentation (PR here: https://github.com/Pennyw0rth/NetExec-Wiki)

termanix avatar May 14 '25 20:05 termanix

Nice one! Thanks for the work!

NeffIsBack avatar May 14 '25 21:05 NeffIsBack