Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Security-Champions | Kitploit
Tools/GitHubGitHub/owasp/security-champions
Web SecurityPenetration TestingLearning & EducationCurated ResourcesLearning Paths & Courses
GitHubowasp/security-champions

Security-Champions

View Repository
19824 days agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

OWASP Security Champions Guide

Using MKDocs to host our content (next to the OWASP project page) on https://securitychampions.owasp.org/. Inspired by https://github.com/OWASP/API-Security and https://github.com/OWASP/Top10/tree/master/2021.

Building a local copy on Windows

Install python python3 -m pip install -r requirements.txt python3 -m pip install mkdocs

Testing locally

python3 -m mkdocs serve to run website on http://127.0.0.1:8000/

or

python3 -m mkdocs build to generate site content for deployment

Plugins

Install plugins when running locally: pip install mkdocs-open-in-new-tab

Download Tool