浏览模式: 标准 | 列表全部文章

三国人物手机被盗后的不同结果

汉献帝:手机被曹操偷了,又不敢要回来。就借着皇后的手机,群发了个信息,要亲皇派帮忙要回手机。哪知道发信息的时候给自己的号也发了一条,被曹操看到了。于是曹操把皇后的手机也偷跑了。(不要乱发短信)

袁绍:手机被偷,毫不在意,说:“我家就是开手机店的,换手机就像换衣服一样。”结果换了手机,发现自己卖的都是假冒伪劣产品。于是去他三个儿子和一个外 甥开的几家连锁店,发现卖的都是假货。没过多久,就被曹操打着打击假冒伪劣的旗号,一把火把几个店都烧了。(假冒伪劣要不得)

» 阅读全文

Tags: 三国, 手机

笑到抽筋的冒牌商品名称

          吃过康帅博方便面吗?
      金康的小说你看过吗? 古尢的小说看过没? 惊瑶的呢?
      看过小说有一本金庸新著,后来才知道作者叫金庸新!
      我同学踢足球,去买了双双星球鞋,回来一看,商标是双星球! 
            青鸟啤酒喝过吗?
      据说浙江某镇上,单单做鳄鱼这个牌子的服装,就有27家!而且每家商标大都差不离却都不一样,有张嘴的,有闭嘴的,有头朝左边的,有头朝右边的,有尾巴向上的,有尾巴向下的……
    

» 阅读全文

Tags: 冒牌商品, 搞笑, 金康

PeaZIP <= 2.6.1 commpressed filename command injection poc exploit

  1.     PeaZIP <= 2.6.1 commpressed filename command injection poc exploit 
  2.     by Nine:Situations:Group::pyrokinesis 
  3.     site: http://retrogod.altervista.org/ 
  4.     software site: http://peazip.sourceforge.net/ 
  5.  
  6.     tested against: peazip 2.5.1, 2.6.1 for Windows 
  7.  
  8.     a pipe vulnerability exists in the way peazip handles file entries, 
  9.     prepare the .zip file, open with it, then double click the compressed text file, 
  10.     a cmd shell is launched ...

» 阅读全文

Tags: peazip, exp;oit

OpenSSL < 0.9.8i DTLS ChangeCipherSpec Remote DoS Exploit

* OpenSSL < 0.9.8i DTLS ChangeCipherSpec Remote DoS
 * Jon Oberheide <jon@oberheide.org>
 * http://jon.oberheide.org
 *
 * Information:
 *
 *   http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-1386
 *
 *   OpenSSL would SegFault if the DTLS server receives a ChangeCipherSpec as
 *   the first record instead of ClientHello.

» 阅读全文

Tags: openssl, exploit

Online Armor < 3.5.0.12 (OAmon.sys) Local Privilege Escalation Exploit

Exploit:
http://ntinternals.org/ntiadv0806/OAmon_Exp.zip
http://milw0rm.com/sploits/2009-OAmon_Exp.zip

Advisory:
http://www.ntinternals.org/ntiadv0806/ntiadv0806.html

» 阅读全文

Tags: online armor, oamon.sys, exploit

奥巴马关注网络安全 招募青年才俊组建"黑客"部队

  国际在线专稿:据《纽约时报》5月31日报道,美国政府日益重视计算机网络安全,奥巴马认为来自网络空间的威胁已经成为美国面临的最严重经济和军事威 胁之一。由于美国当前仍未脱离经济衰退困境,诺斯洛普·格鲁门公司、美国通用动力公司、洛克希德·马丁公司以及雷神公司等美国军方和情报机构国防承包商, 更容易招揽到过去向往硅谷高科技公司的年轻网络天才。五角大楼也已经招募数千名“黑客士兵”,网络战已经被纳入美国战争规划中。

» 阅读全文

Tags: 黑客, 奥巴马, 美国, 黑客部队

添加管理员账号shellcode

非常简单的shellcode
功能:添加一个管理员组账号.
特点:直接用netapi32,
不借助cmd.exe,net.exe/net1.exe(避免这几个文件被限制访问权限而导致添加失败)
以及WinExec()(避免CreateProcess监控拦截)

» 阅读全文

Tags: shellcode, 添加帐号

Apache mod_dav / svn Remote Denial of Service Exploit

use IO::Socket; use MIME::Base64; sub usage { print "Apache mod_dav / svn Remote Denial of Service Exploit\n"; print "by kcope in 2009\n"; print "usage: perl furoffyourcat.pl [username] [password]\n"; print "example: perl furoffyourcat.pl svn.XXX.com /projects/\n";exit;

» 阅读全文

Tags: apache, exploit, 漏洞