Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aress31/flarequench
Burp Suite plugin that adds additional checks to the passive scanner to reveal the origin IP(s) of Cloudflare-protected web applications.
https://github.com/aress31/flarequench
burp-extensions burp-plugin burpsuite cloudflare cloudflare-bypass crimeflare
Last synced: 3 months ago
JSON representation
Burp Suite plugin that adds additional checks to the passive scanner to reveal the origin IP(s) of Cloudflare-protected web applications.
- Host: GitHub
- URL: https://github.com/aress31/flarequench
- Owner: aress31
- License: apache-2.0
- Created: 2019-09-23T21:22:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-29T13:00:52.000Z (about 2 years ago)
- Last Synced: 2024-10-21T05:50:14.554Z (3 months ago)
- Topics: burp-extensions, burp-plugin, burpsuite, cloudflare, cloudflare-bypass, crimeflare
- Language: Java
- Homepage:
- Size: 48.8 KB
- Stars: 61
- Watchers: 6
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# flarequench
A Burp Suite plugin that adds additional checks to the passive scanner to reveal the origin IP(s) of Cloudflare-protected web applications.
## Installation
### Compilation
1. Install and configure [Gradle](https://gradle.org/).
2. Download this repository.
```bash
git clone https://github.com/aress31/flarequench
cd .\flarequench\
```3. Create the standalone `jar`:
```bash
gradle build shadowJar
```### Loading the Extension Into the `Burp Suite`
In `Burp Suite`, under the `Extender/Options` tab, click on the `Add` button and load the `fatJar` located in the `.\build\libs` folder.
## Roadmap
- [ ] Improve the reliablity.
- [x] Optimise the source code.## Sponsor 💖
If you want to support this project and appreciate the time invested in developping, maintening and extending it; consider donating toward my next cup of coffee. ☕
It is easy, all you got to do is press the `Sponsor` button at the top of this page or alternatively [click this link](https://github.com/sponsors/aress31). 💸
## Reporting Issues
Found a bug? I would love to squash it! 🐛
Please report all issues on the GitHub [issues tracker](https://github.com/aress31/flarequench/issues).
## Contributing
You would like to contribute to better this project? 🤩
Please submit all `PRs` on the GitHub [pull requests tracker](https://github.com/aress31/flarequench/pulls).
## License
See [LICENSE](LICENSE).