This challenge is linked to a job offer, the article has only been published once the offer has been put offline. Here is the challenge (originally in French): During an Android phone analysis, we have found the following file “secfile.enc”.…
This challenge is linked to a job offer, the article has only been published once the offer has been put offline. Here is the challenge (originally in French): During an Android phone analysis, we have found the following file “secfile.enc”.…
SQL Injection is quite a common vulnerabilities, well known by most experienced developpers but still not managed correctly in lots of applications/websites. To see the number of vulnerabilities and the systems impacted, you can have a look at: cvedetails.com/sql-injection The…
HTTP response splitting is a form of HTTP header injection, the goal is to force the server to inject our own HTTP header in the response. The principles HTTP request or response are based on the same principle: Where…
Right now, we know what is our goal, but we need to setup the security lab containing OWASPBWA for free and cross plateform (tested on Ubuntu and Windows 7). Prerequisites are (links are provided in the detail below): Virtualization software…
How to learn in the best way? for me it is through example, luckily it is really easy to find example right now. I would recommend to use owaspbwa (OWASP Broken Web Applications Project) It is an VM file usable…