|
| 以下是引用片段: import urllib month=1 while(month<7): day=0 while(day<32): tmp = ’’+str(month)+str(day) if (len(tmp)==2): tmp = str(month)+tmp strtmp = ’http://cn-22.hichina.com/asplog/log20070’+tmp+’.txt’ sock = urllib.urlopen(strtmp) htmlSource = sock.read() sock.close() strpath = ’log20080’+tmp+’.txt’ f = file(strpath, ’w’) f.write(htmlSource) f.close() day=day+1 print tmp month = month+1 |
| 一次通过 Oracle8i 入侵系统之旅 | 03-21 |
| SA权限下的思路变通 | 03-18 |
| 有防火墙的网站整个入侵过程 | 01-21 |
| 绕过Xplog70.dll玩入侵 | 01-14 |
| 一步一步的入侵----only for you | 01-09 |
| 入侵中快速获得Web根目录的技巧 | 01-09 |
| 记一次对RedHat Linux系统的安全 | 01-08 |
| 介绍几个小工具和入侵的技法(2) | 01-08 |
| 有防火墙的网站整个入侵过程 | 01-04 |
| 拐弯入侵虚拟主机 | 01-04 |
| 由一次入侵实例看虚拟主机系统的 | 01-02 |
| 解读IDS入侵检测系统术语 | 01-02 |