shell bypass 403

UnknownSec Shell

: /home/bouloter/infix/public/backend/js/ [ drwxr-xr-x ]

name : gateway.js
$(".imgBrowse").change(function () {

    readURL(this);
});

function readURL(input) {

    if (input.files && input.files[0]) {
        var reader = new FileReader();
        reader.onload = function (e) {
            $('.imageBox').find('.preview').attr('src', e.target.result);
        }

        reader.readAsDataURL(input.files[0]); // convert to base64 string
    }
}

© 2025 UnknownSec
afwwrfwafr45458465
Password