This is a Web App that permit to detect if your site is vulnerable or not from ClickJacking attacks.
-
for Windows
-
Development Platform - Eclipse
-
Server - Apache Tomcat Server
-
Clone the repository and import it to eclipse.
-
Configure file /WEB-INF/classes/config.properties.
path_project = C:/Users/.../ClickjackingTest/
- Run the server on the port 8080.
- Eclipse problem auto-refresh: To set auto-refresh, go to window > preferences > general > workspace and check the refresh using native hooks or polling and refresh on access check-boxes.
- Internet Explorer problem execution selenium: Open IE > settings > security > and check the activete protect mode for "Internet", "Local Internet", "Reliable Site", "Not Reliable Site".
- Internet Explorer problem execution selenium: Open IE > Zoom > set it to 100%.
If you find that something's wrong with this package, you can let me know by raising an issue on the GitHub issue tracker, or take it as a task and 🧑💻 resolve it 💪 --> create a PullRequest 🛠.