https://github.com/r0x4r/varoon
A tool for checking reflected parameters in URLs.
https://github.com/r0x4r/varoon
bug bugbounty bugbounty-tool penetration-testing-tools python python3
Last synced: 5 months ago
JSON representation
A tool for checking reflected parameters in URLs.
- Host: GitHub
- URL: https://github.com/r0x4r/varoon
- Owner: R0X4R
- License: mit
- Created: 2024-12-08T12:42:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-09T10:42:46.000Z (over 1 year ago)
- Last Synced: 2025-03-28T07:22:58.987Z (about 1 year ago)
- Topics: bug, bugbounty, bugbounty-tool, penetration-testing-tools, python, python3
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.