Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
f5-waf-quick-patch-cve-2021-44228 — This tool creates a custom signature set on F5 WAF and apply to policies in blocking mode | Kitploit
Tools/GitHubGitHub/irgoncalves/f5-waf-quick-patch-cve-2021-44228
Vulnerability ScannersWeb SecurityCloud SecurityDevSecOpsMisconfigurationAPI Security
GitHubirgoncalves/f5-waf-quick-patch-cve-2021-44228

f5-waf-quick-patch-cve-2021-44228

This tool creates a custom signature set on F5 WAF and apply to policies in blocking mode

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
344 years agoNot yet reviewed

f5-waf-quick-patch-CVE-2021-44228

F5 Networks Advanced WAF/ASM Quick Patch CVE 2021-44228.

Overview

This tool connects to a BIG-IP device and creates a custom signature set called CVE-2021-4428 and apply it to all policies in blocking mode. It also enforces all signatures and apply the changes. This was tested on BIG-IP ASM v15.x but I believe it should work for v13.x/v14.x/v16.x.

WARNING: this procedure might increase CPU and memory on control plane usage while it is running.

How it Works

The tool leverages BIG-IP iControl REST API to create the custom signature set as well to performs necessary changes to all policies.

Installation

pip3 install -r requirements.txt

Prerequisites

Python 3.7+

Libraries in requirements.txt

The host machine needs to have connection to the BIG-IP management interface.

How to Use

root@kitploit:~
usage: f5-waf-quick-view.py [-h] device

positional arguments:
  device      IP adrresses of the target BIG-IP devices separated by line

optional arguments:
  -h, --help  show this help message and exit

Download Tool