Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: OWASP/owasp-mastg
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.1
Choose a base ref
...
head repository: OWASP/owasp-mastg
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref

Commits on Feb 2, 2020

  1. first draft

    cpholguera committed Feb 2, 2020
    Copy the full SHA
    0fc260e View commit details

Commits on Mar 15, 2020

  1. Copy the full SHA
    4576fbe View commit details

Commits on Mar 26, 2021

  1. Update "Mobile App Cryptography"

    * Update "Protecting Keys in Memory" adding more information of keys clean up and key wrapping techniques. 
    * Clarify IV usage, add note about popular mistake of copy-pasting example code with hardcoded IVs from OSS crypto libs.
    * Mention Blake3
    * Add @veorq cryptocoding guidelines as reference for zeroing memory.
    
    These changes were discussed with @sushi2k and @julepka in a separate doc.
    vixentael authored Mar 26, 2021
    Copy the full SHA
    2298786 View commit details
  2. update nist link

    vixentael authored Mar 26, 2021
    Copy the full SHA
    49d44e6 View commit details
  3. fix BLAKE spelling

    vixentael authored Mar 26, 2021
    Copy the full SHA
    ea075ea View commit details
  4. Copy the full SHA
    f9d1cea View commit details
  5. removed trailing space

    julepka committed Mar 26, 2021
    Copy the full SHA
    7fec466 View commit details

Commits on Mar 30, 2021

  1. add reference to MSTG-ARCH-12

    julepka committed Mar 30, 2021
    Copy the full SHA
    8faf540 View commit details
  2. fix wording

    Co-authored-by: cpholguera <perezholguera@gmail.com>
    vixentael and cpholguera authored Mar 30, 2021
    Copy the full SHA
    2b855d8 View commit details
  3. Copy the full SHA
    30d72af View commit details

Commits on Apr 19, 2021

  1. Simplify key mgnt section

    vixentael authored Apr 19, 2021
    Copy the full SHA
    44e6190 View commit details

Commits on Apr 20, 2021

  1. Copy the full SHA
    da4cca3 View commit details
  2. Copy the full SHA
    6ae91a8 View commit details
  3. Copy the full SHA
    b9d50f1 View commit details
  4. Copy the full SHA
    b252700 View commit details
  5. fix linter issues

    vixentael committed Apr 20, 2021
    Copy the full SHA
    88d7a3c View commit details

Commits on Jul 22, 2021

  1. Copy the full SHA
    36b9ab8 View commit details

Commits on Oct 4, 2021

  1. Update 0x05d-Testing-Data-Storage.md (#1936)

    Fixed spelling from "wether" to "Whether" in "MSTG-STORAGE-10"
    Narendran36 authored Oct 4, 2021
    Copy the full SHA
    8d67a60 View commit details
  2. Copy the full SHA
    10f1f8a View commit details

Commits on Oct 9, 2021

  1. [Android] Replacement of DROZER when possible. (#1904)

    * Start the replacement of Drozer when possible.
    
    * Fix linter error
    
    * Fix linter error
    
    * Fix linter error
    
    * Continue replacement.
    
    * Continue replacement.
    
    * Continue replacement of Drozer.
    
    * Continue replacement.
    
    * Update Document/0x05h-Testing-Platform-Interaction.md
    
    Co-authored-by: cpholguera <perezholguera@gmail.com>
    
    * Fix typo
    
    * Replace usage of Drozer by ADB for Content Providers
    
    * Replace usage of Drozer by ADB for Activities
    
    * Replace usage of Drozer by ADB for Broadcast receivers
    
    * Add additional ADB command to Drozer for Sniffing Intents
    
    * Accept suggestion from project leaders
    
    Co-authored-by: cpholguera <perezholguera@gmail.com>
    
    * Accept suggestion from project leaders
    
    Co-authored-by: cpholguera <perezholguera@gmail.com>
    
    * Accept suggestion from project leaders
    
    Co-authored-by: cpholguera <perezholguera@gmail.com>
    
    * Accept suggestion from project leaders
    
    Co-authored-by: cpholguera <perezholguera@gmail.com>
    
    * Accept suggestion from project leaders
    
    Co-authored-by: cpholguera <perezholguera@gmail.com>
    
    * Accept suggestion from project leaders
    
    Co-authored-by: cpholguera <perezholguera@gmail.com>
    
    * Accept suggestion from project leaders
    
    Co-authored-by: cpholguera <perezholguera@gmail.com>
    
    * Accept suggestion from project leaders
    
    Co-authored-by: cpholguera <perezholguera@gmail.com>
    
    * Accept suggestion from project leaders
    
    Co-authored-by: cpholguera <perezholguera@gmail.com>
    
    * Accept suggestion from project leaders
    
    Co-authored-by: cpholguera <perezholguera@gmail.com>
    
    * Accept suggestion from project leaders
    
    Co-authored-by: cpholguera <perezholguera@gmail.com>
    
    * Accept suggestion from project leaders
    
    Co-authored-by: cpholguera <perezholguera@gmail.com>
    
    * Accept suggestion from project leaders
    
    Co-authored-by: cpholguera <perezholguera@gmail.com>
    
    Co-authored-by: drighetto <drighetto@excellium-services.com>
    Co-authored-by: cpholguera <perezholguera@gmail.com>
    3 people authored Oct 9, 2021
    Copy the full SHA
    53ebd2c View commit details

Commits on Oct 13, 2021

  1. updated iOS binary protection checks (#1925)

    * updated iOS binary protection checks
    
    Co-authored-by: cpholguera <perezholguera@gmail.com>
    su-vikas and cpholguera authored Oct 13, 2021
    Copy the full SHA
    d657e9e View commit details

Commits on Oct 14, 2021

  1. Updated MSTG-CODE-3 - iOS Debugging Symbols (#1930)

    * Update MSTG-CODE-3 regarding iOS debugging symbols
    
    
    Co-authored-by: cpholguera <perezholguera@gmail.com>
    su-vikas and cpholguera authored Oct 14, 2021
    Copy the full SHA
    25e816c View commit details
  2. Update Document/0x06c-Reverse-Engineering-and-Tampering.md

    Co-authored-by: Sven <sven@bsddaemon.org>
    cpholguera and sushi2k authored Oct 14, 2021
    Copy the full SHA
    404e085 View commit details
  3. Update Document/0x06c-Reverse-Engineering-and-Tampering.md

    Co-authored-by: Sven <sven@bsddaemon.org>
    cpholguera and sushi2k authored Oct 14, 2021
    Copy the full SHA
    959a46d View commit details
  4. 0x05a - APK Signature Scheme (v4 Scheme) (#1937)

    Update 0x05a-Platform-Overview.md to include APK Signature Scheme (v4 Scheme)
    
    Co-authored-by: cpholguera <perezholguera@gmail.com>
    Saket-taneja and cpholguera authored Oct 14, 2021
    Copy the full SHA
    b78ac7f View commit details

Commits on Oct 22, 2021

  1. Copy the full SHA
    c01ac80 View commit details
  2. Copy the full SHA
    6930f8f View commit details
  3. Copy the full SHA
    4d0888c View commit details
  4. Fix Broken Link (#1941)

    cpholguera authored Oct 22, 2021
    Copy the full SHA
    6f9ec97 View commit details

Commits on Oct 23, 2021

  1. fix lint error

    cpholguera authored Oct 23, 2021
    Copy the full SHA
    daf10c4 View commit details

Commits on Oct 26, 2021

  1. add donator

    cpholguera committed Oct 26, 2021
    Copy the full SHA
    f5c882a View commit details
  2. Merge pull request #1932 from su-vikas/ios_app_debug

    Patching iOS app for Debugging
    sushi2k authored Oct 26, 2021
    Copy the full SHA
    6a7637c View commit details
  3. Merge pull request #1952 from OWASP/add-donator

    [Donator] Add ZIMPERIUM
    sushi2k authored Oct 26, 2021
    Copy the full SHA
    bcbcc13 View commit details

Commits on Oct 27, 2021

  1. 0x04e - Add JWT Token aud Claim Check (#1939)

    * Update 0x04e-Testing-Authentication-and-Session-Management.md
    
    Co-authored-by: cpholguera <perezholguera@gmail.com>
    Saket-taneja and cpholguera authored Oct 27, 2021
    Copy the full SHA
    47602b0 View commit details

Commits on Oct 28, 2021

  1. Copy the full SHA
    6480b48 View commit details

Commits on Oct 29, 2021

  1. Copy the full SHA
    0b952d5 View commit details
  2. Copy the full SHA
    67d7f56 View commit details
  3. Upgrade Link Checker

    cpholguera authored Oct 29, 2021
    Copy the full SHA
    0b81ea1 View commit details
  4. Correcting link errors based on failed checks (#1955)

    * sh3llc0d3r.com links replaced with web archive
    
    sh3llc0d3r.com stopped resolving replaced links with web archive links.
    
    * converting http to https
    
    * stingray technologies correcting url
    
    stingray technologies url has shifted.
    anantshri authored Oct 29, 2021
    Copy the full SHA
    88276cf View commit details
  5. Copy the full SHA
    21858fb View commit details
  6. fix links

    cpholguera committed Oct 29, 2021
    Copy the full SHA
    1aaceb3 View commit details
  7. rename checks

    cpholguera committed Oct 29, 2021
    Copy the full SHA
    3799eef View commit details
  8. add 403 alive

    cpholguera committed Oct 29, 2021
    Copy the full SHA
    a63547a View commit details
  9. add 200 alive code

    cpholguera committed Oct 29, 2021
    Copy the full SHA
    93a637a View commit details
  10. Upgrade Link Checker (#1956)

    * Upgrade Link Checker
    
    * Correcting link errors based on failed checks (#1955)
    
    * sh3llc0d3r.com links replaced with web archive
    
    sh3llc0d3r.com stopped resolving replaced links with web archive links.
    
    * converting http to https
    
    * stingray technologies correcting url
    
    stingray technologies url has shifted.
    
    * fix links
    
    * rename checks
    
    * add 403 alive
    
    * add 200 alive code
    
    Co-authored-by: Anant Shrivastava <anant@anantshri.info>
    cpholguera and anantshri authored Oct 29, 2021
    Copy the full SHA
    15e2411 View commit details
  11. Update mlc_config.json

    cpholguera authored Oct 29, 2021
    Copy the full SHA
    c5a96fe View commit details
  12. linking to right check file (#1957)

    Took some time to figure out how to do this locally. but also this fix will match github action results so people dont get bogus errors.
    anantshri authored Oct 29, 2021
    Copy the full SHA
    0406e80 View commit details
  13. Update Document/0x06c-Reverse-Engineering-and-Tampering.md

    Co-authored-by: Sven <sven@bsddaemon.org>
    cpholguera and sushi2k authored Oct 29, 2021
    Copy the full SHA
    b618cb1 View commit details

Commits on Oct 30, 2021

  1. Merge pull request #1948 from OWASP/cpholguera-patch-2

    0x6c - Add section Loaded Native Libraries
    sushi2k authored Oct 30, 2021
    Copy the full SHA
    4cd9170 View commit details
  2. adding visual studio app center (#1963)

    adding visual studio app center
    anantshri authored Oct 30, 2021
    Copy the full SHA
    50e90d7 View commit details
Loading