Skip to content

Commit 03d0309

Browse files
Refactored file reads for fuzzdb.py. Added README file.
git-svn-id: http://pywebfuzz.googlecode.com/svn/trunk@25 82fd2642-525a-7321-434f-1f2799a5e545
1 parent e4e8b02 commit 03d0309

File tree

3 files changed

+194
-1128
lines changed

3 files changed

+194
-1128
lines changed

README.txt

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
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+

0 commit comments

Comments
 (0)