Sunday , 28 April 2024

Web App Pentesting

X-Frame Options Missing, don’t let your button miss the click

XFO also know as X-Frame Options, if you are a web developer or aspirated to be one, security analyst then you might be hearing about X-Frame options. If you don’t know what it is and what is its role in security, then just hold on to the article. In this blog, I will be discussing what are X-Frame options, how …

Read More »

Quick checklist while you are developing any application for DevSecOps

devsecops vs devops

DevOps is the thing that every organization is looking up to from the last half-decade and almost all tech giants are following that even there are startups which made millions providing solutions on DevOps but then what’s next? What’s next big thing after DevOps and then it comes DevSecOps. What is DevSecOps? DevSecOps is nothing but adding security to DevOps. …

Read More »

Securing Cookies. Beyond document.cookie

Cookies is the place where the web applications store the authentication data. If you can able to impersonate target cookie in your browser then you can directly login to target account without any password, if the web application is vulnerable. 

Read More »