mirror of
https://gitlab.sectorq.eu/jaydee/python.git
synced 2025-12-14 10:44:52 +01:00
bitwarden
This commit is contained in:
@@ -111,6 +111,7 @@ while hostdown:
|
|||||||
print("host up")
|
print("host up")
|
||||||
hostdown = False
|
hostdown = False
|
||||||
host = "omv.home.lan"
|
host = "omv.home.lan"
|
||||||
|
host = "morefine.home.lan"
|
||||||
port = 22 # Replace with the port you want to test
|
port = 22 # Replace with the port you want to test
|
||||||
if is_port_open(host, port):
|
if is_port_open(host, port):
|
||||||
print(f"Port {port} on {host} is open.")
|
print(f"Port {port} on {host} is open.")
|
||||||
|
|||||||
Reference in New Issue
Block a user