-
Notifications
You must be signed in to change notification settings - Fork 11
/
README.txt
36 lines (23 loc) · 1.15 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
_
/ / `
------__-----------------__---/__--_/__------------__----__-
/ ) / /| /| / /___) / ) / / / / /
___/___/_(___/_|/_|/__(___ _(___/_/______(___(_____(_____(__
/ / / /
/ (_ / (_ / (_ /
The Python web fuzzing module
####
INSTALLATION
####
Installation can be done in a couple of ways. You must have Python setuptools installed. http://pypi.python.org/pypi/setuptools
You can run the supplied setup.py with the install command
setup.py install
You can also use easy_install if that's what you do to manage your installed packages
easy_install pywebfuzz_VERSION.tar.gz
You can also point to the location where the tar.gz lives on the web
easy_install http://pywebfuzz.googlecode.com/files/pywebfuzz_VERSION.tar.gz
####
Future
####
I do plan on uploading this module to the Python Package Index. At that point you should be able to just type
easy_install pywebfuzz