Changeset 3819
- Timestamp:
- 08/10/06 23:58:43 (2 years ago)
- Files:
-
- framework2/trunk/exploits/netapi_ms06_040.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
framework2/trunk/exploits/netapi_ms06_040.pm
r3818 r3819 22 22 23 23 my $info = { 24 'Name' => 'Microsoft NetpIsRemote() MSO6-040 Overflow',24 'Name' => 'Microsoft CanonicalizePathName() MSO6-040 Overflow', 25 25 'Version' => '$Rev$', 26 26 'Authors' => … … 60 60 'Description' => Pex::Text::Freeform( 61 61 qq{ 62 This module exploits a stack overflow in the NetApi32 NetpIsRemote() function62 This module exploits a stack overflow in the NetApi32 CanonicalizePathName() function 63 63 using the NetpwPathCanonicalize RPC call in the Server Service. It is likely that 64 64 other RPC calls could be used to exploit this service. This exploit will result in
