File tree 3 files changed +194
-1128
lines changed
3 files changed +194
-1128
lines changed Original file line number Diff line number Diff line change
1
+ _
2
+ / / `
3
+ ------__-----------------__---/__--_/__------------__----__-
4
+ / ) / /| /| / /___) / ) / / / / /
5
+ ___/___/_(___/_|/_|/__(___ _(___/_/______(___(_____(_____(__
6
+ / / / /
7
+ / (_ / (_ / (_ /
8
+
9
+ The Python web fuzzing module
10
+
11
+ ####
12
+ INSTALLATION
13
+ ####
14
+
15
+ Installation can be done in a couple of ways. You must have Python setuptools installed. http://pypi.python.org/pypi/setuptools
16
+
17
+ You can run the supplied setup.py with the install command
18
+
19
+ setup.py install
20
+
21
+ You can also use easy_install if that's what you do to manage your installed packages
22
+
23
+ easy_install pywebfuzz_VERSION.tar.gz
24
+
25
+ You can also point to the location where the tar.gz lives on the web
26
+
27
+ easy_install http://pywebfuzz.googlecode.com/files/pywebfuzz_VERSION.tar.gz
28
+
29
+ ####
30
+ Future
31
+ ####
32
+
33
+ I do plan on uploading this module to the Python Package Index. At that point you should be able to just type
34
+
35
+ easy_install pywebfuzz
36
+
You can’t perform that action at this time.
0 commit comments