Rasp

INJECTING RASP (RUNTIME APPLICATION SELF PROTECTION) INTO DEMO PHP VULNERABLE APPLICATION

Summary: Before going further please understand how RASP works or watch my previous video about RASP (Runtime Application Self Protection) Security in Python [Here]. This blog is to give overview how the RASP Model work with php application and how it block SQL Injection by understading the aplication context. Note: This is just a prototype design developed to explore the RASP concept and...

INJECTING RASP (RUNTIME APPLICATION SELF PROTECTION) SECURITY INTO DEMO TORNADO VULNERABLE APPLICATION

Tornado Demo Vulnerable Application to test SQL injection vulnerability and patch it using RASP (Runtime Application Self-Protection) Note: This is just a prototype design developed to explore the RASP concept and this code will not be available in my github repository. For more information, please do more research on RASP. Requirement: Python 2.x & 3.x Demo Tornado Vulnera...