Skip to content

Shadow Creds Clear command - #1403

Merged
NeffIsBack merged 3 commits into
mainfrom
neff-add-clean
Sep 6, 2026
Merged

Shadow Creds Clear command#1403
NeffIsBack merged 3 commits into
mainfrom
neff-add-clean

Conversation

@NeffIsBack

@NeffIsBack NeffIsBack commented Sep 6, 2026

Copy link
Copy Markdown
Member

Description

Adds the clear command to the shadow-creds module as requested on LinkedIn. Basically just deletes the attribute.

Also adjusted some logging stuff so you have a bit more visibility regarding the --verbose flag.

Type of change

Insert an "x" inside the brackets for relevant items (do not delete options)

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Deprecation of feature or functionality
  • This change requires a documentation update
  • This requires a third party update (such as Impacket, Dploot, lsassy, etc)
  • This PR was created with the assistance of AI (list what type of assistance, tool(s)/model(s) in the description)

Setup guide for the review

  1. Add credential: ... -M shadow-creds -o TARGET=testcomputer$ ACTION=add
  2. Check existence: ... -M shadow-creds -o TARGET=testcomputer$
  3. Remove credentials: ... -M shadow-creds -o TARGET=testcomputer$ ACTION=clear
  4. Check absence: ... -M shadow-creds -o TARGET=testcomputer$

Screenshots (if appropriate):

image

Checklist:

Insert an "x" inside the brackets for completed and relevant items (do not delete options)

  • I have ran Ruff against my changes (poetry: poetry run ruff check ., use --fix to automatically fix what it can)
  • I have added or updated the tests/e2e_commands.txt file if necessary (new modules or features are required to be added to the e2e tests)
  • If reliant on changes of third party dependencies, such as Impacket, dploot, lsassy, etc, I have linked the relevant PRs in those projects
  • I have linked relevant sources that describes the added technique (blog posts, documentation, etc)
  • I have performed a self-review of my own code (not an AI review)
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation (PR here: https://github.com/Pennyw0rth/NetExec-Wiki)

@NeffIsBack NeffIsBack added the enhancement New feature or request label Sep 6, 2026
@NeffIsBack
NeffIsBack marked this pull request as ready for review September 6, 2026 19:04
@NeffIsBack
NeffIsBack merged commit e969f23 into main Sep 6, 2026
12 checks passed
@NeffIsBack
NeffIsBack deleted the neff-add-clean branch September 6, 2026 19:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants