WsFuzzer

WsFuzzer(Linux)

1.Install:
Pre-requisites:
Python 2.5/2.6
PyXML
Java 1.6.X

Get the tarball from sourceforge:
http://sourceforge.net/project/showfiles.php?group_id=155697

Install according to the README.txt

引用
Modify:
Alter the "JAVA_HOME" value in file "parseWsdl.sh" (parseWsdl.bat for windows) - this is the full path up to the java home (currently Java 1.6 is required)
So for example that value may look like this on a Mac:
JAVA_HOME="/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home"

Attention:
Code has been updated to be compatible with the 2.6/3.X families of Python. If you are running something older like Python2.4 then you will have to install some libraries...
Hashlib is one of those lib's that needs to get installed, find it here: http://code.krypto.org/python/hashlib/

2.Use
Ref http://www.owasp.org/index.php/Category:OWASP_WSFuzzer_Project
Ref http://www.neurofuzz.com/modules/content/index.php?id=2

3.Error:
Running WSFuzzer 1.9.4 - latest version could not be verified
Error checking "All_attack.txt" data from neurofuzz
Error checking "dirs.txt" data from neurofuzz
Error checking "filetypes.txt" data from neurofuzz


solve:
HTTP_PROXY=”http://your.proxy.com:yourPort”



你可能感兴趣的:(java,linux,PHP,windows,python)