Python写的网站C段扫描工具

#!/usr/bin/env python

"""
Copyright (c) 2015 CScanner developers (http://sjf.la/cscanner)
See the file 'doc/COPYING' for copying permission
"""

from lib.run import *

main()

编程技巧