From 67c07165c654e4017be4be33ef333fa994269269 Mon Sep 17 00:00:00 2001 From: Dillon Date: Tue, 15 Nov 2011 16:18:45 -0600 Subject: [PATCH] Update lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi/sys.rb --- .../meterpreter/ui/console/command_dispatcher/stdapi/sys.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi/sys.rb b/lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi/sys.rb index 56f096691b..47083ca987 100644 --- a/lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi/sys.rb +++ b/lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi/sys.rb @@ -151,7 +151,7 @@ class Console::CommandDispatcher::Stdapi::Sys # # This patch adds Linux shell functionality when using the - # 'shell' command from whithin the command dispatcher + # 'shell' command from within the command dispatcher # as opposed to using the 'execute -f /bin/bash -c' followed # by channel -i "channel_id" to interact with a cmd shell. #