Projects STRLCPY linuxprivchecker Commits 474f8d91
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    windowsprivchecker.ps
     1 +###############################################################################################################
     2 +## [Title]: linuxprivchecker.sh -- a Linux Privilege Escalation Check Script
     3 +## [Original Author]:Mike Merrill (linted) -- https://github.com/linted
     4 +##
     5 +## [Special Thanks]: Mike Czumak (T_v3rn1x) -- https://twitter.com/SecuritySift
     6 +##-------------------------------------------------------------------------------------------------------------
     7 +## [Details]:
     8 +## This script is intended to be executed locally on a Windows box to enumerate basic system info and
     9 +## search for common privilege escalation vectors such as world writable files, misconfigurations, clear-text
     10 +## passwords and applicable exploits.
     11 +##-------------------------------------------------------------------------------------------------------------
     12 +## [Warning]:
     13 +## This script comes as-is with no promise of functionality or accuracy.
     14 +##-------------------------------------------------------------------------------------------------------------
     15 +## [Modification, Distribution, and Attribution]:
     16 +## Permission is herby granted, free of charge, to any person obtaining a copy of this software and the
     17 +## associated documentation files (the "Software"), to use, copy, modify, merge, publish, distribute, and/or
     18 +## sublicense copies of the Software, and to permit persons to whom the Software is furnished to do so, subject
     19 +## to the following conditions:
     20 +##
     21 +## The software must maintain original author attribution and may not be sold
     22 +## or incorporated into any commercial offering.
     23 +##
     24 +## THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR ## IMPLIED, INCLUDING BUT NOT
     25 +## LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
     26 +## EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER LIABILITY, WHETHER
     27 +## IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
     28 +## USE OR OTHER DEALINGS IN THE SOFTWARE.
     29 +###############################################################################################################
     30 + 
Please wait...
Page is in error, reload to recover