Home

XSS

let's first discuss what SOP is?

So, SOP is a core security feature also known as same origin policy. Its a policy which stops one website from reading or writing data to another.

The policy essential checks with 3 different things in the origin...

Read more

CSRF

Consider this scenario, there's a simple web appilcation and upon logining in we get cookies which are stored in web browser.

So whenever we make request to web application, the cookies in the browser are sent automatically to web browser so that the web application can verify our login and this is called...

Read more