🐚 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: ../../../../586837.klas4s23.mid-ica.nl/public_html/individual stylesheets/style-om.css

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: Saira;
  src: url(Saira-Regular.ttf);
}

html {
  font-size: 10px;
}

body {
  margin: 0;
  font-family: Saira;
  height: 100vh;
 
  width: 100vw;
  overflow-x: hidden;
  /* position: relative; */
  background-color: #121212;

}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: #161618;
  height: 9.5rem;
  position: fixed;
  top: 0;
  left: 0;


}

.header img {
  height: 7rem;
  width: auto;
  margin-left: 1rem;
}

.navbar {
  font-size: 2rem;
  text-align: right;
}

.navbar a {
  text-decoration: none;
  color: white;
  margin: 0 4rem;
  transition: all 0.15s linear;
}

.navbar a[href="over-mij.html"] {
  color: #dc133b;
}

.navbar a:hover {
  color: #dc133b;
  border-bottom: #ffffff solid 0.1rem;
}

.content::-webkit-scrollbar {
  display: none;
}



.clr-accent {
  color: #dc133b;
}

.footer {
  grid-area: footer;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer h2 {
  font-size: 1.7rem;
  color: #ffffff;
  padding: 0 1rem;
}

.contact {
  display: flex;
  align-items: center;
  padding-right: 0.5rem;
}

.icon {
  color: #dc133b;
  background-color: #121212;
  font-size: 3.5rem;
  padding: 0 0.5rem;
}

.content {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 4rem;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas:
    "context"
    "footer";
  height: 100%;
  width: 100%;
  overflow-y: scroll;
}

.context {
  grid-area: context;
  display: flex;
  margin-top: 9rem;
  flex-direction: column;
}
/* 
.content::-webkit-scrollbar {
  display: none;
} */

.container-mb {
  display: none;
}

.menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu>li {
  margin: 0.5em 0;
  overflow: hidden;
}

.menu-button-container {
  display: none;
  height: 100%;
  width: 100%;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #ffffff;
  position: absolute;
  height: 0.4rem;
  width: 3rem;
  border-radius: 0.1rem;
}

.menu-button::before {
  content: '';
  margin-top: -8px;
}

.menu-button::after {
  content: '';
  margin-top: 8px;
}

#menu-toggle:checked+.menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked+.menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked+.menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

.mb {
  display: none;
}

.container-pc {
  width: 100%;
  height: 100%;
  background-image: url("hex-pattern.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 30%;
  /* overflow-y: hidden; */
}






.titel {
  padding-left: 3rem;
  padding-top: 1.5rem;
  padding-bottom: 5rem;
  display: flex;
  flex-direction: column;
  width: 100%;

}

.titel-h1 {
  font-size: 4rem;
  color: #dc133b;
}

.titel-h2 {
  font-size: 2.5rem;
  color: #ffffff;
}

.line {
  width: 17.4%;
  border: #ffffff solid 0.2rem;
  margin-top: 0.6rem;
  margin-bottom: 1rem;
}

.info-foto {
  display: flex;
  height: auto;
  justify-content: center;
  align-items: center;
  padding-right: 3rem;
  padding-left: 3rem;
}

#foto {
  width: 40rem;
  height: auto;
  border: white solid 0.2rem;
  border-radius: 0.7rem;
}

.info-txt-h2 {
  color: white;
  padding-left: 3rem;
  /* padding-top: 1.5rem; */
  font-size: 2.5rem;
}

.info-txt-p {
  /* width: 60%; */
  color: white;
  padding-left: 3rem;
  padding-top: 1.5rem;
  font-size: 1.8rem;
  text-wrap: wrap;
}

.info-txt {
  display: flex;
  flex-direction: column;
  width: 60%;
}

.info {
  display: flex;
  justify-content: space-around;
  width: 100%;
}


/* TEKST FIXEN EN VERDER GAAN */



@media (max-width: 1023px) {


  .container-pc {
    display: none;
  }

  body {
    overflow-x: hidden;
  }

  .container-mb {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 9rem 1fr 3rem;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas:
      "header-mb"
      "content-mb"
      "footer-mb";
    height: 100vh;
    width: 100vw;
    overflow-y: scroll;
    overflow-x: hidden;

    /* background-image: url("hex-pattern.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 90%; */
  }

  .hamburger-menu {
    height: 100%;
    width: 0;
    float: right;
    margin-right: 5%;
  }

  .header-mb {
    grid-area: header-mb;
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    height: 9rem;
    background-color: #161618;
  }

  .header-mb img {
    margin: 1rem 0 1rem 1rem;
    width: 20rem;
    height: auto;
  }

  .content-mb {
    grid-area: content-mb;
    display: flex;
    flex-direction: column;
  }


  .footer-mb {
    grid-area: footer-mb;
    width: 100%;
    height: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .footer-mb h2 {
    font-size: 0.9rem;
    color: #ffffff;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .contact-mb {
    display: flex;
    align-items: center;
    padding-right: 1rem;
  }

  .icon-mb {
    color: #dc133b;
    background-color: #121212;
    font-size: 2.5rem;
    padding: 0rem;
  }

  .navbar-mb {
    width: 50%;
    background-color: #161618;
    margin-right: 1rem;
  }

  .menu-button-container {
    float: right;
    justify-self: center;
  }

  .menu-button-container {
    display: flex;
  }

  .menu {
    position: absolute;
    top: 9rem;
    right: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  #menu-toggle~.menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  #menu-toggle:checked~.menu li {
    height: 10rem;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    border-top: #ffffff solid 0.1rem;
  }

  #menu-toggle:checked~.menu .cv-mb {
    height: 10rem;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    border-bottom: #ffffff solid 0.1rem;
  }

  .menu>li {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #ffffff;
    background-color: #161618;
    font-size: 2rem;
    text-decoration: none;
    z-index: 778;
  }

  .menu a {
    color: #ffffff;
    height: 100%;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .menu a[href="over-mij.html"] {
    color: #dc133b;
    width: 100%;
    text-align: center;
  }




  .titel-mb {
    margin: 2%;
    display: flex;
    flex-direction: column;
    width: 100%;
    /* align-items: center; */
    margin-bottom: 10%;

  }

  .titel-h1-mb {
    font-size: 6.5vw;
    color: #dc133b;
    /* text-align: center; */
  }

  .titel-h2-mb {
    font-size: 4.5vw;
    color: #ffffff;
    /* text-align: center; */
  }

  .line-mb {
    width: 52%;
    border: #ffffff solid 0.1rem;
    margin-top: 0.3%;
    margin-bottom: 0.6%;
  }



  .info-txt-h2-mb {
    color: white;
    font-size: 4.5vw;
    margin: 0 2%;
    /* text-align: center; */
  }

  .info-txt-p-mb {
    width: 96%;
    color: white;
    margin: 0 2%;
    padding-top: 0.5%;
    font-size: 3vw;
    /* text-align: center; */
  }



}

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