Notes #8

MindAPI

Organize your API security assessment by using MindAPI. It’s free and open for community collaboration.


SSL Pinning Bypass For Android Using Frida

This approach enables security researchers to audit Android mobile apps that use certificate pinning. Basically it will allow you to MITM even if the app has pinning enabled. Very cool!

Better Builds with Make: A Beginner’s Guide

If you’ve ever found yourself repeatedly typing commands to build and manage your projects, it might be time to explore a build automation tool like Make. In this article, we’ll cover the basics of Make, which can significantly streamline your development process.