-
-
Notifications
You must be signed in to change notification settings - Fork 186
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
[enhancement] Is there a way to have the listen address and the address used in the UNC path to be different? #75
Comments
I should add it yes I will very soon |
Is this referring to how in the scan/fuzz modes the path is generated to be the same as the local listener that is created? To my understanding, in the coerce mode, the provided listener IP is only used in the path generation, so you should be able to set that to whatever you need. So the fix for this should just be allowing an option for the fuzz and scan modes that provides a user defined path IP while still setting up the listener on whatever local IP is found? |
I made a tentative change to add this functionality, here is the commit. Does this look right? |
It looks right yes, can you create a pull request? |
Add enhancement in issue p0dalirius#75
I made a pull request, this one is branched from the current master, so it should be able to merge just by itself, I separately merged in the changes to the refactor branch I already created, so if you decide to approve that request, the changes should already be done in there. Let me know if I need to change anything else. |
Is there a way to have the listen address and the address used in the UNC path to be different?
I need to perform port forwarding to receive the connection so the listen address and the address in the UNC path are different.
The text was updated successfully, but these errors were encountered: