Python script to test if a F5 BIG-IP is vulnerable to cve-2023-46747
Code is community submitted, community supported, and recognized as ‘Use At Your Own Risk’.
Short Description
Python script to test if a F5 BIG-IP is vulnerable to cve-2023-46747
Problem solved...
Published Nov 02, 2023
Version 1.0Nikoolayy1
Nov 27, 2023MVP
Nice! I see that you used the sockets python library as the requests or http.client libraries are good for HTTP API requests but not so much for HTTP attacks as they have constraints like not allowing multiple Host headers etc.