Skip to content

Instantly share code, notes, and snippets.

View sankethj's full-sized avatar
🎯
I may be slow to respond.

Z4N sankethj

🎯
I may be slow to respond.
View GitHub Profile
@sankethj
sankethj / imperfect-design.md
Created October 7, 2025 03:56 — forked from dev-zzo/imperfect-design.md
A curated list of research papers and blog posts on embedded security, keyed by the device p/n

The list below is compiled to inform, guide, and inspire budding security researchers. Oh and to pick something for bedtime reading too.

Included in the list are works on the following topics related to MCU/SoC security:

  • Secure boot
  • Fault injection
  • Side channel attacks

At the end of the list, there is also a section with links to articles of potential general interest, not addressing vulnerabilities in any specific device.

@sankethj
sankethj / frida_multiple_unpinning.js
Created July 9, 2025 19:07 — forked from akabe1/frida_multiple_unpinning.js
Another Android ssl certificate pinning bypass for various methods
/* Android ssl certificate pinning bypass script for various methods
by Maurizio Siddu
Run with:
frida -U -f <APP_ID> -l frida_multiple_unpinning.js [--no-pause]
*/
setTimeout(function() {
Java.perform(function() {
console.log('');