We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31fea7c commit de3977bCopy full SHA for de3977b
1 file changed
aikido_zen/vulnerabilities/ssrf/imds.py
@@ -34,6 +34,7 @@ def check(self, address, address_type=None):
34
# Block the IP address used by Alibaba Cloud
35
imds_addresses.add_address("100.100.100.200", "ipv4")
36
37
+
38
def is_imds_ip_address(ip):
39
"""Checks if the IP is an imds ip"""
40
return imds_addresses.check(ip) or imds_addresses.check(ip, "ipv6")
0 commit comments