Metadata-Version: 2.1
Name: varoon
Version: 0.2.0
Summary: A tool for checking reflected parameters in URLs
Home-page: https://github.com/R0X4R/varoon
Author: Eshan Singh
Author-email: r0x4r@yahoo.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp (>=3.8.1)

# varoon

A tool for checking reflected parameters in URLs. This tool is as same as [Kxss](https://github.com/Emoe/kxss). I tried to rewrite it in python.

## Installation

```bash
pipx install varoon
```

### Usage

```bash
echo "www.target.website" | waybackurls | parshu -x | bhedak "hello" | uro | varoon
```

### Sample Output

```css
echo "www.target.website" | waybackurls | parshu -x | bhedak "hello" | uro | varoon

URL: http://www.target.website/Search.asp?q=hello Param: tfSearch Unfiltered: [" < > $ | ( ) ` : ; { }]
URL: http://www.target.website/id?account=hello Param: account Unfiltered: [" < > $ | ( ) ` : ; { }]
```

## Contributing

Contributions are welcome! Please open an issue or submit a pull request.

## License

This project is licensed under the MIT License.


