码迷,mamicode.com
首页 >  
搜索关键字:side-channel attack    ( 514个结果
6.22我要移民7
动词搭配宾语(200个) Book 5 第六册1-7课中“谓语+宾语搭配” The human attack on the ecosphere has instigated an ecological counterattack. Nature knows best. A wire zings th ...
分类:其他好文   时间:2018-06-23 00:01:26    阅读次数:181
【CCF】炉石传说 模拟
#include #include #include #include #include #include #include using namespace std; int n; string cmd; int now=0; struct node{ int attack; int health;... ...
分类:其他好文   时间:2018-06-22 20:32:14    阅读次数:358
ZOJ 3747 Attack on Titans
题目大意 一共有N个人,编号为 $1...N$ 题目要求给每一个人都要有一个属性,分别为 $R,P,G$ 并且对于这些属性的人有一定的要求: 1.属性为 $G$ 的人至少连续有 $m$ 个 2.最多有连续 $k$ 个为 $R$ 属性的人 问符合这种要求的排列有多少个 大致思路: 这个题比较麻烦的是有 ...
分类:其他好文   时间:2018-06-08 00:48:10    阅读次数:170
64位linux系统:栈溢出+ret2libc ROP attack
在64位linux系统上实施ROP,绕过ASLR
分类:系统相关   时间:2018-06-03 23:31:30    阅读次数:291
A request has been denied as a potential CSRF attack错误解决方法
2018-05-30 13:40:50 [http-nio-8081-exec-3] [ERROR] com.opensymphony.xwork2.interceptor.ParametersInterceptor -Developer Notification (set struts.devMo ...
分类:其他好文   时间:2018-05-30 15:10:34    阅读次数:682
2018.5.29 完成attacklab
把第四个attack做了,第四个和第五个attacklab和前边的stack overflow攻击不同,是另一种更先进的return oriented programming攻击。 这里的目标代码在编译中加入了地址随机和栈中代码不可执行这两个保护。也就是说你不知道栈究竟在哪,每次代码执行栈的位置都不 ...
分类:其他好文   时间:2018-05-29 23:01:15    阅读次数:214
面向对象
class Person: def __init__(self,name,sex,hp,ad): # 初始化方法 self.user = name self.sex = sex self.hp = hp self.ad = ad def attack(self,dog): print('%s攻击了%... ...
分类:其他好文   时间:2018-05-24 18:15:01    阅读次数:147
浅谈CSRF
CSRF是什么? (Cross Site Request Forgery, 跨站域请求伪造)是一种网络的攻击方式,它在 2007 年曾被列为互联网 20 大安全隐患之一,也被称为“One Click Attack”或者Session Riding,通常缩写为CSRF或者XSRF,是一种对网站的恶意利 ...
分类:其他好文   时间:2018-05-18 01:18:07    阅读次数:150
CSRF 认识
CSRF(Cross-site request forgery)跨站请求伪造,也被称为“One Click Attack”或者Session Riding,通常缩写为CSRF或者XSRF,是一种对网站的恶意利用。利用受害者尚未失效的身份认证信息(cookie,会话等),诱变点击恶意链接或者访问包含攻 ...
分类:其他好文   时间:2018-05-04 20:22:57    阅读次数:146
52. N-Queens II(数个数)
The n-queens puzzle is the problem of placing n queens on an n×n chessboard such that no two queens attack each other. The n-queens puzzle is the prob ...
分类:其他好文   时间:2018-04-23 11:05:13    阅读次数:156
514条   上一页 1 ... 14 15 16 17 18 ... 52 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!