From 11f82de098665912dfa1010d143abf1f0de39b6c Mon Sep 17 00:00:00 2001 From: Ramon de C Valle Date: Wed, 19 Sep 2012 11:55:30 -0300 Subject: [PATCH] Update author information --- lib/msf/core/module/author.rb | 3 +-- modules/auxiliary/scanner/misc/ib_service_mgr_info.rb | 2 +- modules/auxiliary/scanner/snmp/aix_version.rb | 2 +- modules/exploits/aix/rpc_ttdbserverd_realpath.rb | 2 +- modules/exploits/linux/misc/ib_inet_connect.rb | 2 +- modules/exploits/linux/misc/ib_jrd8_create_database.rb | 2 +- modules/exploits/linux/misc/ib_open_marker_file.rb | 2 +- modules/exploits/linux/misc/ib_pwd_db_aliased.rb | 2 +- modules/exploits/linux/samba/lsa_transnames_heap.rb | 2 +- modules/exploits/osx/samba/lsa_transnames_heap.rb | 2 +- modules/exploits/solaris/samba/lsa_transnames_heap.rb | 2 +- modules/exploits/solaris/sunrpc/sadmind_adm_build_path.rb | 2 +- .../exploits/windows/email/ms07_017_ani_loadimage_chunksize.rb | 2 +- modules/exploits/windows/misc/fb_isc_attach_database.rb | 2 +- modules/exploits/windows/misc/fb_isc_create_database.rb | 2 +- modules/exploits/windows/misc/fb_svc_attach.rb | 2 +- modules/exploits/windows/misc/ib_isc_attach_database.rb | 2 +- modules/exploits/windows/misc/ib_isc_create_database.rb | 2 +- modules/exploits/windows/misc/ib_svc_attach.rb | 2 +- modules/payloads/singles/aix/ppc/shell_bind_tcp.rb | 2 +- modules/payloads/singles/aix/ppc/shell_find_port.rb | 2 +- modules/payloads/singles/aix/ppc/shell_reverse_tcp.rb | 2 +- modules/payloads/singles/bsd/x86/shell_bind_tcp.rb | 2 +- modules/payloads/singles/bsd/x86/shell_find_port.rb | 2 +- modules/payloads/singles/bsd/x86/shell_reverse_tcp.rb | 2 +- modules/payloads/singles/linux/ppc/shell_bind_tcp.rb | 2 +- modules/payloads/singles/linux/ppc/shell_find_port.rb | 2 +- modules/payloads/singles/linux/ppc/shell_reverse_tcp.rb | 2 +- modules/payloads/singles/linux/ppc64/shell_bind_tcp.rb | 2 +- modules/payloads/singles/linux/ppc64/shell_find_port.rb | 2 +- modules/payloads/singles/linux/ppc64/shell_reverse_tcp.rb | 2 +- modules/payloads/singles/linux/x86/shell_bind_tcp.rb | 2 +- modules/payloads/singles/linux/x86/shell_find_port.rb | 2 +- modules/payloads/singles/linux/x86/shell_reverse_tcp.rb | 2 +- modules/payloads/singles/osx/x86/shell_bind_tcp.rb | 2 +- modules/payloads/singles/osx/x86/shell_find_port.rb | 2 +- modules/payloads/singles/osx/x86/shell_reverse_tcp.rb | 2 +- modules/payloads/singles/solaris/x86/shell_bind_tcp.rb | 2 +- modules/payloads/singles/solaris/x86/shell_find_port.rb | 2 +- modules/payloads/singles/solaris/x86/shell_reverse_tcp.rb | 2 +- 40 files changed, 40 insertions(+), 41 deletions(-) diff --git a/lib/msf/core/module/author.rb b/lib/msf/core/module/author.rb index 1a1e1fe5a8..414a92ae6f 100644 --- a/lib/msf/core/module/author.rb +++ b/lib/msf/core/module/author.rb @@ -24,7 +24,7 @@ class Msf::Module::Author 'pusscat' => 'pusscat' + 0x40.chr + 'metasploit.com', 'skylined' => 'skylined' + 0x40.chr + 'edup.tudelft.nl', 'patrick' => 'patrick' + 0x40.chr + 'osisecurity.com.au', - 'ramon' => 'ramon' + 0x40.chr + 'risesecurity.org', + 'Ramon de C Valle'=> 'rcvalle' + 0x40.chr + 'metasploit.com', 'I)ruid' => 'druid' + 0x40.chr + 'caughq.org', 'egypt' => 'egypt' + 0x40.chr + 'metasploit.com', 'kris katterjohn' => 'katterjohn' + 0x40.chr + 'gmail.com', @@ -141,4 +141,3 @@ class Msf::Module::Author attr_accessor :email attr_reader :name end - diff --git a/modules/auxiliary/scanner/misc/ib_service_mgr_info.rb b/modules/auxiliary/scanner/misc/ib_service_mgr_info.rb index 5405608600..f02715358f 100644 --- a/modules/auxiliary/scanner/misc/ib_service_mgr_info.rb +++ b/modules/auxiliary/scanner/misc/ib_service_mgr_info.rb @@ -32,7 +32,7 @@ class Metasploit3 < Msf::Auxiliary 'Version' => '$Revision$', 'Author' => [ - 'ramon', + 'Ramon de C Valle', 'Adriano Lima ', ], 'License' => MSF_LICENSE diff --git a/modules/auxiliary/scanner/snmp/aix_version.rb b/modules/auxiliary/scanner/snmp/aix_version.rb index 268a555921..89e308983e 100644 --- a/modules/auxiliary/scanner/snmp/aix_version.rb +++ b/modules/auxiliary/scanner/snmp/aix_version.rb @@ -25,8 +25,8 @@ class Metasploit3 < Msf::Auxiliary 'Description' => 'AIX SNMP Scanner Auxiliary Module', 'Author' => [ + 'Ramon de C Valle', 'Adriano Lima ', - 'ramon' ], 'License' => MSF_LICENSE ) diff --git a/modules/exploits/aix/rpc_ttdbserverd_realpath.rb b/modules/exploits/aix/rpc_ttdbserverd_realpath.rb index 2804792eb2..742b7e9210 100644 --- a/modules/exploits/aix/rpc_ttdbserverd_realpath.rb +++ b/modules/exploits/aix/rpc_ttdbserverd_realpath.rb @@ -27,8 +27,8 @@ class Metasploit3 < Msf::Exploit::Remote }, 'Author' => [ + 'Ramon de C Valle', 'Adriano Lima ', - 'ramon' ], 'Version' => '$Revision$', 'Platform' => [ 'aix' ], diff --git a/modules/exploits/linux/misc/ib_inet_connect.rb b/modules/exploits/linux/misc/ib_inet_connect.rb index 45f609a7b2..848dce9c93 100644 --- a/modules/exploits/linux/misc/ib_inet_connect.rb +++ b/modules/exploits/linux/misc/ib_inet_connect.rb @@ -28,7 +28,7 @@ class Metasploit3 < Msf::Exploit::Remote 'Version' => '$Revision$', 'Author' => [ - 'ramon', + 'Ramon de C Valle', 'Adriano Lima ', ], 'Arch' => ARCH_X86, diff --git a/modules/exploits/linux/misc/ib_jrd8_create_database.rb b/modules/exploits/linux/misc/ib_jrd8_create_database.rb index 46604a5375..c126663890 100644 --- a/modules/exploits/linux/misc/ib_jrd8_create_database.rb +++ b/modules/exploits/linux/misc/ib_jrd8_create_database.rb @@ -28,7 +28,7 @@ class Metasploit3 < Msf::Exploit::Remote 'Version' => '$Revision$', 'Author' => [ - 'ramon', + 'Ramon de C Valle', 'Adriano Lima ', ], 'Arch' => ARCH_X86, diff --git a/modules/exploits/linux/misc/ib_open_marker_file.rb b/modules/exploits/linux/misc/ib_open_marker_file.rb index 778f258275..501ba4350e 100644 --- a/modules/exploits/linux/misc/ib_open_marker_file.rb +++ b/modules/exploits/linux/misc/ib_open_marker_file.rb @@ -28,7 +28,7 @@ class Metasploit3 < Msf::Exploit::Remote 'Version' => '$Revision$', 'Author' => [ - 'ramon', + 'Ramon de C Valle', 'Adriano Lima ', ], 'Arch' => ARCH_X86, diff --git a/modules/exploits/linux/misc/ib_pwd_db_aliased.rb b/modules/exploits/linux/misc/ib_pwd_db_aliased.rb index e504c230bc..f4ebe8a5d4 100644 --- a/modules/exploits/linux/misc/ib_pwd_db_aliased.rb +++ b/modules/exploits/linux/misc/ib_pwd_db_aliased.rb @@ -28,7 +28,7 @@ class Metasploit3 < Msf::Exploit::Remote 'Version' => '$Revision$', 'Author' => [ - 'ramon', + 'Ramon de C Valle', 'Adriano Lima ', ], 'Arch' => ARCH_X86, diff --git a/modules/exploits/linux/samba/lsa_transnames_heap.rb b/modules/exploits/linux/samba/lsa_transnames_heap.rb index d985f735ce..4cc64a421e 100644 --- a/modules/exploits/linux/samba/lsa_transnames_heap.rb +++ b/modules/exploits/linux/samba/lsa_transnames_heap.rb @@ -32,7 +32,7 @@ class Metasploit3 < Msf::Exploit::Remote }, 'Author' => [ - 'ramon', + 'Ramon de C Valle', 'Adriano Lima ', 'hdm' ], diff --git a/modules/exploits/osx/samba/lsa_transnames_heap.rb b/modules/exploits/osx/samba/lsa_transnames_heap.rb index 12ea732d6b..a4e37fd3bc 100644 --- a/modules/exploits/osx/samba/lsa_transnames_heap.rb +++ b/modules/exploits/osx/samba/lsa_transnames_heap.rb @@ -30,7 +30,7 @@ class Metasploit3 < Msf::Exploit::Remote }, 'Author' => [ - 'ramon', + 'Ramon de C Valle', 'Adriano Lima ', 'hdm' ], diff --git a/modules/exploits/solaris/samba/lsa_transnames_heap.rb b/modules/exploits/solaris/samba/lsa_transnames_heap.rb index 32ddd718c1..18a8835028 100644 --- a/modules/exploits/solaris/samba/lsa_transnames_heap.rb +++ b/modules/exploits/solaris/samba/lsa_transnames_heap.rb @@ -32,7 +32,7 @@ class Metasploit3 < Msf::Exploit::Remote }, 'Author' => [ - 'ramon', + 'Ramon de C Valle', 'Adriano Lima ', 'hdm' ], diff --git a/modules/exploits/solaris/sunrpc/sadmind_adm_build_path.rb b/modules/exploits/solaris/sunrpc/sadmind_adm_build_path.rb index 7ff7430379..81216f0746 100644 --- a/modules/exploits/solaris/sunrpc/sadmind_adm_build_path.rb +++ b/modules/exploits/solaris/sunrpc/sadmind_adm_build_path.rb @@ -38,8 +38,8 @@ class Metasploit3 < Msf::Exploit::Remote }, 'Author' => [ + 'Ramon de C Valle', 'Adriano Lima ', - 'ramon', ], 'Version' => '$Revision$', 'Arch' => ARCH_X86, diff --git a/modules/exploits/windows/email/ms07_017_ani_loadimage_chunksize.rb b/modules/exploits/windows/email/ms07_017_ani_loadimage_chunksize.rb index dd1b6bf5e1..03f0838979 100644 --- a/modules/exploits/windows/email/ms07_017_ani_loadimage_chunksize.rb +++ b/modules/exploits/windows/email/ms07_017_ani_loadimage_chunksize.rb @@ -116,7 +116,7 @@ class Metasploit3 < Msf::Exploit::Remote ], # - # Supplied by ramon[at]risesecurity.org + # Supplied by Ramon de C Valle # # call [ebx+4] diff --git a/modules/exploits/windows/misc/fb_isc_attach_database.rb b/modules/exploits/windows/misc/fb_isc_attach_database.rb index a11b7562e9..235635ee98 100644 --- a/modules/exploits/windows/misc/fb_isc_attach_database.rb +++ b/modules/exploits/windows/misc/fb_isc_attach_database.rb @@ -27,7 +27,7 @@ class Metasploit3 < Msf::Exploit::Remote 'Version' => '$Revision$', 'Author' => [ - 'ramon', + 'Ramon de C Valle', 'Adriano Lima ', ], 'Arch' => ARCH_X86, diff --git a/modules/exploits/windows/misc/fb_isc_create_database.rb b/modules/exploits/windows/misc/fb_isc_create_database.rb index 91357fc13b..9df55aaf49 100644 --- a/modules/exploits/windows/misc/fb_isc_create_database.rb +++ b/modules/exploits/windows/misc/fb_isc_create_database.rb @@ -27,7 +27,7 @@ class Metasploit3 < Msf::Exploit::Remote 'Version' => '$Revision$', 'Author' => [ - 'ramon', + 'Ramon de C Valle', 'Adriano Lima ', ], 'Arch' => ARCH_X86, diff --git a/modules/exploits/windows/misc/fb_svc_attach.rb b/modules/exploits/windows/misc/fb_svc_attach.rb index 9ff9dd8074..a6866bceac 100644 --- a/modules/exploits/windows/misc/fb_svc_attach.rb +++ b/modules/exploits/windows/misc/fb_svc_attach.rb @@ -27,7 +27,7 @@ class Metasploit3 < Msf::Exploit::Remote 'Version' => '$Revision$', 'Author' => [ - 'ramon', + 'Ramon de C Valle', 'Adriano Lima ', ], 'Arch' => ARCH_X86, diff --git a/modules/exploits/windows/misc/ib_isc_attach_database.rb b/modules/exploits/windows/misc/ib_isc_attach_database.rb index 2d1c3dc1a9..23eca7f47c 100644 --- a/modules/exploits/windows/misc/ib_isc_attach_database.rb +++ b/modules/exploits/windows/misc/ib_isc_attach_database.rb @@ -29,7 +29,7 @@ class Metasploit3 < Msf::Exploit::Remote 'Version' => '$Revision$', 'Author' => [ - 'ramon', + 'Ramon de C Valle', 'Adriano Lima ', ], 'Arch' => ARCH_X86, diff --git a/modules/exploits/windows/misc/ib_isc_create_database.rb b/modules/exploits/windows/misc/ib_isc_create_database.rb index 2e6828681f..7159055855 100644 --- a/modules/exploits/windows/misc/ib_isc_create_database.rb +++ b/modules/exploits/windows/misc/ib_isc_create_database.rb @@ -29,7 +29,7 @@ class Metasploit3 < Msf::Exploit::Remote 'Version' => '$Revision$', 'Author' => [ - 'ramon', + 'Ramon de C Valle', 'Adriano Lima ', ], 'Arch' => ARCH_X86, diff --git a/modules/exploits/windows/misc/ib_svc_attach.rb b/modules/exploits/windows/misc/ib_svc_attach.rb index e3042d4e02..dd7151ba97 100644 --- a/modules/exploits/windows/misc/ib_svc_attach.rb +++ b/modules/exploits/windows/misc/ib_svc_attach.rb @@ -29,7 +29,7 @@ class Metasploit3 < Msf::Exploit::Remote 'Version' => '$Revision$', 'Author' => [ - 'ramon', + 'Ramon de C Valle', 'Adriano Lima ', ], 'Arch' => ARCH_X86, diff --git a/modules/payloads/singles/aix/ppc/shell_bind_tcp.rb b/modules/payloads/singles/aix/ppc/shell_bind_tcp.rb index 4056ddfd60..207588a7f9 100644 --- a/modules/payloads/singles/aix/ppc/shell_bind_tcp.rb +++ b/modules/payloads/singles/aix/ppc/shell_bind_tcp.rb @@ -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', + 'Author' => 'Ramon de C Valle', 'License' => MSF_LICENSE, 'Platform' => 'aix', 'Arch' => ARCH_PPC, diff --git a/modules/payloads/singles/aix/ppc/shell_find_port.rb b/modules/payloads/singles/aix/ppc/shell_find_port.rb index ee1e622391..36a74b3b33 100644 --- a/modules/payloads/singles/aix/ppc/shell_find_port.rb +++ b/modules/payloads/singles/aix/ppc/shell_find_port.rb @@ -25,7 +25,7 @@ module Metasploit3 'Name' => 'AIX Command Shell, Find Port Inline', 'Version' => '$Revision$', 'Description' => 'Spawn a shell on an established connection', - 'Author' => 'ramon', + 'Author' => 'Ramon de C Valle', 'License' => MSF_LICENSE, 'Platform' => 'aix', 'Arch' => ARCH_PPC, diff --git a/modules/payloads/singles/aix/ppc/shell_reverse_tcp.rb b/modules/payloads/singles/aix/ppc/shell_reverse_tcp.rb index b502e7354c..e40599da01 100644 --- a/modules/payloads/singles/aix/ppc/shell_reverse_tcp.rb +++ b/modules/payloads/singles/aix/ppc/shell_reverse_tcp.rb @@ -25,7 +25,7 @@ module Metasploit3 'Name' => 'AIX Command Shell, Reverse TCP Inline', 'Version' => '$Revision$', 'Description' => 'Connect back to attacker and spawn a command shell', - 'Author' => 'ramon', + 'Author' => 'Ramon de C Valle', 'License' => MSF_LICENSE, 'Platform' => 'aix', 'Arch' => ARCH_PPC, diff --git a/modules/payloads/singles/bsd/x86/shell_bind_tcp.rb b/modules/payloads/singles/bsd/x86/shell_bind_tcp.rb index 09d7cb9526..9e624ec85c 100644 --- a/modules/payloads/singles/bsd/x86/shell_bind_tcp.rb +++ b/modules/payloads/singles/bsd/x86/shell_bind_tcp.rb @@ -25,7 +25,7 @@ module Metasploit3 'Name' => 'BSD Command Shell, Bind TCP Inline', 'Version' => '$Revision$', 'Description' => 'Listen for a connection and spawn a command shell', - 'Author' => 'ramon', + 'Author' => 'Ramon de C Valle', 'License' => MSF_LICENSE, 'Platform' => 'bsd', 'Arch' => ARCH_X86, diff --git a/modules/payloads/singles/bsd/x86/shell_find_port.rb b/modules/payloads/singles/bsd/x86/shell_find_port.rb index 20834fe29b..b82685cbea 100644 --- a/modules/payloads/singles/bsd/x86/shell_find_port.rb +++ b/modules/payloads/singles/bsd/x86/shell_find_port.rb @@ -25,7 +25,7 @@ module Metasploit3 'Name' => 'BSD Command Shell, Find Port Inline', 'Version' => '$Revision$', 'Description' => 'Spawn a shell on an established connection', - 'Author' => 'ramon', + 'Author' => 'Ramon de C Valle', 'License' => MSF_LICENSE, 'Platform' => 'bsd', 'Arch' => ARCH_X86, diff --git a/modules/payloads/singles/bsd/x86/shell_reverse_tcp.rb b/modules/payloads/singles/bsd/x86/shell_reverse_tcp.rb index 0899d2150e..766bfb6307 100644 --- a/modules/payloads/singles/bsd/x86/shell_reverse_tcp.rb +++ b/modules/payloads/singles/bsd/x86/shell_reverse_tcp.rb @@ -25,7 +25,7 @@ module Metasploit3 'Name' => 'BSD Command Shell, Reverse TCP Inline', 'Version' => '$Revision$', 'Description' => 'Connect back to attacker and spawn a command shell', - 'Author' => 'ramon', + 'Author' => 'Ramon de C Valle', 'License' => MSF_LICENSE, 'Platform' => 'bsd', 'Arch' => ARCH_X86, diff --git a/modules/payloads/singles/linux/ppc/shell_bind_tcp.rb b/modules/payloads/singles/linux/ppc/shell_bind_tcp.rb index b512dce2d9..10921d5706 100644 --- a/modules/payloads/singles/linux/ppc/shell_bind_tcp.rb +++ b/modules/payloads/singles/linux/ppc/shell_bind_tcp.rb @@ -25,7 +25,7 @@ module Metasploit3 'Name' => 'Linux Command Shell, Bind TCP Inline', 'Version' => '$Revision$', 'Description' => 'Listen for a connection and spawn a command shell', - 'Author' => 'ramon', + 'Author' => 'Ramon de C Valle', 'License' => MSF_LICENSE, 'Platform' => 'linux', 'Arch' => [ ARCH_PPC, ARCH_CBEA ], diff --git a/modules/payloads/singles/linux/ppc/shell_find_port.rb b/modules/payloads/singles/linux/ppc/shell_find_port.rb index 65dc385de7..aac94ed52d 100644 --- a/modules/payloads/singles/linux/ppc/shell_find_port.rb +++ b/modules/payloads/singles/linux/ppc/shell_find_port.rb @@ -25,7 +25,7 @@ module Metasploit3 'Name' => 'Linux Command Shell, Find Port Inline', 'Version' => '$Revision$', 'Description' => 'Spawn a shell on an established connection', - 'Author' => 'ramon', + 'Author' => 'Ramon de C Valle', 'License' => MSF_LICENSE, 'Platform' => 'linux', 'Arch' => [ ARCH_PPC, ARCH_CBEA ], diff --git a/modules/payloads/singles/linux/ppc/shell_reverse_tcp.rb b/modules/payloads/singles/linux/ppc/shell_reverse_tcp.rb index 6b08311a49..232f896895 100644 --- a/modules/payloads/singles/linux/ppc/shell_reverse_tcp.rb +++ b/modules/payloads/singles/linux/ppc/shell_reverse_tcp.rb @@ -25,7 +25,7 @@ module Metasploit3 'Name' => 'Linux Command Shell, Reverse TCP Inline', 'Version' => '$Revision$', 'Description' => 'Connect back to attacker and spawn a command shell', - 'Author' => 'ramon', + 'Author' => 'Ramon de C Valle', 'License' => MSF_LICENSE, 'Platform' => 'linux', 'Arch' => [ ARCH_PPC, ARCH_CBEA ], diff --git a/modules/payloads/singles/linux/ppc64/shell_bind_tcp.rb b/modules/payloads/singles/linux/ppc64/shell_bind_tcp.rb index 59a9e6f341..aaa00a04a8 100644 --- a/modules/payloads/singles/linux/ppc64/shell_bind_tcp.rb +++ b/modules/payloads/singles/linux/ppc64/shell_bind_tcp.rb @@ -25,7 +25,7 @@ module Metasploit3 'Name' => 'Linux Command Shell, Bind TCP Inline', 'Version' => '$Revision$', 'Description' => 'Listen for a connection and spawn a command shell', - 'Author' => 'ramon', + 'Author' => 'Ramon de C Valle', 'License' => MSF_LICENSE, 'Platform' => 'linux', 'Arch' => [ ARCH_PPC64, ARCH_CBEA64 ], diff --git a/modules/payloads/singles/linux/ppc64/shell_find_port.rb b/modules/payloads/singles/linux/ppc64/shell_find_port.rb index 13ea999628..1997390010 100644 --- a/modules/payloads/singles/linux/ppc64/shell_find_port.rb +++ b/modules/payloads/singles/linux/ppc64/shell_find_port.rb @@ -25,7 +25,7 @@ module Metasploit3 'Name' => 'Linux Command Shell, Find Port Inline', 'Version' => '$Revision$', 'Description' => 'Spawn a shell on an established connection', - 'Author' => 'ramon', + 'Author' => 'Ramon de C Valle', 'License' => MSF_LICENSE, 'Platform' => 'linux', 'Arch' => [ ARCH_PPC64, ARCH_CBEA64 ], diff --git a/modules/payloads/singles/linux/ppc64/shell_reverse_tcp.rb b/modules/payloads/singles/linux/ppc64/shell_reverse_tcp.rb index 32f858b1e4..aea0f1905c 100644 --- a/modules/payloads/singles/linux/ppc64/shell_reverse_tcp.rb +++ b/modules/payloads/singles/linux/ppc64/shell_reverse_tcp.rb @@ -25,7 +25,7 @@ module Metasploit3 'Name' => 'Linux Command Shell, Reverse TCP Inline', 'Version' => '$Revision$', 'Description' => 'Connect back to attacker and spawn a command shell', - 'Author' => 'ramon', + 'Author' => 'Ramon de C Valle', 'License' => MSF_LICENSE, 'Platform' => 'linux', 'Arch' => [ ARCH_PPC64, ARCH_CBEA64 ], diff --git a/modules/payloads/singles/linux/x86/shell_bind_tcp.rb b/modules/payloads/singles/linux/x86/shell_bind_tcp.rb index fbb493ab94..f1b167acff 100644 --- a/modules/payloads/singles/linux/x86/shell_bind_tcp.rb +++ b/modules/payloads/singles/linux/x86/shell_bind_tcp.rb @@ -25,7 +25,7 @@ module Metasploit3 'Name' => 'Linux Command Shell, Bind TCP Inline', 'Version' => '$Revision$', 'Description' => 'Listen for a connection and spawn a command shell', - 'Author' => 'ramon', + 'Author' => 'Ramon de C Valle', 'License' => MSF_LICENSE, 'Platform' => 'linux', 'Arch' => ARCH_X86, diff --git a/modules/payloads/singles/linux/x86/shell_find_port.rb b/modules/payloads/singles/linux/x86/shell_find_port.rb index 71213f3e95..37c18bcdc4 100644 --- a/modules/payloads/singles/linux/x86/shell_find_port.rb +++ b/modules/payloads/singles/linux/x86/shell_find_port.rb @@ -25,7 +25,7 @@ module Metasploit3 'Name' => 'Linux Command Shell, Find Port Inline', 'Version' => '$Revision$', 'Description' => 'Spawn a shell on an established connection', - 'Author' => 'ramon', + 'Author' => 'Ramon de C Valle', 'License' => MSF_LICENSE, 'Platform' => 'linux', 'Arch' => ARCH_X86, diff --git a/modules/payloads/singles/linux/x86/shell_reverse_tcp.rb b/modules/payloads/singles/linux/x86/shell_reverse_tcp.rb index fb26f9b827..8dc846d57e 100644 --- a/modules/payloads/singles/linux/x86/shell_reverse_tcp.rb +++ b/modules/payloads/singles/linux/x86/shell_reverse_tcp.rb @@ -25,7 +25,7 @@ module Metasploit3 'Name' => 'Linux Command Shell, Reverse TCP Inline', 'Version' => '$Revision$', 'Description' => 'Connect back to attacker and spawn a command shell', - 'Author' => 'ramon', + 'Author' => 'Ramon de C Valle', 'License' => MSF_LICENSE, 'Platform' => 'linux', 'Arch' => ARCH_X86, diff --git a/modules/payloads/singles/osx/x86/shell_bind_tcp.rb b/modules/payloads/singles/osx/x86/shell_bind_tcp.rb index 335afdc1ad..5596edd202 100644 --- a/modules/payloads/singles/osx/x86/shell_bind_tcp.rb +++ b/modules/payloads/singles/osx/x86/shell_bind_tcp.rb @@ -25,7 +25,7 @@ module Metasploit3 'Name' => 'OS X Command Shell, Bind TCP Inline', 'Version' => '$Revision$', 'Description' => 'Listen for a connection and spawn a command shell', - 'Author' => 'ramon', + 'Author' => 'Ramon de C Valle', 'License' => MSF_LICENSE, 'Platform' => 'osx', 'Arch' => ARCH_X86, diff --git a/modules/payloads/singles/osx/x86/shell_find_port.rb b/modules/payloads/singles/osx/x86/shell_find_port.rb index 328262a43c..09b30939c0 100644 --- a/modules/payloads/singles/osx/x86/shell_find_port.rb +++ b/modules/payloads/singles/osx/x86/shell_find_port.rb @@ -25,7 +25,7 @@ module Metasploit3 'Name' => 'OS X Command Shell, Find Port Inline', 'Version' => '$Revision$', 'Description' => 'Spawn a shell on an established connection', - 'Author' => 'ramon', + 'Author' => 'Ramon de C Valle', 'License' => MSF_LICENSE, 'Platform' => 'osx', 'Arch' => ARCH_X86, diff --git a/modules/payloads/singles/osx/x86/shell_reverse_tcp.rb b/modules/payloads/singles/osx/x86/shell_reverse_tcp.rb index 86e5547f01..0930e45d5f 100644 --- a/modules/payloads/singles/osx/x86/shell_reverse_tcp.rb +++ b/modules/payloads/singles/osx/x86/shell_reverse_tcp.rb @@ -25,7 +25,7 @@ module Metasploit3 'Name' => 'OS X Command Shell, Reverse TCP Inline', 'Version' => '$Revision$', 'Description' => 'Connect back to attacker and spawn a command shell', - 'Author' => 'ramon', + 'Author' => 'Ramon de C Valle', 'License' => MSF_LICENSE, 'Platform' => 'osx', 'Arch' => ARCH_X86, diff --git a/modules/payloads/singles/solaris/x86/shell_bind_tcp.rb b/modules/payloads/singles/solaris/x86/shell_bind_tcp.rb index 8295e6af30..9218fc75a2 100644 --- a/modules/payloads/singles/solaris/x86/shell_bind_tcp.rb +++ b/modules/payloads/singles/solaris/x86/shell_bind_tcp.rb @@ -25,7 +25,7 @@ module Metasploit3 'Name' => 'Solaris Command Shell, Bind TCP Inline', 'Version' => '$Revision$', 'Description' => 'Listen for a connection and spawn a command shell', - 'Author' => 'ramon', + 'Author' => 'Ramon de C Valle', 'License' => MSF_LICENSE, 'Platform' => 'solaris', 'Arch' => ARCH_X86, diff --git a/modules/payloads/singles/solaris/x86/shell_find_port.rb b/modules/payloads/singles/solaris/x86/shell_find_port.rb index 0332680a9b..fcc52be04a 100644 --- a/modules/payloads/singles/solaris/x86/shell_find_port.rb +++ b/modules/payloads/singles/solaris/x86/shell_find_port.rb @@ -25,7 +25,7 @@ module Metasploit3 'Name' => 'Solaris Command Shell, Find Port Inline', 'Version' => '$Revision$', 'Description' => 'Spawn a shell on an established connection', - 'Author' => 'ramon', + 'Author' => 'Ramon de C Valle', 'License' => MSF_LICENSE, 'Platform' => 'solaris', 'Arch' => ARCH_X86, diff --git a/modules/payloads/singles/solaris/x86/shell_reverse_tcp.rb b/modules/payloads/singles/solaris/x86/shell_reverse_tcp.rb index fa4bfe555c..902b13812c 100644 --- a/modules/payloads/singles/solaris/x86/shell_reverse_tcp.rb +++ b/modules/payloads/singles/solaris/x86/shell_reverse_tcp.rb @@ -25,7 +25,7 @@ module Metasploit3 'Name' => 'Solaris Command Shell, Reverse TCP Inline', 'Version' => '$Revision$', 'Description' => 'Connect back to attacker and spawn a command shell', - 'Author' => 'ramon', + 'Author' => 'Ramon de C Valle', 'License' => MSF_LICENSE, 'Platform' => 'solaris', 'Arch' => ARCH_X86,