会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
孤独的程序员dis1500
知识就是希望
上一页
1
···
363
364
365
366
367
368
369
370
371
···
619
下一页
2021年1月18日
网络攻击数据包重放
摘要: 我的程序对安全要求比较高,对网络封包进行了加密传输,但是还有一种攻击方式是“重放”攻击,就是截取这个封包,然后多次发送,怎样才能防止这样的攻击?
阅读全文
posted @ 2021-01-18 09:27 lydstory
阅读(432)
评论(0)
推荐(0)
2021年1月17日
航天启星
摘要: https://www.aerospacex.cn/
阅读全文
posted @ 2021-01-17 15:48 lydstory
阅读(74)
评论(0)
推荐(0)
2021年1月16日
http://fuzzing.org/
摘要: http://fuzzing.org/
阅读全文
posted @ 2021-01-16 17:44 lydstory
阅读(51)
评论(0)
推荐(0)
find安全
摘要: #include <stdio.h> int main() { system("find / -type f -perm -4000 -o -perm -2000"); return 0; }
阅读全文
posted @ 2021-01-16 17:14 lydstory
阅读(50)
评论(0)
推荐(0)
这是什么大拿,编程语言选择
摘要:
阅读全文
posted @ 2021-01-16 17:04 lydstory
阅读(75)
评论(0)
推荐(0)
web浏览器模糊器
摘要:
阅读全文
posted @ 2021-01-16 16:41 lydstory
阅读(65)
评论(0)
推荐(0)
web应用模糊器
摘要:
阅读全文
posted @ 2021-01-16 16:34 lydstory
阅读(62)
评论(0)
推荐(0)
网络协议模糊器
摘要:
阅读全文
posted @ 2021-01-16 16:31 lydstory
阅读(67)
评论(0)
推荐(0)
文件格式模糊器
摘要:
阅读全文
posted @ 2021-01-16 16:28 lydstory
阅读(65)
评论(0)
推荐(0)
c安全:发行当前执行用户目录
摘要: #include <stdio.h> #include <string.h> #include <stdlib.h> int main() { char arr[10]; strcpy(arr,getenv("HOME")); printf("%s",arr); return 0; }
阅读全文
posted @ 2021-01-16 16:21 lydstory
阅读(43)
评论(0)
推荐(0)
上一页
1
···
363
364
365
366
367
368
369
370
371
···
619
下一页
导航
博客园
首页
新随笔
联系
订阅
管理
公告