Metadata-Version: 2.1
Name: ringo_scanner
Version: 0.1.5
Summary: a framework for scanning the web for vulnerabilities
Home-page: https://github.com/BBleae/RingoScanner
Author: HarukawaSayaka
Author-email: bbleae@outlook.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# RingoScanner


## What is it?
RingoScanner is a framework for scanning the web for vulnerabilities.

## Usage
```python
from ringo_scanner import Scanner
Scanner(func, items).execute() # It's like a map(func, items)
```

## Authors
- [Harukawa Sayaka](https://github.com/BBleae)


