Write Ups

How to get AWS Certified Solutions Architect – Professional

I am feeling the excited cause of passing the exam on 10/23/2017 after investing a lot of time for it. My daily working is a Software Developer/Application Security Researcher. Now I am interested in Cloud Computing, I am choosing AWS for next my target and try to learn it as much as possible. Of course,… Continue reading How to get AWS Certified Solutions Architect – Professional

Security, Write Ups

Exploiting Node.js Deserialization bug for Remote Code Execution (CVE-2017-5941)

The eval() function is a common function of nodejs that is easy to exploit if data passed to it not filtered correctly. On review source code of some projects in nodejs and researching nodejs application security. I found this function used on some project that it is vulnerable to exploit. For the source code for this… Continue reading Exploiting Node.js Deserialization bug for Remote Code Execution (CVE-2017-5941)

Security, Write Ups

Exploit DVWA Cross Site Request Forgery (CSRF) High level

CSRF is a attack type that exploit web vulnerability to execute unauthorized commands that they are transmitted from a user website trusts such as: process order, create user....By exploit this one we can do actions like we want, under another account. For more detail access this link. Back to my testing. Look at CSRF at… Continue reading Exploit DVWA Cross Site Request Forgery (CSRF) High level