Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.5%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: nbw001
  • License: cc-by-sa-4.0
  • Language: Python
  • Default Branch: MASTG-TEST-0080
  • Size: 444 MB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created 9 months ago · Last pushed 9 months ago
Metadata Files
Readme Changelog Contributing Funding License Code of conduct Citation Security

README.md

OWASP Mobile Application Security Testing Guide (MASTG)

OWASP Flagship Creative Commons License

Document Build Markdown Linter URL Checker

This is the official GitHub Repository of the OWASP Mobile Application Security Testing Guide (MASTG). The MASTG is a comprehensive manual for mobile app security testing and reverse engineering. It describes technical processes for verifying the controls listed in the OWASP Mobile Application Verification Standard (MASVS).




Trusted by

The OWASP MASVS and MASTG are trusted by the following platform providers and standardization, governmental and educational institutions. Learn more.


🥇 MAS Advocates

MAS Advocates are industry adopters of the OWASP MASVS and MASTG who have invested a significant and consistent amount of resources to push the project forward by providing consistent high-impact contributions and continuously spreading the word. Learn more.




Connect with Us


Other Formats

Owner

  • Name: Nico
  • Login: nbw001
  • Kind: user
  • Location: West Cornwall, UK

Cyber DevSecOps and all round good guy. Passionate about keeping people cyber secure, have YT channel Nico's Engineering and security channel.

Citation (CITATION.cff)

# YAML 1.2
---
abstract: "The OWASP Mobile Application Security Testing Guide (MASTG) is a comprehensive manual for mobile app security testing and reverse engineering. It describes technical processes for verifying the controls listed in the OWASP Mobile Application Verification Standard (MASVS)."
authors: 
  -
    family-names: Holguera
    given-names: Carlos
  -
    family-names: Schleier
    given-names: Sven
  -
    family-names: Mueller
    given-names: Bernhard
  -
    family-names: Willemsen
    given-names: Jeroen
cff-version: "1.1.0"
date-released: 2022-09-05
identifiers: 
  - 
    type: isbn
    value: "978-1-257-96636-3"
keywords: 
  - "mobile security"
  - "Android security"
  - "iOS security"
  - "mobile pentesting"
license: "CC-BY-SA-4.0"
message: "If you use the MASTG, please cite it using these metadata."
repository-code: "https://github.com/OWASP/owasp-mastg/"
title: "OWASP Mobile Application Security Testing Guide"
version: "1.5.0"
...

GitHub Events

Total
  • Create event: 18
Last Year
  • Create event: 18

Dependencies

.github/workflows/build-android-demos.yml actions
  • actions/checkout v4 composite
  • actions/setup-java v3 composite
  • actions/upload-artifact v4 composite
.github/workflows/build-website.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
.github/workflows/codeql-analysis.yml actions
  • actions/checkout v4 composite
  • github/codeql-action/analyze v2 composite
  • github/codeql-action/autobuild v2 composite
  • github/codeql-action/init v2 composite
.github/workflows/docgenerator.yml actions
  • actions/checkout v4 composite
  • actions/download-artifact v4 composite
  • actions/setup-python v5 composite
  • actions/upload-artifact v4 composite
  • softprops/action-gh-release v1 composite
.github/workflows/labeler.yml actions
  • actions/labeler v4 composite
.github/workflows/markdown-linter.yml actions
  • DavidAnson/markdownlint-cli2-action v16.0.0 composite
  • actions/checkout v4 composite
.github/workflows/spell-checker-pr.yml actions
  • actions/checkout v4 composite
  • codespell-project/actions-codespell master composite
.github/workflows/spell-checker.yml actions
  • actions/checkout v4 composite
  • codespell-project/actions-codespell master composite
.github/workflows/url-checker-pr.yml actions
  • actions/checkout v4 composite
  • gaurav-nelson/github-action-markdown-link-check v1 composite
.github/workflows/url-checker.yml actions
  • actions/checkout v4 composite
  • gaurav-nelson/github-action-markdown-link-check v1 composite
Dockerfile docker
  • python 3-slim build
src/scripts/requirements.txt pypi
  • Pillow *
  • bs4 *
  • lxml *
  • mkdocs *
  • mkdocs-awesome-pages-plugin *
  • mkdocs-include-dir-to-nav *
  • mkdocs-material *
  • mkdocs-mermaid2-plugin *
  • mkdocs-redirects *
  • openpyxl *
  • pandas *
  • pyyaml *
  • requests *
  • tabulate *