- Notifications
You must be signed in to change notification settings - Fork1.4k
The Web Security Testing Guide is a comprehensive Open Source guide to testing the security of web applications and web services.
License
OWASP/wstg
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Welcome to the official repository for the Open Web Application Security Project® (OWASP®) Web Security Testing Guide (WSTG). The WSTG is a comprehensive guide to testing the security of web applications and web services. Created by the collaborative efforts of security professionals and dedicated volunteers, the WSTG provides a framework of best practices used by penetration testers and organizations all over the world.
We are currently working on release version 5.0. You canread the current document here on GitHub.
For the last stable release,check release 4.2. Also availableonline.
- How To Reference WSTG Scenarios
- Contributions, Feature Requests, and Feedback
- Chat With Us
- Project Leaders
- Core Team
- Translations
Each scenario has an identifier in the formatWSTG-<category>-<number>
, where: 'category' is a 4 character upper case string that identifies the type of test or weakness, and 'number' is a zero-padded numeric value from 01 to 99. For example:WSTG-INFO-02
is the second Information Gathering test.
The identifiers may change between versions. Therefore, it is preferable that other documents, reports, or tools use the format:WSTG-<version>-<category>-<number>
, where: 'version' is the version tag with punctuation removed. For example:WSTG-v42-INFO-02
would be understood to mean specifically the second Information Gathering test from version 4.2.
If identifiers are used without including the<version>
element, they should be assumed to refer to the latest Web Security Testing Guide content. As the guide grows and changes this becomes problematic, which is why writers or developers should include the version element.
Linking to Web Security Testing Guide scenarios should be done using versioned links notstable
orlatest
, which will change with time. However, it is the project team's intention that versioned links do not change. For example:https://owasp.org/www-project-web-security-testing-guide/v42/4-Web_Application_Security_Testing/01-Information_Gathering/02-Fingerprint_Web_Server.html
. Note: thev42
element refers to version 4.2.
We are actively inviting new contributors! To start, read thecontribution guide.
First time here? Here areGitHub's suggestions for first-time contributors to this repository.
This project is only possible thanks to the work of many dedicated volunteers. Everyone is encouraged to help in ways large and small. Here are a few ways you can help:
- Read the current content and help us fix any spelling mistakes or grammatical errors.
- Help withtranslation efforts.
- Choose an existing issue and submit a pull request to fix it.
- Open a new issue to report an opportunity for improvement.
To learn how to contribute successfully, read thecontribution guide.
Successful contributors appear onthe project's list of authors, reviewers, or editors.
We're easy to find on Slack:
- Join the OWASP Group Slack with thisinvitation link.
- Join this project'schannel, #testing-guide.
Feel free to ask questions, suggest ideas, or share your best recipes.
You can @ us on Twitter@owasp_wstg.
You can also join ourGoogle Group.
Open Web Application Security Project and OWASP are registered trademarks of the OWASP Foundation, Inc.
About
The Web Security Testing Guide is a comprehensive Open Source guide to testing the security of web applications and web services.