上一页 1 2 3 4 5 6 7 8 9 ··· 15 下一页
摘要: 查找 ctrl + f 查找当前文件内容 ctrl + r 替换当前文件内容 阅读全文
posted @ 2020-08-10 22:28 金鑫金 阅读(22360) 评论(0) 推荐(1) 编辑
摘要: <el-form-item prop="collegeId" label="所属院"> <el-select v-model="dataForm.collegeId" placeholder="请选择所属院"> <el-option v-for="college in collegeList" :k 阅读全文
posted @ 2020-08-10 22:07 金鑫金 阅读(1460) 评论(0) 推荐(0) 编辑
摘要: 报错com.fasterxml.jackson.databind.exc.InvalidFormatException: Cannot deserialize value of type java.util.Date from String 2020-08-09 问题所在 1.服务器用@Reques 阅读全文
posted @ 2020-08-09 19:17 金鑫金 阅读(5158) 评论(0) 推荐(0) 编辑
摘要: 1.CSRF CSRF跨站请求伪造, 三种方法被广泛用来防御CSRF攻击: 验证token:Anti CSRF Token(随机的,不可预测),存储在服务端,每次请求过来进行验证,如果是正确的就进行销毁掉。 验证HTTP请求的Referer:记录当前一次请求的来源地址 验证XMLHttpReques 阅读全文
posted @ 2020-08-07 23:54 金鑫金 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 网络上很多相关 查看包依赖 但是初学,还看不太懂,项目有点大,有点混乱,以后更新 maven命令 阅读全文
posted @ 2020-08-06 23:48 金鑫金 阅读(589) 评论(0) 推荐(0) 编辑
摘要: 1 @Controller注解 @Controller注解表明了一个类是作为控制器的角色存在的, @Controller public class UserController { // ... } 2.@RequestMapping注解 @RequestMapping注解是将请求URL,如“/us 阅读全文
posted @ 2020-08-03 22:12 金鑫金 阅读(233) 评论(0) 推荐(0) 编辑
摘要: 1.下载插件 下载地址:https://proxy-switchyomega.com/ 2.下载后Chrome安装提示, 程序包无效:“CRX_HEADER_INVALID”。 3.将下载的文件修改为.rar压缩文件 SwitchyOmega_Chromium.crx SwitchyOmega_Ch 阅读全文
posted @ 2020-08-03 19:08 金鑫金 阅读(2850) 评论(0) 推荐(0) 编辑
摘要: Burp Suite的应用场景 http服务端接口测试 http客户端和http服务端通信测试 Cookie统计分析 http服务器Web安全扫描 Web页面爬取 Web常用编码和解码 字符串随机性简单分析 文件差异对比分析 一、http代理 Proxy Options Proxy Listener 阅读全文
posted @ 2020-08-01 12:01 金鑫金 阅读(331) 评论(0) 推荐(0) 编辑
摘要: 打开fiddler 1.按F11 表示拦截请求;修改发送的数据 2按alt + F11 表示拦截响应;修改返回的数据 3按shift+ F11 表示不拦截 用于抓包 阅读全文
posted @ 2020-07-28 22:41 金鑫金 阅读(574) 评论(0) 推荐(0) 编辑
摘要: Nmap入坑 阅读全文
posted @ 2020-07-25 23:41 金鑫金 阅读(65) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 15 下一页