OUR BLOG
12 Cyber Security Tips For Your Holidays Online Shopping
The holiday season is upon us once again. From everyone at TwelveSec I want to extent our best wishes. Along with the season greetings, this time of year also brings holiday shopping. Year after year people abandon the traditional shopping routines and turn online for...
IoT Penetration Testing Part 1
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...
BSides Athens 2018 – This is a serious laptop; No games and chatting possible, OK?
During the Bsides Athens 2018 conference, I made a presentation on how - during a penetration test exercise - we managed to infiltrate malware and exfiltrate data in/out of a corporate secure laptop, that was using the "Walled Garden" architecture. We managed that by...
PassCat : a Windows Passwords Recovery Tool
PassCat is an open source Windows native C++ application capable of retrieving the passwords stored locally on a computer. We have developed this tool with the hope that it will be useful to Penetration Testers and Red Teams that wish to collect the passwords stored...
How to extract APK file of an Android application
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...
Reverse Engineering .APK files
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...