Kali Linux tools
1 min readAug 30, 2021
This week I will share 5 tools that can be used for Hardware Hacking
- Sakis3G is a tweaked shell script that is supposed to work out-of-the-box to establish a 3G connection with any combination of modem or operator. It automagically setups your USB or Bluetooth™ modem, and may even detect operator settings.
- Apktool is a tool for reverse engineering 3rd party, closed, binary Android apps. It can decode resources to the nearly original form and rebuild them after making some modifications; it makes it possible to debug small code step by step.
- The Android SDK provides you the API libraries and developer tools necessary to build, test, and debug apps for Android.
- YARA can create descriptions of malware families based on textual or binary patterns contained on samples of those families. Each description consists of a set of strings and a boolean expression which determines its logic
- Valgrind is a system for debugging and profiling Linux programs. With its tool suite, you can automatically detect many memory management and threading bugs, avoiding hours of frustrating bug-hunting and making your programs more stable.