盛大出任云海联盟主席 IT企业抱团推动云计算

2010年8月25日 baoz 2 条评论 510 views

云计算概念炙手可热,国际巨鳄IBM、微软、谷歌已经占领了先机。国内企业如何抓住云计算热潮中的商机?上周,由52家上海知名IT企业联合成立的“云海联盟”正式揭牌,记者注意到正在积极筹备建设彩虹城——新一代云计算和云服务中心的盛大网络发展公司又在“云海联盟”中担任了重要的角色,成为“云海联盟”理事长单位,暨第一届轮值主席。

阅读全文…

分类: 八卦互联 标签: ,

温家宝总理参观考察迅雷网络

2010年8月23日 baoz 6 条评论 919 views

引用中广网北京8月21日消息(记者李涛)

  在深圳不到24小时紧张的考察活动中,温家宝总理大多数时间是和年轻人在一起,鼓励他们打破框框,勇于创新。

阅读全文…

GTS250至少需要300W的电源

2010年8月22日 baoz 5 条评论 620 views

http://diy.yesky.com/power/323/9175323_2.shtml

找朋友借了个GTS250体验下,不知道台式机支持否,要300W电源。

分类: 技术点滴 标签:

john the ripper跑多核多cpu

2010年8月22日 baoz 5 条评论 842 views

普通的john只能跑一个core,有人写了个mpi补丁,能跑满多个核心。

阅读全文…

AMD中国站被黑

2010年8月22日 baoz 1 条评论 846 views

分类: 八卦互联 标签: ,

盛大帝国

2010年8月22日 baoz 7 条评论 733 views

希望盛大帝国继续强壮,腾讯一家独大大家日子都忒不好过。腾讯他大爷的。

阅读全文…

分类: 八卦互联 标签:

Heyoka,私网DNS协议穿透利器

2010年8月21日 baoz 没有评论 722 views

私网渗透手段越来越变化多样,IDS面临的挑战也日益加剧。如果跟进不到位,产生短板的危害也挺大的。

阅读全文…

另一个远程密码审计程序phrasen drescher,简称PD

2010年8月21日 baoz 没有评论 465 views

常见的远程密码强度审计程序有hydra和medusa,这是另外一个同类程序,PD。也需要libssh2的支持。

长处是他支持ssh private key的密码审计,并且支持方案模式。

阅读全文…

sucrack,su 审计程序

2010年8月21日 baoz 1 条评论 398 views

渗透测试过程中遇到了ssh限制了root登陆,这个工具就有用了。

sucrack is a multithreaded Linux/UNIX tool for brute-force cracking local user accounts via su. This tool comes in handy as final instance on a system where you have not to many privileges but you are in the wheel group. Many su implementations require a pseudo terminal to be attached in order to take the password from the user. This is why you couldn’t just use a simple shell script to do this work. This tool, written in c, is highly efficient and can attempt multiple logins at the same time. Please be advised that using this tool will take a lot of the CPU performance and fill up the logs quite quickly. sucrack is so far known to be running on FreeBSD, NetBSD, Linux

阅读全文…

老外写的htran, dsrelay

2010年8月21日 baoz 没有评论 413 views

This is essentially an N-way relay for sockets. It can listen on a port and connect outbound to any number of others. This type of relay can be useful for penetration testing; the attacker exploits a server to get a shell, drops this on, and can relay additional attacks through it.

阅读全文…