Jump to content

Driver Siging Messages


Doghouse

Recommended Posts

I have found the code to change

0x4,"Software\Microsoft\Driver Signing","Policy",0x0
0x3,"Microsoft\Windows\CurrentVersion\Setup","PrivateHash",22,9e,53,3e,5d,08,ab,c8,77,1d,b9,d0,e6,06,a8,06

But do not know which file I am supposed to add the registry keys to.

HELP! I cannot have the non signed driver message comming up. The environment needs to be completely unattended.

Link to comment
Share on other sites


Lol - You dont know how to add the registry keys?! Well.. You have to import the hives from your pe cd.Here are the hives and what keys they contain

\I386\SYSTEM32\CONFIG\DEFAULT -> HKEY_USERS\.Default

\I386\SYSTEM32\CONFIG\SAM -> HKEY_LOCAL_MACHINE\SAM

\I386\SYSTEM32\CONFIG\SECURITY -> HKEY_LOCAL_MACHINE\Security

\I386\SYSTEM32\CONFIG\SOFTWARE -> HKEY_LOCAL_MACHINE\Software

\I386\SYSTEM32\SETUPREG.HIV -> KEY_LOCAL_MACHINE\System\ControlSet001

The tweak to disable driver signing is this:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Driver Signing]

"Policy"=hex:00

So open regedit, click 'HKEY_LOCAL_MACHINE' and click file > load hive '\I386\SYSTEM32\CONFIG\SOFTWARE', and then goto

[HKEY_LOCAL_MACHINE\<The name u imported the hive as>\Microsoft\Driver Signing] and add a key - "Policy", type hex, value 00 ("Policy"=hex:00)

Hope this helps :)

Chris.

Link to comment
Share on other sites

Ok, I think I might not have been clear enough. Prior to launching the PE, you should be able to add this code:

[Default.AddReg]
0x4,"Software\Microsoft\Driver Signing","Policy",0x0

[Software.AddReg]
0x3,"Microsoft\Windows\CurrentVersion\Setup","PrivateHash",22,9e,53,3e,5d,08,ab,c8,77,1d,b9,d0,e6,06,a8,06

To a file and then build PE. You should now be able to have an unsigned driver load w/o error messages.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...