403Webshell
Server IP : 127.0.0.1  /  Your IP : 216.73.216.109
Web Server : Apache/2.4.54 (Win64) OpenSSL/1.1.1q PHP/8.1.10
System : Windows NT DESKTOP-E5T4RUN 10.0 build 19045 (Windows 10) AMD64
User : SERVERWEB ( 0)
PHP Version : 8.1.10
Disable Function : NONE
MySQL : OFF |  cURL : ON |  WGET : OFF |  Perl : OFF |  Python : OFF |  Sudo : OFF |  Pkexec : OFF
Directory :  C:/Windows/SystemApps/MicrosoftWindows.Client.CBS_cw5n1h2txyewy/Assets/Dictation/

Upload File :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

Current File : C:/Windows/SystemApps/MicrosoftWindows.Client.CBS_cw5n1h2txyewy/Assets/Dictation/index.html
<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8" />
    <link href="default.css" rel="stylesheet" />
    <script language="javascript" type="text/javascript">
        function enableDictation(message) {
            microphoneButton.classList.remove("disabled");
            //displayMessage(message);
        }
    </script>
    <script language="javascript" type="text/javascript">
        function disableDictation(message) {
            microphoneButton.classList.add("disabled");
            //displayMessage(message);
        }
    </script>
    <script language="javascript" type="text/javascript">
        function displayMessage(text) {
            dictationStatusArea.textContent = text;
        }
    </script>
    <script language="javascript" type="text/javascript">
        function getEditedText() {
            var editedText = document.getElementById("dictationTextArea").textContent;
            return editedText;
        }
    </script>
    <script language="javascript" type="text/javascript">
        function toggleDictation() {
            if (isHostedInXAMLWebView()) {
                document.getElementById("dictationTextArea").focus();
                window.external.notify("ToggleDictationState");
            }
        }
    </script>
    <script language="javascript" type="text/javascript">
        function closeDictationPanel() {
            if (isHostedInXAMLWebView()) {
                window.external.notify("ExitDictation");
            }
        }
    </script>
    <script language="javascript" type="text/javascript">
        function isHostedInXAMLWebView() {
            return (window.external != null) && ('notify' in window.external);
        }
    </script>
    <script language="javascript" type="text/javascript">
        window.onload = function() {
            document.getElementById("dictationTextArea").focus();
        };
    </script>
    <script language="javascript" type="text/javascript">
        function commitText() {
            if (isHostedInXAMLWebView()) {
                window.external.notify("CommitText");
            }
        }
    </script>
</head>
<body>
    <div id="dictationPanel">
        <div id="dictationPanelHeader">
            <button id="microphoneButton" class="disabled" onclick="toggleDictation()">&#xE720;</button>
            <button id="closeButton" onclick="closeDictationPanel()">&#xE711;</button>
        </div>
        <div id="dictationPanelContent">
            <span id="dictationTextArea" contenteditable="true"></span>
        </div>
        <div id="dictationPanelFooter">
            <span id="dictationStatusArea"></span>
            <button id="commitButton" onclick="commitText()">Commit</button>
        </div>
    </div>
</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit