https://github.com/xamiron/owasp-top-10-vulnerabilities-note
A vulnerability is a hole or a weakness in the application, which can be a design flaw or an implementation bug, that allows an attacker to cause harm to the stakeholders of an application.
https://github.com/xamiron/owasp-top-10-vulnerabilities-note
hacking-notes owasp-top-10 security vulnerability-assessment
Last synced: about 2 months ago
JSON representation
A vulnerability is a hole or a weakness in the application, which can be a design flaw or an implementation bug, that allows an attacker to cause harm to the stakeholders of an application.
- Host: GitHub
- URL: https://github.com/xamiron/owasp-top-10-vulnerabilities-note
- Owner: xamiron
- Created: 2024-01-27T07:22:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-27T07:27:03.000Z (over 1 year ago)
- Last Synced: 2025-02-02T05:17:41.327Z (8 months ago)
- Topics: hacking-notes, owasp-top-10, security, vulnerability-assessment
- Homepage:
- Size: 637 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Open Web Application Security Project (OWASP) is a non-profit organization founded in 2001, with the goal of helping website owners and security experts protect web applications from cyber attacks.
# What is the OWASP Top 10?
Injection.
Broken Authentication.
Sensitive Data Exposure.
XML External Entities (XEE).
Broken Access Control. ...
Security Misconfiguration.
Cross-Site Scripting.
Insecure Deserialization.# What is OWASP vulnerability?
A vulnerability is a hole or a weakness in the application, which can be a design flaw or an implementation bug, that allows an attacker to cause harm to the stakeholders of an application. Stakeholders include the application owner, application users, and other entities that rely on the application.# Link
https://owasp.org/www-community/attacks/#:~:text=Attacks%20are%20the%20techniques%20that,a%20weakness%20in%20an%20application.