Interacting With The Registry
From Metasploit Unleashed
The Windows registry is a magical place, where with just a few keystrokes you can render a system virtually unusable. So, be very careful on this next section as mistakes can be painful.
Meterpreter has some very useful functions for registry interaction. Let's look at the options.
meterpreter > reg Usage: reg [command] [options] Interact with the target machine's registry. OPTIONS: -dThe data to store in the registry value. -h Help menu. -k The registry key path (E.g. HKLM\Software\Foo). -t The registry value type (E.g. REG_SZ). -v The registry value name (E.g. Stuff). COMMANDS: enumkey Enumerate the supplied registry key [-k <key>] createkey Create the supplied registry key [-k <key>] deletekey Delete the supplied registry key [-k <key>] queryclass Queries the class of the supplied key [-k <key>] setval Set a registry value [-k <key> -v <val> -d <data>] deleteval Delete the supplied registry value [-k <key> -v <val>] queryval Queries the data contents of a value [-k <key> -v <val>]
Here we can see there are various options we can utilize to interact with the remote system. We have the full options of reading, writing, creating, and deleting remote registry entries. These can be used for any number of actions, including remote information gathering. Using the registry, one can find what files have been utilized, web sites visited in Internet Explorer, programs utilized, USB devices utilized, and so on.
There is a great quick reference list of these interesting registry entries published by Access Data, as well as any number of internet references worth finding when there is something specific you are looking for.
MSF Post Exploitation > Interacting With The Registry
Privilege Escalation | PSExec Pass The Hash | Event Log Management | Fun With Incognito | Interacting With The Registry | Enabling Remote Desktop | Packet Sniffing | Pivoting | TimeStomp | Screen Capture | Searching For Content | John The Ripper
