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
mas-website — The OWASP Mobile Application Security Project website is the central hub for industry-leading standards, guides, and resources—helping developers and security professionals build, test, and secure mobile applications. | Kitploit
Tools/GitHubGitHub/owasp/mas-website
Android SecurityiOS SecurityVulnerability AnalysisPenetration TestingMobile SecurityLearning & EducationCurated Resources
GitHubowasp/mas-website

mas-website

The OWASP Mobile Application Security Project website is the central hub for industry-leading standards, guides, and resources—helping developers and security professionals build, test, and secure mobile applications.

View Repository
12124 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
Website

OWASP Mobile Application Security Project Website

This repository contains the source and configuration for the OWASP Mobile Application Security Project website (mas.owasp.org).

This website aggregates, organizes, and presents documentation from the main MAS resources using MkDocs and the mkdocs-material theme.

Each resource lives in its own GitHub repository:

ResourceDescriptionGitHub Repo
MASVS CoverMASVS (Mobile Application Security Verification Standard)
The industry standard for mobile app security requirements.
OWASP/masvs
MASWE CoverMASWE (Mobile Application Security Weakness Enumeration)
A categorized list of common security and privacy weaknesses in mobile apps.
OWASP/maswe
MASTG CoverMASTG (Mobile Application Security Testing Guide)
A comprehensive manual for mobile app security testing and reverse engineering.
OWASP/mastg

Development

The two key components of the repo are:

  • The docs/ directory, which contains all the source files for the website.
  • The mkdocs.yml file, which configures the MkDocs site.

The site uses a range of MkDocs features and plugins in the mkdocs.yml file, including:

  • Material for MkDocs theme (theme) with custom icons, logo, and palette switching (light/dark mode). See Material for MkDocs documentation for details.
  • Navigation tabs, sticky tabs, instant navigation, and tracking (theme.features) for improved UX.
  • Search (plugins: search) with suggestions and sharing.
  • Tags (plugins: tags) and blog (plugins: blog) plugins for dynamic content organization and news posts.
  • Awesome Pages (plugins: awesome-pages) for flexible navigation structure.
  • Redirects plugin (plugins: redirects) with custom Python hooks (hooks) for legacy and dynamic page redirects.
  • Custom hooks (hooks) for dynamic content, banners, cross-references, demo buttons, and more.
  • Markdown extensions (markdown_extensions): meta, TOC with permalinks, admonition, tables, fenced code blocks, emoji, progress bars, tabbed content, snippets, and more.

Local Development

To build and serve the website locally see this guide.

Deployment

GitHub Actions build and deploy the site on push to main (see .github/workflows/).
The workflow fetches the latest content from the upstream MASTG, MASVS, and MASWE repos before building.

Contributing

Website improvements, bug fixes, and documentation updates are welcome! See our contributing guidelines for details.

Download Tool
  • Extra CSS/JS (extra_css, extra_javascript) for tables, navigation, filtering, and external links.
  • Google Analytics integration (extra.analytics).
  • Copyright and license info (copyright) displayed in the footer.