Hardoded port number in summary report message
MarcinOrlowski opened this issue ยท 0 comments
MarcinOrlowski commented
CVE-2024-6387_Check/CVE-2024-6387_Check.py
Line 119 in 3f20d6c
There's hardcoded 22
as port number in report message which is confusing as it seems like --port
is ignored. I think the fix should be just to make that line like like:
print(f"\n๐ Servers with port {port} closed: {closed_ports}")