×
1 Choose EITC/EITCA Certificates
2 Learn and take online exams
3 Get your IT skills certified

Confirm your IT skills and competencies under the European IT Certification framework from anywhere in the world fully online.

EITCA Academy

Digital skills attestation standard by the European IT Certification Institute aiming to support Digital Society development

LOG IN TO YOUR ACCOUNT

CREATE AN ACCOUNT FORGOT YOUR PASSWORD?

FORGOT YOUR PASSWORD?

AAH, WAIT, I REMEMBER NOW!

CREATE AN ACCOUNT

ALREADY HAVE AN ACCOUNT?
EUROPEAN INFORMATION TECHNOLOGIES CERTIFICATION ACADEMY - ATTESTING YOUR PROFESSIONAL DIGITAL SKILLS
  • SIGN UP
  • LOGIN
  • INFO

EITCA Academy

EITCA Academy

The European Information Technologies Certification Institute - EITCI ASBL

Certification Provider

EITCI Institute ASBL

Brussels, European Union

Governing European IT Certification (EITC) framework in support of the IT professionalism and Digital Society

  • CERTIFICATES
    • EITCA ACADEMIES
      • EITCA ACADEMIES CATALOGUE<
      • EITCA/CG COMPUTER GRAPHICS
      • EITCA/IS INFORMATION SECURITY
      • EITCA/BI BUSINESS INFORMATION
      • EITCA/KC KEY COMPETENCIES
      • EITCA/EG E-GOVERNMENT
      • EITCA/WD WEB DEVELOPMENT
      • EITCA/AI ARTIFICIAL INTELLIGENCE
    • EITC CERTIFICATES
      • EITC CERTIFICATES CATALOGUE<
      • COMPUTER GRAPHICS CERTIFICATES
      • WEB DESIGN CERTIFICATES
      • 3D DESIGN CERTIFICATES
      • OFFICE IT CERTIFICATES
      • BITCOIN BLOCKCHAIN CERTIFICATE
      • WORDPRESS CERTIFICATE
      • CLOUD PLATFORM CERTIFICATENEW
    • EITC CERTIFICATES
      • INTERNET CERTIFICATES
      • CRYPTOGRAPHY CERTIFICATES
      • BUSINESS IT CERTIFICATES
      • TELEWORK CERTIFICATES
      • PROGRAMMING CERTIFICATES
      • DIGITAL PORTRAIT CERTIFICATE
      • WEB DEVELOPMENT CERTIFICATES
      • DEEP LEARNING CERTIFICATESNEW
    • CERTIFICATES FOR
      • EU PUBLIC ADMINISTRATION
      • TEACHERS AND EDUCATORS
      • IT SECURITY PROFESSIONALS
      • GRAPHICS DESIGNERS & ARTISTS
      • BUSINESSMEN AND MANAGERS
      • BLOCKCHAIN DEVELOPERS
      • WEB DEVELOPERS
      • CLOUD AI EXPERTSNEW
  • FEATURED
  • SUBSIDY
  • HOW IT WORKS
  •   IT ID
  • ABOUT
  • CONTACT
  • MY ORDER
    Your current order is empty.
EITCIINSTITUTE
CERTIFIED
Questions and answers designated by tag: Web Application Security

What is the full meaning of SOP in web security?

Tuesday, 02 September 2025 by Julius Adabrah

The acronym SOP in web security stands for "Same-Origin Policy." The Same-Origin Policy is a foundational security concept implemented by web browsers to restrict how documents or scripts loaded from one origin can interact with resources from another origin. This mechanism is integral to the web security model as it is designed to prevent malicious

  • Published in Cybersecurity, EITC/IS/ACSS Advanced Computer Systems Security, Network security, Web security model
Tagged under: Browser Security, CORS, Cybersecurity, Same Origin Policy, SOP, Web Application Security

How does the DNS rebinding attack work?

Saturday, 22 June 2024 by Acácio Pereira Oliveira

DNS rebinding attacks represent a sophisticated and insidious method by which an attacker exploits the Domain Name System (DNS) to manipulate the way a victim's browser interacts with different domains. Understanding the intricacies of these attacks requires a thorough comprehension of how DNS functions, how web browsers enforce the same-origin policy, and the mechanisms by

  • Published in Cybersecurity, EITC/IS/WASF Web Applications Security Fundamentals, DNS attacks, DNS rebinding attacks
Tagged under: Browser Security, Cybersecurity, DNS, Network Security, Same Origin Policy, Web Application Security

What is the role of the "Forced Browse" feature in ZAP and how does it aid in identifying hidden files?

Saturday, 15 June 2024 by EITCA Academy

The "Forced Browse" feature in the Zed Attack Proxy (ZAP) is an essential tool in the arsenal of a cybersecurity professional, particularly during the phase of web application penetration testing aimed at discovering hidden files and directories. The primary purpose of this feature is to systematically and exhaustively attempt to access files and directories that

  • Published in Cybersecurity, EITC/IS/WAPT Web Applications Penetration Testing, Hidden files, Discovering hidden files with ZAP, Examination review
Tagged under: Cybersecurity, Forced Browse, OWASP, Penetration Testing, Web Application Security, ZAP

What are the steps involved in using ZAP to spider a web application and why is this process important?

Saturday, 15 June 2024 by EITCA Academy

Spidering a web application using ZAP (Zed Attack Proxy) involves a series of methodical steps designed to map out the entire structure of the web application. This process is essential in cybersecurity, particularly in web application penetration testing, as it helps uncover hidden files and directories that may not be readily visible through the standard

  • Published in Cybersecurity, EITC/IS/WAPT Web Applications Penetration Testing, Hidden files, Discovering hidden files with ZAP, Examination review
Tagged under: Cybersecurity, Hidden Files, Penetration Testing, Spidering, Web Application Security, ZAP

How does configuring ZAP as a local proxy help in discovering hidden files within a web application?

Saturday, 15 June 2024 by EITCA Academy

Configuring ZAP (Zed Attack Proxy) as a local proxy is a fundamental technique in the realm of web application penetration testing, particularly for the discovery of hidden files. This process involves setting up ZAP to intercept and analyze the traffic between your web browser and the target web application. By doing so, it allows penetration

  • Published in Cybersecurity, EITC/IS/WAPT Web Applications Penetration Testing, Hidden files, Discovering hidden files with ZAP, Examination review
Tagged under: Cybersecurity, Hidden Files, Penetration Testing, Web Application Security, Web Security, ZAP

What is Burp Suite used for?

Monday, 08 April 2024 by dkarayiannakis

Burp Suite is a comprehensive platform widely used in cybersecurity for web applications penetration testing. It is a powerful tool that assists security professionals in assessing the security of web applications by identifying vulnerabilities that malicious actors could exploit. One of the key features of Burp Suite is its ability to perform various types of

  • Published in Cybersecurity, EITC/IS/WAPT Web Applications Penetration Testing, Web attacks practice, DotDotPwn – directory traversal fuzzing
Tagged under: Burp Suite, Cybersecurity, Directory Traversal, DOTDOTPWN, Penetration Testing, Web Application Security

How can ModSecurity be tested to ensure its effectiveness in protecting against common security vulnerabilities?

Saturday, 05 August 2023 by EITCA Academy

ModSecurity is a widely used web application firewall (WAF) module that provides protection against common security vulnerabilities. To ensure its effectiveness in protecting web applications, it is important to perform thorough testing. In this answer, we will discuss various methods and techniques to test ModSecurity and validate its ability to safeguard against common security threats.

  • Published in Cybersecurity, EITC/IS/WAPT Web Applications Penetration Testing, ModSecurity, Apache2 ModSecurity, Examination review
Tagged under: Cybersecurity, Cybersecurity Testing, ModSecurity Testing, WAF, Web Application Firewall, Web Application Security

Explain the purpose of the "inurl" operator in Google hacking and give an example of how it can be used.

Saturday, 05 August 2023 by EITCA Academy

The "inurl" operator in Google hacking is a powerful tool used in web applications penetration testing to search for specific keywords within the URL of a website. It allows security professionals to identify vulnerabilities and potential attack vectors by focusing on the structure and naming conventions of URLs. The primary purpose of the "inurl" operator

  • Published in Cybersecurity, EITC/IS/WAPT Web Applications Penetration Testing, Google hacking for pentesting, Google Dorks For penetration testing, Examination review
Tagged under: Cybersecurity, Google Dorks, Google Hacking, Penetration Testing, URL Filtering, Web Application Security

What are the potential consequences of successful command injection attacks on a web server?

Saturday, 05 August 2023 by EITCA Academy

Successful command injection attacks on a web server can have severe consequences, compromising the security and integrity of the system. Command injection is a type of vulnerability that allows an attacker to execute arbitrary commands on the server by injecting malicious input into a vulnerable application. This can lead to various potential consequences, including unauthorized

  • Published in Cybersecurity, EITC/IS/WAPT Web Applications Penetration Testing, OverTheWire Natas, OverTheWire Natas walkthrough - level 5-10 - LFI and command injection, Examination review
Tagged under: Command Injection, Cybersecurity, Data Breach, Privilege Escalation, Vulnerabilities, Web Application Security

How can cookies be used as a potential attack vector in web applications?

Saturday, 05 August 2023 by EITCA Academy

Cookies can be used as a potential attack vector in web applications due to their ability to store and transmit sensitive information between the client and the server. While cookies are generally used for legitimate purposes, such as session management and user authentication, they can also be exploited by attackers to gain unauthorized access, perform

  • Published in Cybersecurity, EITC/IS/WAPT Web Applications Penetration Testing, OverTheWire Natas, OverTheWire Natas walkthrough - level 5-10 - LFI and command injection, Examination review
Tagged under: Cookies, Cross-Site Request Forgery, Cross-Site Scripting, CSRF, Cybersecurity, Session Hijacking, Web Application Security, XSS
  • 1
  • 2
  • 3
Home

Certification Center

USER MENU

  • My Account

CERTIFICATE CATEGORY

  • EITC Certification (105)
  • EITCA Certification (9)

What are you looking for?

  • Introduction
  • How it works?
  • EITCA Academies
  • EITCI DSJC Subsidy
  • Full EITC catalogue
  • Your order
  • Featured
  •   IT ID
  • EITCA reviews (Medium publ.)
  • About
  • Contact

EITCA Academy is a part of the European IT Certification framework

The European IT Certification framework has been established in 2008 as a Europe based and vendor independent standard in widely accessible online certification of digital skills and competencies in many areas of professional digital specializations. The EITC framework is governed by the European IT Certification Institute (EITCI), a non-profit certification authority supporting information society growth and bridging the digital skills gap in the EU.

Eligibility for EITCA Academy 80% EITCI DSJC Subsidy support

80% of EITCA Academy fees subsidized in enrolment by

    EITCA Academy Secretary Office

    European IT Certification Institute ASBL
    Brussels, Belgium, European Union

    EITC / EITCA Certification Framework Operator
    Governing European IT Certification Standard
    Access contact form or call +32 25887351

    Follow EITCI on X
    Visit EITCA Academy on Facebook
    Engage with EITCA Academy on LinkedIn
    Check out EITCI and EITCA videos on YouTube

    Funded by the European Union

    Funded by the European Regional Development Fund (ERDF) and the European Social Fund (ESF) in series of projects since 2007, currently governed by the European IT Certification Institute (EITCI) since 2008

    Information Security Policy | DSRRM and GDPR Policy | Data Protection Policy | Record of Processing Activities | HSE Policy | Anti-Corruption Policy | Modern Slavery Policy

    Automatically translate to your language

    Terms and Conditions | Privacy Policy
    EITCA Academy
    • EITCA Academy on social media
    EITCA Academy


    © 2008-2025  European IT Certification Institute
    Brussels, Belgium, European Union

    TOP
    CHAT WITH SUPPORT
    Do you have any questions?