From d273a0e44b3505122551e556d93ccc0e06489351 Mon Sep 17 00:00:00 2001 From: James Lee Date: Mon, 21 May 2012 12:41:17 -0600 Subject: [PATCH] Check for the right method name "stdapi_fs_rm" doesn't exist --- .../post/meterpreter/ui/console/command_dispatcher/stdapi/fs.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi/fs.rb b/lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi/fs.rb index 2ab4de2d0f..d8c91b1934 100644 --- a/lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi/fs.rb +++ b/lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi/fs.rb @@ -67,7 +67,7 @@ class Console::CommandDispatcher::Stdapi::Fs "mkdir" => [ "stdapi_fs_mkdir" ], "pwd" => [ "stdapi_fs_getwd" ], "rmdir" => [ "stdapi_fs_delete_dir" ], - "rm" => [ "stdapi_fs_rm" ], + "rm" => [ "stdapi_fs_delete_file" ], "search" => [ "stdapi_fs_search" ], "upload" => [ ], }