PHP的PSR-0命名标准

5月 9, 2014

PSR是Proposing a Standards Recommendation(提出标准建议)的缩写,是由P […]

Read the full article →

编写变态的(非字母数字的)PHP后门

5月 9, 2014

在这篇文章中,我将向大家介绍如何编写一个非字母数字的PHP后门。在编写这种PHP后门的时候,我们首先需要了解一 […]

Read the full article →

windows连接调试Nexus

5月 8, 2014

测试环境: windows7 nexus5(android 4.4) 开启Nexus手机的开发者模式 Nexu […]

Read the full article →

判断是否支持Heartbeat的NSE脚本

4月 14, 2014

服务端支持heartbeat是存在heartbleed漏洞的必要条件,如果判断出某SSL端口不支持heartb […]

Read the full article →

Sftp命令使用手册

3月 25, 2014

sftp 是一个交互式文件传输程式。它类似于 ftp, 但它进行加密传输,比FTP有更高的安全性。sftp命令 […]

Read the full article →

用二句Shell命令实现FTP批量上传文件夹

3月 19, 2014

实现代码如下: #!/bin/bash updir=/root/tmp #要上传的文件夹 todir=tmp […]

Read the full article →

PHPStorm常用快捷键

2月 18, 2014

PhpStorm 是 JetBrains 公司开发的一款商业的 PHP 集成开发工具,PhpStorm可随时帮 […]

Read the full article →

Godaddy 域名续费优惠码

2月 12, 2014

Godaddy现在可用的域名优惠码太少了,找了个续费9.99美元的优惠码 官方网站:http://www.go […]

Read the full article →

Linux使用别名Alias

1月 11, 2014

在linux系统中如果命令太长又不符合用户的习惯,那么我们可以为它指定一个别名。虽然可以为命令建立“链接”解决 […]

Read the full article →

Linux的htop命令

12月 30, 2013

htop命令介绍 htop是Linux系统下一个基本文本模式的、交互式的进程查看器,主要用于控制台或shell […]

Read the full article →