Adds relay to ICPR over RPC#1442
Closed
sploutchy wants to merge 4 commits into
Closed
Conversation
Adds RPC attacks (TSCH, ICPR) via SMB named pipes
Contributor
|
Awesome feature ! 🫶 While testing it was crashing with the error |
Patch static methods called with args
This was referenced Jan 6, 2023
sploutchy
added a commit
to sploutchy/impacket
that referenced
this pull request
Jun 27, 2024
|
That would be the perfect replacement for |
rtpt-romankarwacik
pushed a commit
to rtpt-romankarwacik/impacket
that referenced
this pull request
Jun 4, 2025
Collaborator
|
(updating also in this PR) |
Collaborator
|
Clsoing as will be worked in #1974 |
gabrielg5
added a commit
that referenced
this pull request
Jun 23, 2025
* RPC Relay server * Adds #1442 * Add EPM so e.g. printspooler can be relayed * Fix log creation * Fix copyright header * RPCAttack: Save certificate to file instead of printing to console by default * Removed unused RPC attack mode * RPC relay server: keep relaying * RPC relay server: Fix forgotten variable * rpcrelayserver.py: Fixing client_address property Co-authored-by: Gabriel Gonzalez <gabriel.gonzalez@fortra.com> * rpcrelayserver.py: replace constant by reference * rpcrelayserver.py: keep relaying 2 * rpcrelayserver.py: disable multirelay * rpcrelayserver.py: outsource target setting to negotiate_ntlm_session * RPCRelayServer: Consuming targets only on NTLMSSP_AUTH_NEGOTIATE * Opportunistic enhancement: consider finishedAttack target's scheme to retrieve target candidate --------- Co-authored-by: Sylvain Heiniger <sploutchy@gmail.com> Co-authored-by: S3cur3Th1sSh1t <27858067+S3cur3Th1sSh1t@users.noreply.github.com> Co-authored-by: Gabriel Gonzalez <gabriel.gonzalez@fortra.com>
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.
Adds the ability to relay to ICPR over RPC to request a certificate for the relayed user (analog to AD CS ESC8).
See https://blog.compass-security.com/2022/11/relaying-to-ad-certificate-services-over-rpc/ for more information.