Skip to content

Scanner for finding Unquoted Service Path for Privilege Escalation

License

Notifications You must be signed in to change notification settings

aancw/unquoted_checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

unquoted_checker

Scanner for finding Unquoted Service Path for Privilege Escalation

Purpose

This tool is able to find the Unquoted Service Path for doing Privilege Escalation when using execute-assembly or run directly on compromised machine.

Usage

  • Using execute assembly
execute-assembly path\to\unquoted_checker.exe
Checking Unquoted Service Path for Privilege Escalation...
    Service name:    VulnService
    Path:            C:\Program Files\Vuln Service\Vuln.exe
    Started:         False
    State:           Stopped
    Status:          OK
Press any key to continue . . .
  • Direct run
C:\User> unquoted_checker.exe
Checking Unquoted Service Path for Privilege Escalation...
    Service name:    VulnService
    Path:            C:\Program Files\Vuln Service\Vuln.exe
    Started:         False
    State:           Stopped
    Status:          OK
Press any key to continue . . .

License

MIT License

About

Scanner for finding Unquoted Service Path for Privilege Escalation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages