Last active
March 20, 2021 13:11
-
-
Save alex4rks/f7aa4961345eabc0931d2a02acefd8f2 to your computer and use it in GitHub Desktop.
add end user ability to create sockets in python as non-admin user
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
| :: add end user ability to create sockets as non-admin user | |
| :: netsh http add urlacl url=http://+:6000/ user="NT AUTHORITY\Authenticated Users" listen=yes | |
| netsh http add urlacl url=http://+:6000/ user="NT AUTHORITY\Прошедшие проверку" listen=yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment