Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working on Windows 10 and Windows Server 2008 R2 #1

Open
ghost opened this issue Oct 22, 2018 · 1 comment
Open

Not working on Windows 10 and Windows Server 2008 R2 #1

ghost opened this issue Oct 22, 2018 · 1 comment

Comments

@ghost
Copy link

ghost commented Oct 22, 2018

Payload is not working under my test environments in both Windows 10 and Server 2008 R2. Trying to load Capcom.sys(c1d5cf8c43e7679b782630e93f5e6420ca1749a7)

Running under Windows 10 (Version 10.0.17134.345) as a local user belongs to Administrator group

RegCreateKeyEx failed: 0x0
[+] Enabling SeLoadDriverPrivilege
[+] SeLoadDriverPrivilege Enabled
[+] Loading Driver: \Registry\User\S-1-5-21-3294158787-947196347-1753039676-1001\System\CurrentControlSet\MyService
NTSTATUS: c00000e5, WinError: 0

Running under Windows Server 2008 R2 as user nt authoriry\system

RegCreateKeyEx failed: 0x0
[+] Enabling SeLoadDriverPrivilege
[+] SeLoadDriverPrivilege Enabled
[+] Loading Driver: \Registry\User\S-1-5-18\System\CurrentControlSet\MyService
NTSTATUS: c0000428, WinError: 0

Running under Windows Server 2008 R2 as user Administrator

[+] Enabling SeLoadDriverPrivilege                                                             
[+] SeLoadDriverPrivilege Enabled                                                              
[+] Loading Driver: \Registry\User\S-1-5-21-953262931-566350628-63446256-500\System\CurrentCont
rolSet\MyService                                                                               
NTSTATUS: c0000428, WinError: 0 
@MarleyHaXs
Copy link

Hi,
as of Windows 10 Version 1803, NTLoadDriver seems to forbid references to registry keys under HKEY_CURRENT_USER.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant