flarequench

October 17, 2022 ยท View on GitHub

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.

  2. Download this repository.

    git clone https://github.com/aress31/flarequench
    cd .\flarequench\
    
  3. Create the standalone jar:

    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.
  • Optimise the source code.

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. ๐Ÿ’ธ

Reporting Issues

Found a bug? I would love to squash it! ๐Ÿ›

Please report all issues on the GitHub issues tracker.

Contributing

You would like to contribute to better this project? ๐Ÿคฉ

Please submit all PRs on the GitHub pull requests tracker.

License

See LICENSE.