-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MASTG Refactor Part 2: Techniques, Tools & Reference Apps (by @NowSecure) #2439
Conversation
… to 0x08a (#2326) * Add iOS tcpdump instructions to 0x06b and related mitmproxy reference to 0x08a * Add proxy vs pcap context, and pcap conversations summary tip to 0x06b * Fix linting issues in 0x06b * Update Document/0x06b-Basic-Security-Testing.md * Fix trailing space * Fixed URL --------- Co-authored-by: Jeroen Beckers <me.githbub@dauntless.be>
…stg-refactor-1
…stg-refactor-1
…stg-refactor-1
…stg-refactor-1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was checking it and it looks good to me. For example I was verifying if the content in Document/0x06c-Reverse-Engineering-and-Tampering.md
was spllitted into techniques and it seems you covered it all so nothing got lost.
Also all iOS/Android apps are still in there and the tools and the test cases for iOS/Android are complete.
I wasn’t checking the python scripts in src/scripts though.
…e of external links to MASTG
… into mastg-refactor-1
After splitting the tests into individual files and their own section on our website, we continue our refactoring process to address other areas of the MASTG.
Add new sections
techniques/
folder and are identified now by IDs MASTG-TECH-XXXXtools/
folder and are identified now by IDs MASTG-TOOL-XXXXapps/
folder and are identified now by IDs MASTG-APP-XXXXRemoved chapters 0x05c and 0x05c (content split into individual techniques for the Techniques section and merged to 0x05b and 0x06b for the PDF)
External links are now dynamically styled (adding
↗
) and open in a new browser tab e.g. Android Design Principles ↗mkdocs.yml
updatedGeneral cleanup (especially in the
src/
folder)TODOs
Fix broken links
Fix broken images
Remove figure captions e.g. "Figure 5: Images/Other/crest_logo.jpg" from the PDF
Fill empty files in
apps/
ortools/
e.g.apps/android/MASTG-APP-0002.md
(has metadata only, needs at least one paragraph)