|
Full Version: Prog That Dumps Regestry Into A Txt File?
is there a prog that can do this on a remote system? sorry if its been asked before but i couldnt find anything searching...
Can't help you on that.
I'm also very curious about it. Just saw the topic and didn't do any research yet, but where are the registries saved (directory)?
couldnt you use reg.exe in cmd
Do you want it to connect to a remote windows computer, and dump it's registry to a text file on the remote computer, or once connected, dump the remote registry to a file on your computer?
Try RegDump. It works pretty good for me.
exactly what i was looking for thanks dude
hmm could be handy 4 cracking some things if u dont have admin axx ;P
the following are files the registry uses... HKEY_CURRENT_USER (alias for) HKEY_USERS\{User SID} ::FILE LOCATION- c:\winnt\profiles\{userID}\Ntuser.dat HKEY_USERS\.DEFAULT ::FILE LOCATION- c:\winnt\profiles\Default User\Ntuser.dat c:\winnt\system32\config\default c:\winnt\system32\config\default.LOG HKEY_LOCAL_MACHINE\SOFTWARE ::FILE LOCATION- c:\winnt\system32\config\software c:\winnt\system32\config\software.LOG HKEY_LOCAL_MACHINE\SYSTEM ::FILE LOCATION- c:\winnt\system32\config\system c:\winnt\system32\config\system.alt HKEY_LOCAL_MACHINE\SECURITY ::FILE LOCATION- c:\winnt\system32\config\security c:\winnt\system32\config\security.log HKEY_LOCAL_MACHINE\SAM ::FILE LOCATION c:\winnt\system32\config\sam c:\winnt\system32\config\sam.log if you see something wrong, please correct it... this is assuming you have 2000/XP and harddrive containing OS is C, of course
you could always create a .bat to export the entire reg to a txt doc and just retrieve it through other means, not so automated but still all in all should work. Google Export Registry To Text and the MS site should have some nfo on it.
:edit: tweakz20 posted what was needed, ignore this post lol.
Thnx tweakz20.
Nice information to know.
cmdshell:
"regedit /e c:\reg.txt"
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
|
||||