Aggregator
zblog报错: magic_quotes_gpc 和 safe_mode
8 years 10 months ago
这几天 zblog 的一个问题让我很是受伤,每隔一段时间,12小时以上(没统计过)打开博客就会报错。 报错信息:(2)E_WARNING : Directive ’ magic_quotes_gpc’ is deprecated in PHP 5.3 and greater (register_shutdown_function) (150101) (Linux;
Dridex Botnet 220 Campaign: Targeting UK Financials With Webinjects
8 years 10 months ago
Like many other financial Trojans, the notorious Dridex malware keeps evolving and strengthening its presence.
Files download information
8 years 10 months ago
Mila
2016SANS网络威胁情报峰会议题(含PPT)
8 years 10 months ago
SANS的CTI峰会已经公布了议题
windows 模拟用户会话创建进程 - 杀死比特
8 years 10 months ago
在渗透当中,经常会碰到这样的问题。一个机器,机器上好几个用户,或者域内,想让某个机器的某个会话执行你想要执行的程序,或者中马,以当前会话来上线。 现在模拟如下的一个情况: 严格的DMZ,内网-->Dmz,而dmz->X<-内网. 而DMZ的服务器上有好几个会话,我们可以通过模拟用户登录来创建进程,看
杀死比特
世事无常。
8 years 11 months ago
听到这个消息以后,我感到失望,更多的是无奈。 深深的无力感。 言多必失。
如何使用 PHP 上传文件
8 years 11 months ago
PHP文件上传在网站开发中应用十分广泛,例如用户上传头像、在文章中插入图片、上传附件等等。今天就讲讲如何使用PHP上传文件。 首先创建一个 HTML 表单,用于提
安卓手机编写和运行 PHP 程序的软件
8 years 11 months ago
博主开始学 PHP 的时候就是用手机,到现在也有一年多了,时间过得真快,再过几天就要买电脑了,所以想把这些软件分享出来,让大家即使没有电脑也能敲代码! 跟电脑一
Redirecting On the Edge
8 years 11 months ago
On the web, every second counts. Service engineers and operations teams are looking for ways to save milliseconds from web pages' load times. One of the simpler ways to squeeze better performance from web pages already using a Content Delivery Network (CDN) is to move the redirection responses from origin to the edge.
Danny Stern
Phony Adobe Flash Update Hosts Malware, Targets Apple Users
8 years 11 months ago
Computer maintenance is often a simple equation: avoid behavior that might land you a virus, and keep your software up-to-date....
The post Phony Adobe Flash Update Hosts Malware, Targets Apple Users appeared first on McAfee Blog.
McAfee
February 2016 Security Release Summary
8 years 11 months ago
February 2016 Security Update Release Summary
8 years 11 months ago
Today we released security updates to provide additional protections against malicious attackers. As a best practice, we encourage customers to apply security updates as soon as they are released.
More information about this month’s security updates and advisories can be found in the Security TechNet Library.
MSRC Team
February 2016 Security Update Release Summary
8 years 11 months ago
Today we released security updates to provide additional protections against malicious attackers. As a best practice, we encourage customers to apply security updates as soon as they are released.
More information about this month’s security updates and advisories can be found in the Security TechNet Library.
MSRC Team
使用 AJAX 刷新、验证 PHP 图片验证码
8 years 11 months ago
上一篇文章中讲了如何用 PHP 生成图片验证码,今天给大家讲一下如何使用 AJAX 刷新验证码和验证输入是否正确。 通常我们使用 AJAX 实现点击验证码时刷新生成新的验证码,即“
2016SANS网络威胁情报峰会一瞥
8 years 11 months ago
给留守到最后的人给火车上的人解解闷,SANS网络威胁情报峰会(CTIsummit2016)在美国时间2月3日-4日刚刚举行完。今年没机会去现场,刷了两天墙外的现场报道。
PHP 生成图片验证码
8 years 11 months ago
验证码用于用户恶意刷注册、评论等,所以在网站中,验证码是颇为重要的东西。 今天就来讲下如何用 PHP 创建一个验证码。 先生成四位验证码,将生成的验证码赋值给se
Speech to Minter Ellison Rudd Watts
8 years 11 months ago
Speaking Notes for Speech to Minter Ellison Rudd Watts Cyber Risk Workshop by Una Jagose, Acting Director, Government Communications Security Bureau
PHP 之 session 的使用方法
8 years 11 months ago
什么是 session? session 变量用于存储有关用户会话的信息,或更改用户会话的设置。session 变量保存的信息是单一用户的,并且可供应用程序中的所有页面使
PHP 之 cookie 的使用方法
8 years 11 months ago
如何创建 cookie? 使用 setcookie() 用于创建 cookie。 setcookie(cookie名, cookie值, 过期时间, 路径, 域名); 一般情况下路径和域名不设