NetExec icon indicating copy to clipboard operation
NetExec copied to clipboard

Fix Issue 700

Open fpreynaud opened this issue 4 months ago • 1 comments

Description

Fix Issue #700 The fix consists in json.dump-ing intermediary results to a file when the checks are done for a host, and json.load-ing from that file before performing the checks.

Type of change

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

  • [x] 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)

Checklist:

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

  • [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)
  • [ ] 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)
  • [ ] New and existing e2e tests pass locally with my changes
  • [ ] If reliant on changes of 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
  • [ ] I have made corresponding changes to the documentation (PR here: https://github.com/Pennyw0rth/NetExec-Wiki)

fpreynaud avatar Aug 22 '25 12:08 fpreynaud

Fyi this one is dependend on #893 right, so we have to merge #893 first

NeffIsBack avatar Aug 24 '25 12:08 NeffIsBack