windows-privesc-check | Standalone Executable to Check for Simple Privilege

 by   pentestmonkey Python Version: Current License: No License

kandi X-RAY | windows-privesc-check Summary

kandi X-RAY | windows-privesc-check Summary

windows-privesc-check is a Python library. windows-privesc-check has no bugs, it has no vulnerabilities and it has medium support. However windows-privesc-check build file is not available. You can download it from GitHub.

Windows-privesc-check is standalone executable that runs on Windows systems. It tries to find misconfigurations that could allow local unprivileged users to escalate privileges to other users or to access local apps (e.g. databases). It is written in python and converted to an executable using pyinstaller so it can be easily uploaded and run (as opposed to unzipping python + other dependencies). It can run either as a normal user or as Administrator (obviously it does a better job when running as Administrator because it can read more files). The latest version of the code is in the master branch.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              windows-privesc-check has a medium active ecosystem.
              It has 1360 star(s) with 333 fork(s). There are 63 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 13 open issues and 1 have been closed. There are 2 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of windows-privesc-check is current.

            kandi-Quality Quality

              windows-privesc-check has 0 bugs and 0 code smells.

            kandi-Security Security

              windows-privesc-check has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              windows-privesc-check code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              windows-privesc-check does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              windows-privesc-check releases are not available. You will need to build from source code and install.
              windows-privesc-check has no build file. You will be need to create the build yourself to build the component from source.
              windows-privesc-check saves you 5757 person hours of effort in developing the same functionality from scratch.
              It has 12036 lines of code, 547 functions and 50 files.
              It has high code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed windows-privesc-check and discovered the below as its top functions. This is intended to give you an instant insight into windows-privesc-check implemented functionality, and help decide if they suit your requirements.
            • Return a string representation of the token
            • Get domain name
            • Return the fully qualified name of the domain
            • Get the name of the account
            • Return a text representation of this Token
            • Return a text representation of this token
            • Get all processes
            • Find process by PID
            • Determine whether this node is trusted
            • Get members of this group
            • Return a list of information about the task
            • Render the table as XML
            • Return a text representation of the thread
            • Render the document as HTML
            • Returns the object as text
            • Get effective privileges
            • Get dangerous permissions
            • Returns a list of permissions for this entry
            • Return dangerous permissions
            • Return a tab delimited tab separator
            • Return a text representation of the object
            • Return a text representation of the task
            • Check if the package is vulnerable
            • Return a tab - separated tab representation of this node
            • Return the XML representation of the issue
            • Returns a tab - separated tab representation of the object
            Get all kandi verified functions for this library.

            windows-privesc-check Key Features

            No Key Features are available at this moment for windows-privesc-check.

            windows-privesc-check Examples and Code Snippets

            Reg1c1de: Windows Registry Privesc Scanner
            C#dot img1Lines of Code : 25dot img1License : Strong Copyleft (GPL-3.0)
            copy iconCopy
            ++++++++++++++Reg1c1de++++++++++++++++
            +author: @deadjakk | http://shell.rip+
            ++++++++++++++++++++++++++++++++++++++
            
            
            Description:
            Reg1c1de is a tool that scans specified registry hives and reports on any keys where the user has write permissions
            In  
            PrivEsc-Clippy,Usage
            Pythondot img2Lines of Code : 10dot img2License : Permissive (MIT)
            copy iconCopy
            < I see you're trying to escalate privileges, would you like some help with that? >
            	     __
            	    /  \
            	    |  |
            	    @  @
            	    |  |
            	    || |/
            	    || ||
            	    |\_/|
            	    \___/ 
              
            reinforcement_learning,Windows,Checked in solution
            C++dot img3Lines of Code : 2dot img3License : Permissive (MIT)
            copy iconCopy
            vcpkg install cpprestsdk:x64-windows
            vcpkg install flatbuffers:x64-windows
              
            Check the key in the window .
            pythondot img4Lines of Code : 8dot img4no licencesLicense : No License
            copy iconCopy
            def checkKey(self):
                    """Return last key pressed or None if no key pressed since last call"""
                    if self.isClosed():
                        raise GraphicsError("checkKey in closed window")
                    self.update()
                    key = self.lastKey
                    self  
            Checks if the type is Windows .
            javadot img5Lines of Code : 4dot img5License : Permissive (MIT License)
            copy iconCopy
            @Override
                public boolean matches(ConditionContext context, AnnotatedTypeMetadata metadata) {
                    return ConditionalUtils.isWindows();
                }  
            Checks if obj is a window object .
            javascriptdot img6Lines of Code : 3dot img6no licencesLicense : No License
            copy iconCopy
            function isWindow(obj) {
              return obj && obj.document && obj.location && obj.alert && obj.setInterval;
            }  

            Community Discussions

            No Community Discussions are available at this moment for windows-privesc-check.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install windows-privesc-check

            You can download it from GitHub.
            You can use windows-privesc-check like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/pentestmonkey/windows-privesc-check.git

          • CLI

            gh repo clone pentestmonkey/windows-privesc-check

          • sshUrl

            git@github.com:pentestmonkey/windows-privesc-check.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link