Metadata-Version: 2.1
Name: WizzHash
Version: 2.0
Summary: wifi listing
Home-page: https://github.com/WIZARD00007/wizzHashing
Author: Akshay
Author-email: akshaysavanoor@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE.txt

wizzWifi
* This module is for educational purpose only
* developer is not responsible anything
* THIS MODULE IS SPECIFICALLY DONE FOR PEN TESTERS

usage 
```python
* importing main function
  from WizzHash import wizzWifi
*running scanner
  wizzWifi()
```
Developing WizzHash
* To install WizzHash, along with the tools you need to develop
   and run tests, run the following
  in your virtualenv.
```bash
$ pip install -e .[dev]
```


