Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 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.

Awesome Lists containing this project

README

        

# flarequench

lang
license

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).