How to check the Clickjacking Vulnerability for a web-application

Clickjacking vulnerability for a web-application

Steps for automation security assessment:

  • Give your target to scan.
  • Check the response, whether your target web application is vulnerable to clickjacking or not.

Steps for manual security assessment:

  • Open the notepad.
  • Write the below code with a target web application.
  • Save it as .html file.
  • Click on save.
  • Open the saved html code file with Firefox.
  • Check the response, whether your target web application is vulnerable to clickjacking or not.

You’re done.

Happy Hacking!

--

--