Metadata-Version: 2.1
Name: pyffuf
Version: 0.3
Summary: Simple and fast web fuzzer written in python.
Home-page: https://github.com/ScRiPt1337/pyffuf
Author: script1337
Author-email: anon42237@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
Requires-Dist: aiohttp
Requires-Dist: argparse
Requires-Dist: asyncio
Requires-Dist: beautifulsoup4
Requires-Dist: clint
Requires-Dist: datetime

# PYffuf
Simple and fast web fuzzer written in python

```python
>>> 
>>>    _____  ________     ___
>>>   / _ \ \/ / _/ _/_ __/ _/
>>>  / ___/\  / _/ _/ // / _/
>>> /_/    /_/_//_/ \_,_/_/
>>>                 version 0.1 (beta)
>>>     
usage: main.py [-h] -u  -w

Simple and Fast web fuzzer.

optional arguments:
  -h, --help        show this help message and exit
  -u , --url        Target url { example : https://google.com/PUFF }
  -w , --wordlist   Wordlist path { example : /usr/share/wordlists/dirb/common.txt }               
```

pyffuf Simple and fast web fuzzer written in python

[![Python 3.8](https://img.shields.io/badge/python-3.8-yellow.svg)](https://www.python.org/)
[![Python 3.8](https://img.shields.io/badge/pyffuf-0.1-red)](https://www.python.org/)


### Requirement

* python3

### Example commands

```python
    pyffuf -u https://github.com/PUFF -w /usr/share/wordlists/dirb/common.txt
```

### Install
```python
    pip install pyffuf
```

### Help
* pyffuf --help

### Screenshot

![screenshot](https://raw.githubusercontent.com/ScRiPt1337/pyffuf/master/img/ss.png)



