Hello & Welcome to AppSec Labs’ Portal

‍Below you can find our Blog, with posts about hacking stuff,  tools, mobile security and more…

You can also get all our R&D tools on the Lab page and Secure Coding instructions in the Knowledgebase section.

‍Have fun!

AppSec Labs Team

How to connect a real device to AppUse

  In order to connect a real device you should do the following steps: Enable USB debugging mode: a. Open your device’s “Settings.” This can be done by pressing the Menu button while on your home screen and tapping “System Settings.” b. Scroll to the bottom and tap “About phone.” c. On the “About” screen, […]

ADB – Common commands

What is ADB (Android Debug Bridge) The ADB shell is a bridge between your computer and the Android device, which may be a physical device or an emulator.   How to install ADB ADB comes with Android SDK, but you can also find it alone. Inside the AppUse VM we have installed and prepared it […]

SoapUI Code Execution Vulnerability – CVE-2014-1202

In this blog post I will discuss a vulnerability I’ve found in the SoapUI product before version 4.6.4 (CVE-2014-1202). I discovered this vulnerability during a penetration test in which I saw that the SoapUI software allows the clients to execute a Java code on the local machine by putting a Java code inside the following […]