Changeset 3782
- Timestamp:
- 07/30/06 19:41:02 (2 years ago)
- Files:
-
- framework3/trunk/modules/exploits/windows/dcerpc/ms03_026_dcom.rb (modified) (1 diff)
- framework3/trunk/modules/exploits/windows/ftp/netterm_netftpd_user.rb (modified) (1 diff)
- framework3/trunk/modules/exploits/windows/ftp/oracle9i_xdb_ftp_pass.rb (modified) (1 diff)
- framework3/trunk/modules/exploits/windows/ftp/oracle9i_xdb_ftp_unlock.rb (modified) (1 diff)
- framework3/trunk/modules/exploits/windows/http/shoutcast_format.rb (modified) (1 diff)
- framework3/trunk/modules/exploits/windows/imap/mercury_rename.rb (modified) (1 diff)
- framework3/trunk/modules/exploits/windows/license/ca_server_getconfig.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
framework3/trunk/modules/exploits/windows/dcerpc/ms03_026_dcom.rb
r3655 r3782 34 34 'MinNops' => 300, 35 35 'BadChars' => "\x00\x0a\x0d\x5c\x5f\x2f\x2e", 36 'StackAdjustment' => -3500, 36 37 }, 37 38 'Targets' => framework3/trunk/modules/exploits/windows/ftp/netterm_netftpd_user.rb
r3425 r3782 30 30 'Space' => 1000, 31 31 'BadChars' => "\x00\x0a\x20\x0d", 32 ' Prepend' => "\x81\xc4\x54\xf2\xff\xff",32 'StackAdjustment' => -3500, 33 33 34 34 }, framework3/trunk/modules/exploits/windows/ftp/oracle9i_xdb_ftp_pass.rb
r3636 r3782 37 37 'Space' => 800, 38 38 'BadChars' => "\x00\x20\x0a\x0d", 39 ' Prepend' => "\x81\xc4\xff\xef\xff\xff\x44",39 'StackAdjustment' => -3500, 40 40 41 41 }, framework3/trunk/modules/exploits/windows/ftp/oracle9i_xdb_ftp_unlock.rb
r3636 r3782 39 39 'Space' => 800, 40 40 'BadChars' => "\x00\x20\x0a\x0d", 41 ' Prepend' => "\x81\xc4\xff\xef\xff\xff\x44",41 'StackAdjustment' => -3500, 42 42 43 43 }, framework3/trunk/modules/exploits/windows/http/shoutcast_format.rb
r3714 r3782 38 38 'Space' => 250, 39 39 'BadChars' => "\x00\x3a\x26\x3f\x25\x23\x20\x0a\x0d\x2f\x2b\x0b\x5c", 40 ' Prepend' => "\x81\xc4\xff\xef\xff\xff\x44",40 'StackAdjustment' => -3500, 41 41 42 42 }, framework3/trunk/modules/exploits/windows/imap/mercury_rename.rb
r3714 r3782 34 34 'Space' => 500, 35 35 'BadChars' => "\x00\x0a\x0d\x20", 36 ' Prepend' => "\x81\xec\x96\x40\x00\x00\x66\x81\xe4\xf0\xff",36 'StackAdjustment' => -3500, 37 37 38 38 }, framework3/trunk/modules/exploits/windows/license/ca_server_getconfig.rb
r3636 r3782 33 33 'Space' => 600, 34 34 'BadChars' => "\x00\x20", 35 ' Prepend' => "\x81\xc4\x54\xf2\xff\xff",35 'StackAdjustment' => -3500, 36 36 37 37 },
