Skip to content

Conversation

@Cyb3rC3lt
Copy link
Contributor

@Cyb3rC3lt Cyb3rC3lt commented Aug 21, 2025

Description

I have added a summary so when we are password spraying we don't need to be grepping 100s of results to see where the green or purple results are which might indicate something interesting.

I have just implemeted it for the big 3 protocols which are SMB, LDAP and RDP. Some of the code operates slightly different depending on the protocol so the code had to be tweaked at times so is not identical across the 3 at times.

Initially I didn't have the --summary flag required to run it so I had some logical safeguards like only showing a summary if there were more than 10 machines or users. This would be bypassed if a file was being inputted. I also turned it off when modules were being run but maybe I have missed use cases where this might be useful.

I have left these safeguards in for now (which I can remove eventually) with the --summary flag as maybe with the checks in place we could default to using it without the --summary flag if you think it is worth having permanently rather than users requiring more flags to trigger things.

Type of change

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

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

Screenshots (if appropriate):

image

@NeffIsBack
Copy link
Member

Very nice idea! That could solve the long requested feature of "how do i mute failed logins so i can only get the successful ones". I think there is still a few things to do because this probably doesn't belong in the netexec.py file, but we can work of of that.

@NeffIsBack NeffIsBack added the enhancement New feature or request label Aug 24, 2025
@NeffIsBack
Copy link
Member

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