metasploit-framework/modules/post/windows/escalate
OJ 9fb081cb2d Add getenvs, update getenv, change extract_path use
Stacks of modules were using `extract_path` where it wasn't really semantically correct
because this was the only way to expand environment variables. This commit fixes that
up a bit.

Also, I changed the existing `getenv` function in `stdapi` to `getenvs`, and had it
support the splat operator. I added a `getenv` function which is used just for a
single variable and uses `getenvs` behind the scenes.

The meterpreter console `getenv` command now uses `getenvs`
2013-12-19 11:54:34 +10:00
..
droplnk.rb Redo the boilerplate / splat 2013-10-15 13:51:57 -05:00
getsystem.rb Redo the boilerplate / splat 2013-10-15 13:51:57 -05:00
ms10_073_kbdlayout.rb Add getenvs, update getenv, change extract_path use 2013-12-19 11:54:34 +10:00
net_runtime_modify.rb Add getenvs, update getenv, change extract_path use 2013-12-19 11:54:34 +10:00
screen_unlock.rb Redo the boilerplate / splat 2013-10-15 13:51:57 -05:00