From 9fee6fe9832df42ec20b2fc8b872bba3cbf2fe96 Mon Sep 17 00:00:00 2001 From: Matt Miller Date: Sun, 30 Oct 2005 23:10:58 +0000 Subject: [PATCH] copy/paste prob git-svn-id: file:///home/svn/incoming/trunk@2983 4d416f70-5f16-0410-b530-b9f4589650da --- modules/payloads/singles/osx/ppc/shell_reverse_tcp.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/payloads/singles/osx/ppc/shell_reverse_tcp.rb b/modules/payloads/singles/osx/ppc/shell_reverse_tcp.rb index 36cbb9fd84..0bb9e985c9 100644 --- a/modules/payloads/singles/osx/ppc/shell_reverse_tcp.rb +++ b/modules/payloads/singles/osx/ppc/shell_reverse_tcp.rb @@ -14,7 +14,7 @@ module ShellReverseTcp def initialize(info = {}) super(merge_info(info, - 'Name' => 'Linux Command Shell, Reverse TCP Inline', + 'Name' => 'OSX Command Shell, Reverse TCP Inline', 'Version' => '$Revision$', 'Description' => 'Connect back to attacker and spawn a command shell', 'Author' => 'hdm',