-
Notifications
You must be signed in to change notification settings - Fork 404
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
Prohibiting network access based on specific PID #109
Comments
I like your project very much. Can you give me a usdt wallet so that I can reward you? |
Hey there, can you give me a little detail here? Are you trying to disable connectivity for specific process ID's or for specific ports? And also, do you want to achieve this on one of your own computers where you can configure everything yourself, or is r77 installed at some remote location? I might come up with a simple solution to this. By the way thank you very much for your offer! I really appreciate support for the project :) Though, I only have BTC (19FPS9C5yCtLFkGzN6zoJkHhortdKAx8MW). Again, thank you a lot for your support! |
I have tried Hook, NtDeviceIoControlFile, NtWriteFile, NtReadFile, NtClose, these tcp functions to make the specified program unable to connect to the network. You can read the program name or port that needs to be disconnected through HKEY_LOCAL_MACHINE\SOFTWARE$77config. |
You can apply for an ETH wallet, which is also more versatile and convenient. You can put it in README.md, so that we can also support your project more conveniently. All your projects provide me with rich concepts and ideas. I like it very much and will always support you. |
you can do that by hooking NtCreateFile(). hooking NtDeviceIoControlFile can do the same by return error code for AFD_CONNECT. |
Sorry for the late response, I'm being kept busy by patching the AMSI fix for Windows Defender and next thing I've realized that Windows 24H2 broke RunPE for good, for all applications that implement process hollowing :\ So I need to fix this issue fast. Sorry to keep you waiting here. @wineggdrop you seem to have a lot of concrete bugfix suggestions and most of them are spot on. Great work! I would say I'll get back to you when I have the RunPE issue sorted out. |
Networking can be prohibited through the process pid or process name or port, so that the playability can be better. I hope the author can adopt it.
The text was updated successfully, but these errors were encountered: