z3pp / ZFuzz

Zepp's web fuzzer

Home Page:http://zfuzz.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ZFuzz

Python License Release Build Status

ZFuzz is an opensource web fuzzer written in Python (See Wfuzz for more advanced features)

Usage exemple:

$ zfuzz.py -w /mywordlist -u https://example.com/^FUZZ^ --sc 200
     ___
 ___|  _|_ _ ___ ___
|- _|  _| | |- _|- _|
|___|_| |___|___|___| v1.2

[TARGET] https://example.com/<fuzz>

[27:58] [200]: admin
[27:58] [200]: robots.txt
[27:58] [200]: js
[27:58] [200]: css
[27:59] [200]: cgi-bin
[27:59] [200]: about
[28:00] [200]: accounts

[28:00] Total time: 3s

Installation

You can easily install zfuzz by following these commands:

$ git clone https://github.com/z3pp/ZFuzz.git
$ cd ZFuzz
$ python setup.py install

ZFuzz needs Python v3 to work, and it must be run on Linux

Documentation

The documentation is available at http://zfuzz.readthedocs.io

Enjoy ;)

About

Zepp's web fuzzer

http://zfuzz.readthedocs.io

License:GNU General Public License v3.0


Languages

Language:Python 100.0%