metasploit-framework/modules
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
..
auxiliary Fix small spacing issue 2013-12-18 17:14:47 +10:00
encoders Merge branch 'land_mipsbe_xor_encoder' into upstream-master 2013-12-07 17:28:57 -06:00
exploits Add getenvs, update getenv, change extract_path use 2013-12-19 11:54:34 +10:00
nops Redo the boilerplate / splat 2013-10-15 13:51:57 -05:00
payloads Land #2448, @OJ's ReverseListenerBindPort :) 2013-12-17 11:24:09 -06:00
post Add getenvs, update getenv, change extract_path use 2013-12-19 11:54:34 +10:00