Python tools for penetration testers
作者:admin 日期:2010-07-17
From:http://dirk-loss.de/python-tools.htm
If you are involved in vulnerability research, reverse engineering or penetration testing, I suggest to try out the Python programming language. It has a rich set of useful libraries and programs. This page lists some of them.
Most of the listed tools are written in Python, others are just Python bindings for existing C libraries, i.e. they make those libraries easily usable from Python programs.
If you are involved in vulnerability research, reverse engineering or penetration testing, I suggest to try out the Python programming language. It has a rich set of useful libraries and programs. This page lists some of them.
Most of the listed tools are written in Python, others are just Python bindings for existing C libraries, i.e. they make those libraries easily usable from Python programs.
Python编程日记之一——枚举启动项
作者:admin 日期:2010-04-06
Python编程学习笔记
作者:admin 日期:2009-11-27

软件下载
最新的python版本是3.1,要下载的话可以去官方下载,地址:http://www.python.org/,英文的不过都是写简单的单词,应该还是可以看懂。
学习体会
自己学习的时候主要参照的是http://sebug.net/local/python/index.html这个网站进行初步学习的,里面的讲解讲的比较简单,要是原来学过C或者C++,JAVA方面的知识的话,应该很快就学会了。但是那网站上面学习的也只是基础,对python的编程有了一个基本的认识,如果要深入的话就应该拿一本书来自己研究下,自己最近借了本书正在学习,大家也可以到网上下载《Python核心编程》,网上有PDF版本的,没有的话可以找我给你传。相信经过自己的学习,就可以掌握了一本脚本编程了,这样如果再去学习perl的话应该也简单,都是差不多的语言。
纠正错误

