MAC欺骗
作者:admin 日期:2010-08-25
Grabbing And Cracking Cached Domain Hashs(mscash)
作者:admin 日期:2010-07-29
Grabbing And Cracking Cached Domain Hashs(mscash) w/ John
This is something I wrote up a while back. Not that great but wanted to document it before I lost it.
—
Background: Its great gaining local admin on a windows box,but then you are limited to that box.
Its much more useful getting a Domain user or even Domain Enterprise Admin!
This is something I wrote up a while back. Not that great but wanted to document it before I lost it.
—
Background: Its great gaining local admin on a windows box,but then you are limited to that box.
Its much more useful getting a Domain user or even Domain Enterprise Admin!
提高PHP性能的53个技巧
作者:admin 日期:2010-03-18
用单引号代替双引号来包含字符串,这样做会更快一些。因为PHP会在双引号包围的字符串中搜寻变量,单引号则不会,注意:只有echo能这么做,它是一种可以把多个字符串当作参数的“函数”(译注:PHP手册中说echo是语言结构,不是真正的函数,故把函数加上了双引号)。
1、如果能将类的方法定义成static,就尽量定义成static,它的速度会提升将近4倍。
2、$row[’id’] 的速度是$row[id]的7倍。
3、echo 比 print 快,并且使用echo的多重参数(译注:指用逗号而不是句点)代替字符串连接,比如echo $str1,$str2。
1、如果能将类的方法定义成static,就尽量定义成static,它的速度会提升将近4倍。
2、$row[’id’] 的速度是$row[id]的7倍。
3、echo 比 print 快,并且使用echo的多重参数(译注:指用逗号而不是句点)代替字符串连接,比如echo $str1,$str2。
关闭网站的wscript.shel
作者:admin 日期:2010-02-28
国内大牛们的博客
作者:admin 日期:2010-01-17
国内大牛们的博客
baoz http://hi.baidu.com/ptmx/blog
tombkeeper http://hi.baidu.com/tombkeeper
yuange http://hi.baidu.com/yuange1975
baoz http://hi.baidu.com/ptmx/blog
tombkeeper http://hi.baidu.com/tombkeeper
yuange http://hi.baidu.com/yuange1975






