Skip to content

Instantly share code, notes, and snippets.

@alex4rks
Last active March 20, 2021 13:11
Show Gist options
  • Select an option

  • Save alex4rks/f7aa4961345eabc0931d2a02acefd8f2 to your computer and use it in GitHub Desktop.

Select an option

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
:: 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