Update README.md

This commit is contained in:
SergentThomasKelly 2018-02-22 10:34:58 +01:00 committed by GitHub
parent 4324cc2879
commit efa8f4a5d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
# PrivilegeEscalation # PrivilegeEscalation
### This program is a very short batch file which allows you torun anything with admin rights without prompting user. ### This program is a very short batch file which allows you to run anything with admin rights without prompting user.
### This script is already commented and ready to use but please read this to understand how it actually works !! ### This script is already commented and ready to use but please read this to understand how it actually works !!
# The fault : # The fault :
This program is based on an easy break in windows. There are some services that are considered as trusted, so windows executes them with admin rights without warning you, because it could become a mess on your computer to have so many UAC prompts... This program is based on an easy break in windows. There are some services that are considered as trusted, so windows executes them with admin rights without warning you, because it could become a mess on your computer to have so many UAC prompts...