by George Karpouzas | Oct 10, 2018 |
Part 1 In this blog post series, we will show you certain steps among with the tools used in order to conduct IoT security assessments. In this first part you will need a .bin file of a device firmware in order to continue. Tools needed file It...
by George Karpouzas | Sep 19, 2018 |
This is a quick and dirty cheat sheet / guide on how to extract Android .apk files from an Android device. Tools needed: SDK Platform-Tools for Windows Android SDK Platform-Tools is a component for the Android SDK. It includes tools that interface with the...
by George Karpouzas | Jul 24, 2018 |
A quick guide on how to reverse engineer Android .apk files. ApkTool A tool for reverse engineering 3rd party, closed, binary Android apps. It can decode resources to nearly original form and rebuild them after making some modifications. It also...