Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DCE-RPC server not handling wmic or Impacket's rpcmap #161

Open
jmbesnard opened this issue May 11, 2021 · 1 comment
Open

DCE-RPC server not handling wmic or Impacket's rpcmap #161

jmbesnard opened this issue May 11, 2021 · 1 comment

Comments

@jmbesnard
Copy link

Hello

I've been trying to use the recently released DCE-RPC server of Responder with wmic and Impacket's rpcmap.py script.
Responder is running with -r and -d options (as per README.md). ICMP packet are blocked using ICMP (as per https://twitter.com/PythonResponder/status/1383235792386936835)
Running the following :

  • wmic /node:IP_OF_RESPONDER os get version, or
  • rpcmap.py -auth-rpc LAB/foo:bar ncacn_ip_tcp:IP_OF_RESPONDER
    does not lead to anything being caught by Responder.

Cheers

JM

@lgandx
Copy link
Owner

lgandx commented May 12, 2021

Hi,
Thank you for submitting this issue.
So far only the most common servers are supported, these are:

  • WINSPOOL
  • LSARPC
  • DSRUAPI
    However, I definitely plan to add more RPC servers as I receive issue like this one :)

Thanks,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants