var img = document.createElement('img'); img.src = "https://calabrone.net/piwik.php?idsite=2&rec=1&url=https://stinger.io" + location.pathname; img.style = "border:0"; img.alt = "tracker"; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(img,s);
Skip to main content

Hack Notes

An (incomplete) collection of notes & guides that I use!

Mobile Testing Setup

A properly setup testing environment will help to speed up the testing process. This section describe how to setup a macOS system & devices for testing.

iOS Testing Procedures

The iOS Testing Guide with procedures for most of the common tactics that we use when testing iOS applications.

Android Testing Procedures

The Android Testing Guide with procedures for most of the common tactics that we use when testing Android applications.

Adversary Simulation

Notes for C2 adversarial simulation frameworks such as Cobalt Strike, and Sliver.

iOS Reversing

The iOS Reverse Engineering guide with procedures for most of the common tactics that we use when testing iOS applications.

macOS Penetration Testing

Some notes for penetration testing a macOS endpoint system.