Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 440 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 440 Bytes
  1. 新建post数据库,导入post.sql。
  2. 模拟XSS,运行xss module中的XssApplication,然后打开localhost:8084/readPost.html
  3. 模拟SQL注入,运行sql-injection中的SQLInjectionApplication,然后打开localhost:8083/login.html
  4. 模拟csrf,启动csrf-defence module中application,端口是8081,此为被攻击网站,启动�csrf-attack中的CSRFApplication,端口为8082,此为攻击网站。