Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bcdannyboy/CVE-2023-44487
/ functions
Functions
4 in github.com/bcdannyboy/CVE-2023-44487
⨍
Functions
4
◇
Types & classes
0
↓ 1 callers
Function
check_http2_support
Check if the given URL supports HTTP/2. Parameters: url (str): The URL to check. proxies (dict): A dictionary of proxies
cve202344487.py:53
↓ 1 callers
Function
extract_hostname_port_uri
Extract the hostname, port, and URI from a URL. Parameters: url (str): The URL to extract from. Returns: tu
cve202344487.py:179
↓ 1 callers
Function
get_source_ips
Retrieve the internal and external IP addresses of the machine. Accepts: proxies (dict): A dictionary of proxies to use for the
cve202344487.py:19
↓ 1 callers
Function
send_rst_stream_h2
Send an RST_STREAM frame to the given host and port. Parameters: host (str): The hostname. port (int): The port number.
cve202344487.py:90