All Projects → OWASP → www-project-web-security-testing-guide

OWASP / www-project-web-security-testing-guide

Licence: other
The Web Security Testing Guide (WSTG) Project produces the premier cybersecurity testing resource for web application developers and security professionals.

Programming Languages

HTML
75241 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to www-project-web-security-testing-guide

cyclonedx-cli
CycloneDX CLI tool for SBOM analysis, merging, diffs and format conversions.
Stars: ✭ 154 (-40.77%)
Mutual labels:  owasp
zap-sonar-plugin
Integrates OWASP Zed Attack Proxy reports into SonarQube
Stars: ✭ 66 (-74.62%)
Mutual labels:  owasp
Resources-for-Application-Security
Some good resources for getting started with application security
Stars: ✭ 97 (-62.69%)
Mutual labels:  owasp
cyclonedx-dotnet
Creates CycloneDX Software Bill of Materials (SBOM) from .NET Projects
Stars: ✭ 110 (-57.69%)
Mutual labels:  owasp
tutorials
Additional Resources For Securing The Stack Tutorials
Stars: ✭ 36 (-86.15%)
Mutual labels:  owasp
raider
OWASP Raider: a novel framework for manipulating the HTTP processes of persistent sessions
Stars: ✭ 88 (-66.15%)
Mutual labels:  owasp
cwe-tool
A command line CWE discovery tool based on OWASP / CAPSEC database of Common Weakness Enumeration.
Stars: ✭ 40 (-84.62%)
Mutual labels:  owasp
ptp
Pentester's Tools Parser (PTP) provides an unified way to retrieve the information from all (final goal) automated pentesting tools and assign an automated ranking for each finding.
Stars: ✭ 28 (-89.23%)
Mutual labels:  owasp
juice-shop
OWASP Juice Shop: Probably the most modern and sophisticated insecure web application
Stars: ✭ 7,533 (+2797.31%)
Mutual labels:  owasp
Secure-Coding-Handbook
Web Application Secure Coding Handbook resource.
Stars: ✭ 328 (+26.15%)
Mutual labels:  owasp
multi-juicer
Run Capture the Flags and Security Trainings with OWASP Juice Shop
Stars: ✭ 179 (-31.15%)
Mutual labels:  owasp
crAPI
completely ridiculous API (crAPI)
Stars: ✭ 549 (+111.15%)
Mutual labels:  owasp
waf-brain
Machine Learning WAF Based
Stars: ✭ 74 (-71.54%)
Mutual labels:  owasp
Slides
The repo contains all the slide deck that was used during my presentation at various webinars, conferences, and meetups.
Stars: ✭ 56 (-78.46%)
Mutual labels:  owasp
coraza-caddy
OWASP Coraza middleware for Caddy. It provides Web Application Firewall capabilities
Stars: ✭ 75 (-71.15%)
Mutual labels:  owasp
headers
An application to catch, search and analyze HTTP secure headers.
Stars: ✭ 59 (-77.31%)
Mutual labels:  owasp
mod csrfprotector
apache 2.x.x module, for CSRF mitigation
Stars: ✭ 20 (-92.31%)
Mutual labels:  owasp
wafbypasser
No description or website provided.
Stars: ✭ 73 (-71.92%)
Mutual labels:  owasp
Athena
Test your Security Skills, and Clean Code Development as a Pythonist, Hacker & Warrior 🥷🏻
Stars: ✭ 43 (-83.46%)
Mutual labels:  owasp
www-project-zap
OWASP Zed Attack Proxy project landing page.
Stars: ✭ 52 (-80%)
Mutual labels:  owasp

WSTG Page on the OWASP Website

This repository contains the files that build the Web Security Testing Guide (WSTG) Project's page on the main OWASP website. The page can be found at: https://owasp.org/www-project-web-security-testing-guide/

Documentation explaining the files in this repo can be found at: https://owasp.org/migration

Contributions

Any contributions to the guide itself should be made via the guide's project repo, using a pull request. (No one outside the project leadership or foundation automation should be pushing directly to either repo.)

Getting Started

To set up a local development environment for this Jekyll site:

  1. Install Jekyll and its required dependencies for your operating system. See Installation.

  2. Clone this repository, for example:

    git clone [email protected]:OWASP/www-project-web-security-testing-guide.git www-wstg

  3. Change into the repository directory and install dependencies with:

    cd www-wstg && bundle install

  4. Serve the site to view it locally by running:

    bundle exec jekyll serve

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].