Sunday, October 17, 2021

WAF vs BOT Manager: Do you need both?


We have all heard of Web Application Firewall. What do you picture when you think about WAF? A red coloured wall which protects malicious traffic from getting in. You’re not wrong. Let me tell you what happens inside that red coloured wall. 


In this blog, we will mostly be on the defensive side. We already know how web application attacks are performed, now we will see how firewalls defend it and do we need WAF as well as BOT Manager.


Fun fact - The term firewall originally referred to a wall intended to confine a fire within a line of adjacent buildings.


What is Web Application Firewall?

Monday, October 11, 2021

Secure Development Lifecycle (SDLC) - Part VI

Buffer Overflow Mitigation & Recommendation Technique - Part V


Mitigation / Recommendation Techniques

SEH Based Buffer Overflow Exploit - Part IV


SEH Based Buffer Overflow

Stack Based Buffer Overflow Exploit - Part III


Stack Based Buffer Overflow

Buffer Overflow - Creating Vulnerable Server - Part II