Changeset 4887
- Timestamp:
- 05/06/07 23:49:31 (1 year ago)
- Files:
-
- framework3/tags/framework-3.0/modules/auxiliary/dos/windows/smtp/ms06_019_exchange.rb (modified) (2 diffs, 1 prop)
- framework3/tags/framework-3.0/modules/auxiliary/scanner/dcerpc/endpoint_mapper.rb (modified) (1 diff, 1 prop)
- framework3/tags/framework-3.0/modules/auxiliary/scanner/dcerpc/hidden.rb (modified) (1 diff, 1 prop)
- framework3/tags/framework-3.0/modules/auxiliary/scanner/dcerpc/management.rb (modified) (1 diff, 1 prop)
- framework3/tags/framework-3.0/modules/auxiliary/scanner/http/version.rb (modified) (2 diffs, 1 prop)
- framework3/tags/framework-3.0/modules/auxiliary/scanner/http/writable.rb (modified) (2 diffs, 1 prop)
- framework3/tags/framework-3.0/modules/exploits/windows/antivirus/trendmicro_serverprotect.rb (modified) (1 diff, 1 prop)
- framework3/tags/framework-3.0/modules/exploits/windows/brightstor/mediasrv_sunrpc.rb (modified) (1 diff, 1 prop)
- framework3/tags/framework-3.0/modules/exploits/windows/browser/ani_loadimage_chunksize.rb (modified) (2 diffs, 1 prop)
- framework3/tags/framework-3.0/modules/exploits/windows/browser/hpmqc_progcolor.rb (modified) (2 diffs, 1 prop)
- framework3/tags/framework-3.0/modules/exploits/windows/browser/ms06_067_keyframe.rb (modified) (2 diffs, 1 prop)
- framework3/tags/framework-3.0/modules/exploits/windows/browser/windvd7_applicationtype.rb (modified) (2 diffs, 1 prop)
- framework3/tags/framework-3.0/modules/exploits/windows/email/ani_loadimage_chunksize.rb (modified) (2 diffs, 1 prop)
- framework3/tags/framework-3.0/modules/exploits/windows/http/ibm_tpmfosd_overflow.rb (modified) (1 diff, 1 prop)
- framework3/tags/framework-3.0/modules/exploits/windows/misc/landesk_aolnsrvr.rb (modified) (2 diffs, 1 prop)
- framework3/tags/framework-3.0/modules/exploits/windows/smb/msdns_zonename.rb (modified) (2 diffs, 1 prop)
- framework3/tags/framework-3.0/modules/payloads/singles/osx/x86/shell_find_port.rb (modified) (2 diffs, 1 prop)
- framework3/tags/framework-3.0/modules/payloads/singles/osx/x86/shell_reverse_tcp.rb (modified) (2 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
framework3/tags/framework-3.0/modules/auxiliary/dos/windows/smtp/ms06_019_exchange.rb
- Property svn:keywords set to Rev Revision Id Header
r4836 r4887 1 1 ## 2 # $Id : ms06_019_exchange.rb 4498 2007-03-01 08:21:36Z mmiller$2 # $Id$ 3 3 ## 4 4 … … 29 29 'Author' => [ 'pusscat' ], 30 30 'License' => MSF_LICENSE, 31 'Version' => '$Revision : 4498$',31 'Version' => '$Revision$', 32 32 'References' => 33 33 [ framework3/tags/framework-3.0/modules/auxiliary/scanner/dcerpc/endpoint_mapper.rb
- Property svn:keywords set to Rev Revision Id Header
r4693 r4887 26 26 super( 27 27 'Name' => 'Endpoint Mapper Service Discovery', 28 'Version' => '$Revision : 3624$',28 'Version' => '$Revision$', 29 29 'Description' => %q{ 30 30 This module can be used to obtain information from the framework3/tags/framework-3.0/modules/auxiliary/scanner/dcerpc/hidden.rb
- Property svn:keywords set to Rev Revision Id Header
r4694 r4887 26 26 super( 27 27 'Name' => 'Hidden DCERPC Service Discovery', 28 'Version' => '$Revision : 3624$',28 'Version' => '$Revision$', 29 29 'Description' => %q{ 30 30 This module will query the endpoint mapper and make a list framework3/tags/framework-3.0/modules/auxiliary/scanner/dcerpc/management.rb
- Property svn:keywords set to Rev Revision Id Header
r4692 r4887 26 26 super( 27 27 'Name' => 'Remote Management Interface Discovery', 28 'Version' => '$Revision : 3624$',28 'Version' => '$Revision$', 29 29 'Description' => %q{ 30 30 This module can be used to obtain information from the Remote framework3/tags/framework-3.0/modules/auxiliary/scanner/http/version.rb
- Property svn:keywords set to Rev Revision Id Header
r4787 r4887 1 1 ## 2 # $Id : version.rb 4786 2007-04-25 02:51:49Z hdm$2 # $Id$ 3 3 ## 4 4 … … 26 26 super( 27 27 'Name' => 'HTTP Version Detection', 28 'Version' => '$Revision : 4786$',28 'Version' => '$Revision$', 29 29 'Description' => 'Display version information about each system', 30 30 'Author' => 'hdm', framework3/tags/framework-3.0/modules/auxiliary/scanner/http/writable.rb
- Property svn:keywords set to Rev Revision Id Header
r4788 r4887 1 1 ## 2 # $Id : writable.rb 4786 2007-04-25 02:51:49Z hdm$2 # $Id$ 3 3 ## 4 4 … … 26 26 super( 27 27 'Name' => 'HTTP Writable Path PUT/DELETE File Access', 28 'Version' => '$Revision : 4786$',28 'Version' => '$Revision$', 29 29 'Description' => %q{ 30 30 This module can abuse misconfigured web servers to framework3/tags/framework-3.0/modules/exploits/windows/antivirus/trendmicro_serverprotect.rb
- Property svn:keywords set to Rev Revision Id Header
r4885 r4887 1 1 ## 2 # $Id : trendmicro_serverprotect.rb 4498 2007-03-01 08:21:36Z mmiller$2 # $Id$ 3 3 ## 4 4 framework3/tags/framework-3.0/modules/exploits/windows/brightstor/mediasrv_sunrpc.rb
- Property svn:keywords set to Rev Revision Id Header
r4866 r4887 17 17 'Author' => [ 'toto' ], 18 18 'License' => MSF_LICENSE, 19 'Version' => '$Revision : 4154$',19 'Version' => '$Revision$', 20 20 'References' => 21 21 [ framework3/tags/framework-3.0/modules/exploits/windows/browser/ani_loadimage_chunksize.rb
- Property svn:keywords set to Rev Revision Id Header
r4846 r4887 1 1 ## 2 # $Id : ani_loadimage_chunksize.rb 4845 2007-05-03 03:14:22Z hdm$2 # $Id$ 3 3 ## 4 4 … … 44 44 'skape', # Vista support 45 45 ], 46 'Version' => '$Revision : 4845$',46 'Version' => '$Revision$', 47 47 'References' => 48 48 [ framework3/tags/framework-3.0/modules/exploits/windows/browser/hpmqc_progcolor.rb
- Property svn:keywords set to Rev Revision Id Header
r4884 r4887 1 1 ## 2 # $Id : hpmqc_progcolor.rb 4645 2007-04-04 04:34:17Z hdm$2 # $Id$ 3 3 ## 4 4 … … 31 31 'License' => MSF_LICENSE, 32 32 'Author' => [ 'MC' ], 33 'Version' => '$Revision : 3783$',33 'Version' => '$Revision$', 34 34 'References' => 35 35 [ framework3/tags/framework-3.0/modules/exploits/windows/browser/ms06_067_keyframe.rb
- Property svn:keywords set to Rev Revision Id Header
r4648 r4887 1 1 ## 2 # $Id : ms06_067_keyframe.rb 4636 2007-04-03 00:44:09Z skape$2 # $Id$ 3 3 ## 4 4 … … 38 38 'skape', 39 39 ], 40 'Version' => '$Revision : 4633$',40 'Version' => '$Revision$', 41 41 'References' => 42 42 [ framework3/tags/framework-3.0/modules/exploits/windows/browser/windvd7_applicationtype.rb
- Property svn:keywords set to Rev Revision Id Header
r4774 r4887 1 1 ## 2 # $Id : windvd7_applicationtype.rb 4645 2007-04-04 04:34:17Z hdm$2 # $Id$ 3 3 ## 4 4 … … 30 30 'License' => MSF_LICENSE, 31 31 'Author' => [ 'MC' ], 32 'Version' => '$Revision : 3783$',32 'Version' => '$Revision$', 33 33 'References' => 34 34 [ framework3/tags/framework-3.0/modules/exploits/windows/email/ani_loadimage_chunksize.rb
- Property svn:keywords set to Rev Revision Id Header
r4847 r4887 1 1 ## 2 # $Id : ani_loadimage_chunksize.rb 4845 2007-05-03 03:14:22Z hdm$2 # $Id$ 3 3 ## 4 4 … … 40 40 'skape', # Vista support 41 41 ], 42 'Version' => '$Revision : 4845$',42 'Version' => '$Revision$', 43 43 'References' => 44 44 [ framework3/tags/framework-3.0/modules/exploits/windows/http/ibm_tpmfosd_overflow.rb
- Property svn:keywords set to Rev Revision Id Header
r4865 r4887 23 23 'Author' => 'toto', 24 24 'License' => MSF_LICENSE, 25 'Version' => '$Revision : 3583$',25 'Version' => '$Revision$', 26 26 'References' => 27 27 [ framework3/tags/framework-3.0/modules/exploits/windows/misc/landesk_aolnsrvr.rb
- Property svn:keywords set to Rev Revision Id Header
r4789 r4887 1 1 ## 2 # $Id : landesk_aolnsrvr.rb 4419 2007-02-18 00:10:39Z hdm$2 # $Id$ 3 3 ## 4 4 … … 28 28 }, 29 29 'Author' => 'MC', 30 'Version' => '$Revision : 4419$',30 'Version' => '$Revision$', 31 31 'References' => 32 32 [ framework3/tags/framework-3.0/modules/exploits/windows/smb/msdns_zonename.rb
- Property svn:keywords set to Rev Revision Id Header
r4783 r4887 1 1 ## 2 # $Id : msdns_zonename.rb 4710 2007-04-19 17:43:30Z hdm$2 # $Id$ 3 3 ## 4 4 … … 40 40 ], 41 41 'License' => MSF_LICENSE, 42 'Version' => '$Revision : 4710$',42 'Version' => '$Revision$', 43 43 'References' => 44 44 [ framework3/tags/framework-3.0/modules/payloads/singles/osx/x86/shell_find_port.rb
- Property svn:keywords set to Rev Revision Id Header
r4807 r4887 1 # $Id : shell_find_port.rb 4803 2007-04-28 19:00:34Z hdm$1 # $Id$ 2 2 3 3 require 'msf/core' … … 18 18 super(merge_info(info, 19 19 'Name' => 'OSX Command Shell, Find Port Inline', 20 'Version' => '$Revision : 4803$',20 'Version' => '$Revision$', 21 21 'Description' => 'Spawn a shell on an established connection', 22 22 'Author' => 'Ramon de Carvalho Valle <ramon[at]risesecurity.org>', framework3/tags/framework-3.0/modules/payloads/singles/osx/x86/shell_reverse_tcp.rb
- Property svn:keywords set to Rev Revision Id Header
r4808 r4887 1 # $Id : shell_reverse_tcp.rb 4803 2007-04-28 19:00:34Z hdm$1 # $Id$ 2 2 3 3 require 'msf/core' … … 18 18 super(merge_info(info, 19 19 'Name' => 'OSX Command Shell, Reverse TCP Inline', 20 'Version' => '$Revision : 4803$',20 'Version' => '$Revision$', 21 21 'Description' => 'Connect back to attacker and spawn a command shell', 22 22 'Author' => 'Ramon de Carvalho Valle <ramon[at]risesecurity.org>',
