摘要: The latest iframeinject.P, which uses document.body.appendChild instead of eval.<!--Injection_head[SessionId=4E768C5B,version=2.0,type=Infect,CRC32=3CEB8EB8]--><!--Injection_tail[SessionId=4E768C5B]--><!--Injection_head[SessionId=215F71E2,version=2.0,type=FindDomainName,CRC32=1B78FB82阅读全文
摘要: This is the newest variant of black hole, labeled by MS as Blacole.R. It is still surprising to see the signature of Black hole upgraded nearly a dozen of version in a month or two.I've replaced the payload in <span></span> as it is very large. Eval itself is turned into string and I阅读全文
摘要: This script has eval exposed, but simply replacing eval with alert won't show the malicious payload. In fact, only m[i] will be shown in the popup dialog.And the eval is executed in the catch block, which should be able to defeat a lot of emulators, as emulators usually disable exception for per阅读全文
摘要: http://blog.sucuri.net/2011/10/mass-infections-from-jjghui-comurchin-js-sql-injection.htmlAfter searching on Google and Bing, I found this mass-sql-injection attacked 134,000 sites in Google's result and 22,500 sites in Bing's result.Safebrowsing only blocked a minority of them. And the numb阅读全文
摘要: This happens when you find install Ubuntu on vwmare and then find that the partition is too small for root.Belows are what I do to solve this:1. try use vdiskmanager to resize the vmdisk file http://w...阅读全文
摘要: Check this:http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.htmlAnd make sure use the keytool of JAVA rather than that of GNU.It costs me an hour to figure it out.JAVA keytool is located in $JAVA_HOM...阅读全文
摘要: Recently, I'm stuck with three project.The first is course project for P523, Compiler. This one uses scheme to write a compiler for sub-scheme and run on AMD-x86 platform. Scheme is astonishing wield ...阅读全文
摘要: Finally, I've decided to split my blog into a daily-life one and a technical one. In that case, this blog is kept updated on my findings and thoughts of technical problems.Actually, I met some strange...阅读全文
摘要: 如何在delphi中操作文件的读与写?我刚开始接触delphi,如何在delphi中操作文件的读与写,哪位朋友指教一下非常感谢!最好来段源码.var f:text;...AssignFile(f,'c:\1.txt');ReWrite(f);Writeln(f,'This is a test');CloseFile(f);...其中Rewrite是新建文件,若换成Reset则为打开文件 Write...阅读全文
摘要: select vs.SQL_TEXT,vs.DISK_READS,Executions from V$SQLAREA vs,v$session s where vs.ADDRESS=s.SQL_ADDRESS and vs.HASH_VALUE=s.SQL_HASH_VALUE and s.sid in (select s.sid from V$SESSION s,V$Process p wher...阅读全文
摘要: 武汉地区考的Issue74"The most effective way to communicate an idea or value to large groups of people is through the use of images, not language." 74. 如果想要和一大群人交流思想,最有效的方法是利用图形,而并非语言88"Technologies not only ...阅读全文