metasploit-framework/test/modules/post/test
Brent Cook a42cc2ef1f add support for specifying 32 or 64-bit registry access
This adds an extra parameter to most of the post/windows/registry
methods called 'view' that specifies if a registry key should be
accessed as a native process, 32-bit or 64-bit.

Support is added to both the Meterpreter and command-line backends. For
the command backend, a lot of boilerplate is removed from each method in
favor of a few shared commands. There is an error hash that never gets
used, so I removed it as well.

This passes the post/test/registry module with meterpreter, but fails
the command line backend. However, it fails in the same way without
these changes (tested on Windows 8), so I suspect that the command line
session was already not working well, at least with newer versions of
Windows. I might look into figuring out how to fix that, but it looks
pretty fragile to me, parsing for english phrases in the output.
2015-01-20 15:26:59 -06:00
..
extapi.rb Fix post/test/* modules' loadpath 2014-07-30 14:21:42 -05:00
file.rb Fix post/test/* modules' loadpath 2014-07-30 14:21:42 -05:00
get_env.rb Fix post/test/* modules' loadpath 2014-07-30 14:21:42 -05:00
meterpreter.rb Fix post/test/* modules' loadpath 2014-07-30 14:21:42 -05:00
railgun_reverse_lookups.rb Fix up comment splats with the correct URI 2014-10-17 11:47:33 -05:00
registry.rb add support for specifying 32 or 64-bit registry access 2015-01-20 15:26:59 -06:00
services.rb Update tests 2015-01-05 22:25:14 +00:00
unix.rb Fix post/test/* modules' loadpath 2014-07-30 14:21:42 -05:00