Aggregator
Cyber Attacks Spike in Finland Before Trump-Putin Meeting
6 years 5 months ago
Cyber attackers seem to follow President Trump to every important international meeting, but Russia was not the main source of cyber attacks during the recent Trump-Putin meeting, China was.
Google CTF Beginner Part1
6 years 5 months ago
hurricane618
新的开始
6 years 5 months ago
之前的博客荒废掉了,所以在github上开一个新的博客希望能够坚持下去吧。也不讲太多矫情的话了,撸起袖子就是肝。
一开始会更新的比较慢,hexo的博客还需要一段时间适应,之后会逐渐加快。
hurricane618
Google CTF Beginner JS Safe 1 复现
6 years 5 months ago
hurricane618
Experiment: Improving Page Load Times with Script Streaming
6 years 5 months ago
Utkarsh Goel
给 YOURLS 短网址系统编写插件《Hello World!》
6 years 5 months ago
YOURLS 简介 YOURLS (Your Own URL Shortener) 是一款开源的PHP程序,让你可以轻松建立属于自己的短网址生成系统。而无需第三方平台你就可以获得所有的数据统计,并且支持一系列插件扩展。
HTTP+TLS and IPV6-Enablement Both in the Majority for World Cup Streaming
6 years 5 months ago
The underlying protocols of the Internet continue to evolve, and massive events such as the World Cup are a great opportunity to see this in action.
Erik Nygren
Android so注入(inject)和Hook技术学习(三)——Got表hook之导出表hook - bamb00
6 years 5 months ago
前文介绍了导入表hook,现在来说下导出表的hook。导出表的hook的流程如下。1、获取动态库基值 2、计算program header table实际地址 通过ELF文件头获取到程序表头的偏移地址及表头的个数 3、遍历program header table,找到类型为PT_DYNAMIC的区段
bamb00
dkms 101
6 years 5 months ago
Terenceli
Android so注入(inject)和Hook技术学习(二)——Got表hook之导入表hook - bamb00
6 years 5 months ago
全局符号表(GOT表)hook实际是通过解析SO文件,将待hook函数在got表的地址替换为自己函数的入口地址,这样目标进程每次调用待hook函数时,实际上是执行了我们自己的函数。 GOT表其实包含了导入表和导出表,导出表指将当前动态库的一些函数符号保留,供外部调用,导入表中的函数实际是在该动态库中
bamb00
The Ethical and Legal Dilemmas of Threat Researchers
6 years 5 months ago
F5 Labs' Ray Pompon writes for HelpNetSecurity, discussing the grey areas of threat research and some common issues researchers encounter.
一种工控系统主动防御技术
6 years 5 months ago
6月30日,首届工业互联网安全精英邀请赛颁奖典礼在2018年第二十二届中国国际软件博览会“软件之夜”盛典上隆重…
Z-0ne
Tackling Gootkit's Traps
6 years 5 months ago
Gootkit malware uses misleading code to hinder manual research and automated analysis.
Popular Social Media App Timehop Hit With Huge Data Breach
6 years 5 months ago
The Fourth of July is characterized by barbeques, fireworks, and patriotism – and now cyberattacks! Just this past Independence Day,...
The post Popular Social Media App Timehop Hit With Huge Data Breach appeared first on McAfee Blog.
McAfee
PHP 7.1 使用 json_encode 函数造成浮点类型数据出现精度问题
6 years 5 months ago
新项目用的 PHP 7.1.13 版本,在使用过程中发现 浮点类型 数据经过 json_encode 之后会出现精度问题。 举个例子: $data = [ 'stock' => '100', 'amount' => 10, 'price' => 0.1 ]; var_dump($data); echo json_encode($data); 输出结果: array(3) { ["stock"]=> string(3) "100" ["amount"]=> int(10) ["price"]=> float(0.1) } { "stock":"100",
灯塔实验室助力2018年工业信息安全技能大赛西部赛区
6 years 5 months ago
7月5日上午,2018年工业信息安全技能大赛开幕赛,西部赛区初赛启动仪式在四川大学望江校区体育馆正式拉开帷幕。…
Z-0ne
July 2018 Security Update Release
6 years 5 months ago
Today, we released security updates to provide additional protections against malicious attackers. As a best practice, we encourage customers to turn on automatic updates.
More information about this month’s security updates can be found on the Security Update Guide.
July 2018 Security Update Release
6 years 5 months ago
Today, we released security updates to provide additional protections against malicious attackers. As a best practice, we encourage customers to turn on automatic updates.
More information about this month’s security updates can be found on the Security Update Guide.
FastJson反序列化漏洞利用的三个细节 - TemplatesImpl的利用链
6 years 6 months ago
KINGX