동일 코드를 C/C++로 작성하려면...;;
이래서 파이선 파이선~ 하는구나...
import urllib import time szUrlstream = "http://localhost/LayOutPage.do?pastreqIdx=%d" szDownloadStremType = "%d.html" for inIndexCount in xrange(1, 100): szUrlstream_Data = szUrlstream %inIndexCount szDownloadStremType_Data = szDownloadStremType %inIndexCount
print szUrlstream_Data print szDownloadStremType_Data
testfile = urllib.URLopener() testfile.retrieve(szUrlstream_Data, szDownloadStremType_Data) time.sleep(2) |
'mini-prog-normal' 카테고리의 다른 글
MadCodeHook을 이용한 WinCrypt API 모니터링(Hook) 해보기 (0) | 2011.08.23 |
---|---|
실시간 탐지 무력화시키는 권한상승 취약점 발견(퍼옴) (0) | 2011.08.18 |
System Scan 결과 정리 (0) | 2011.08.08 |
IE에서의 ActiveX 실행여부 확인 (0) | 2011.07.26 |
웹 기반- password Bruteforce tools (미완성) (0) | 2011.01.27 |