SCRT Webshag
IntroductionWebshag is a multi-threaded, multi-platform web server audit tool. Written in Python, it gathers commonly useful functionalities for web server auditing like website crawling, URL scanning or file fuzzing.
阅读全文 »
Tags: Python
备用地址
作者:空虚浪子心
闲来无事,写个小工具。扫oracle密码。
水平有限,对python没有深究,甚至在写工具的时候连"or"这种条件语句都不会。
所以大家将就下。。。
-----------------------oracle's password,user scan
-----------------------code by kxlzx
-----------------------voidloafer@gmail.com
-----------------------http://www.inbreak.net
阅读全文 »
Tags: Oracle,
Python
来源:kijs's blog
[1]Python Testing Tools Taxonomy
http://pycheesecake.org/wiki/PythonTestingToolsTaxonomy
[2]PythonTestingToolsTaxonomy#FuzzTestingTools
http://pycheesecake.org/wiki/PythonTestingToolsTaxonomy#FuzzTestingTools
[3]The Peach Fuzzer Framework
http://peachfuzz.sourceforge.net/
[4]Jester - the JUnit test tester
http://jester.sourceforge.net/
阅读全文 »
Tags: Fuzz,
Python