上一页 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/ 阅读全文
posted @ 2021-01-16 17:44 lydstory 阅读(51) 评论(0) 推荐(0)
摘要: #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)
摘要: 阅读全文
posted @ 2021-01-16 16:41 lydstory 阅读(65) 评论(0) 推荐(0)
摘要: 阅读全文
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)
摘要: #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 下一页

导航