文件名称:web-security:常见web攻击总结
文件大小:184KB
文件格式:ZIP
更新时间:2024-05-29 13:02:54
Java
新建post数据库,导入post.sql。 模拟XSS,运行xss module中的XssApplication,然后打开localhost:8084/readPost.html。 模拟SQL注入,运行sql-injection中的SQLInjectionApplication,然后打开localhost:8083/login.html。 模拟csrf,启动csrf-defence module中application,端口是8081,此为被攻击网站,启动 csrf-attack中的CSRFApplication,端口为8082,此为攻击网站。
【文件预览】:
web-security-master
----sql()
--------post.sql(2KB)
----sql-injection()
--------src()
--------pom.xml(2KB)
----pom.xml(651B)
----xss()
--------src()
--------pom.xml(2KB)
----README.md(440B)
----csrf-attack()
--------src()
--------pom.xml(2KB)
----csrf-defense()
--------src()
--------pom.xml(2KB)