美文网首页
Privilege Constants (Authorizati

Privilege Constants (Authorizati

作者: 夙小叶 | 来源:发表于2020-07-19 17:49 被阅读0次
    image.png

    Privilege Constants (Authorization)

    可用作特权说明:

    NT AUTHORITY\NETWORK SERVICE @ GRANPA

    PRIVILEGES INFORMATION
    ----------------------
    
    Privilege Name                Description                               State   
    ============================= ========================================= ========
    SeAuditPrivilege              Generate security audits                  Disabled
    SeIncreaseQuotaPrivilege      Adjust memory quotas for a process        Disabled
    SeAssignPrimaryTokenPrivilege Replace a process level token             Disabled
    SeChangeNotifyPrivilege       Bypass traverse checking                  Enabled 
    SeImpersonatePrivilege        Impersonate a client after authentication Enabled 
    SeCreateGlobalPrivilege       Create global objects                     Enabled 
    

    NT AUTHORITY\SYSTEM @ GRANPA

    PRIVILEGES INFORMATION
    ----------------------
    
    Privilege Name                  Description                               State   
    =============================== ========================================= ========
    SeTcbPrivilege                  Act as part of the operating system       Enabled 
    SeCreateTokenPrivilege          Create a token object                     Disabled
    SeTakeOwnershipPrivilege        Take ownership of files or other objects  Disabled
    SeCreatePagefilePrivilege       Create a pagefile                         Enabled 
    SeLockMemoryPrivilege           Lock pages in memory                      Enabled 
    SeAssignPrimaryTokenPrivilege   Replace a process level token             Disabled
    SeIncreaseQuotaPrivilege        Adjust memory quotas for a process        Disabled
    SeIncreaseBasePriorityPrivilege Increase scheduling priority              Enabled 
    SeCreatePermanentPrivilege      Create permanent shared objects           Enabled 
    SeDebugPrivilege                Debug programs                            Enabled 
    SeAuditPrivilege                Generate security audits                  Enabled 
    SeSecurityPrivilege             Manage auditing and security log          Disabled
    SeSystemEnvironmentPrivilege    Modify firmware environment values        Disabled
    SeChangeNotifyPrivilege         Bypass traverse checking                  Enabled 
    SeBackupPrivilege               Back up files and directories             Disabled
    SeRestorePrivilege              Restore files and directories             Disabled
    SeShutdownPrivilege             Shut down the system                      Disabled
    SeLoadDriverPrivilege           Load and unload device drivers            Disabled
    SeProfileSingleProcessPrivilege Profile single process                    Enabled 
    SeSystemtimePrivilege           Change the system time                    Disabled
    SeUndockPrivilege               Remove computer from docking station      Disabled
    SeManageVolumePrivilege         Perform volume maintenance tasks          Disabled
    SeImpersonatePrivilege          Impersonate a client after authentication Enabled 
    SeCreateGlobalPrivilege         Create global objects                     Enabled 
    

    相关文章

      网友评论

          本文标题:Privilege Constants (Authorizati

          本文链接:https://www.haomeiwen.com/subject/wqrrkktx.html