Skip to content

Releases: ahanel13/Firewall-Ferret

v1.2.1

03 Oct 05:38
2aae60d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

V1.2.0

04 Aug 06:17
Compare
Choose a tag to compare
  • Added updated WAF table to UI for reference
  • Changed default config for adding checks to Active Scan

image

Full Changelog: v1.1.0...v1.2.0

v1.1.0

23 Jul 20:03
Compare
Choose a tag to compare
  • Added a settings page that can used to configure the bullets used by the burp scanner.

image

Full Changelog: v1.0.0...v1.1.0

v1.0.0

23 Jul 16:53
Compare
Choose a tag to compare

This version adds the following functionalities to Burp Suite

  1. The option to insert a bullet of X Kilobyte
  2. The option to allow the extension to add a parameter of bullet of X Kilobyte
    1. The following requests are supported: URL-Encoded Body, JSON, XML, Multipart
    2. The following requests are a work in progress: AMF
    3. If the request's content type is unknown to Burp, then the extension will
      append the entire body with a bullet.
  3. Add a check for every burp active scan check. The check will take the standard
    payload and prepend a bullet of the following sizes: 8, 16, 32, 64, 128, 1024.
    This should lead to better scan results since most applications have WAFs in front.

Full Changelog: https://github.com/ahanel13/Firewall-Ferret/commits/v1.0.0