top of page
Shounak's Blog

Defending Against XSS Using CSP (script-src)
In previous blog, we have seen about setting up CSP policy is majorly used for three types of attacks:XSS: The ability to inject and...
Shounak Itraj
May 23, 20206 min read
0 views
0 comments

Content Security Policy
What is Content Security Policy? Content-Security-Policy is a declarative mechanism that allows web authors to specify a number of...
Shounak Itraj
May 21, 20206 min read
0 views
0 comments
Port Scanner using Go Programming
Being in security industry we regularly need to write some simple scripts for automating few of our tasks like calling some APIs, parsing...
Shounak Itraj
Feb 27, 20203 min read
9 views
0 comments
bottom of page