mirror of
https://github.com/Astatin3/Auto-Shodanner.git
synced 2026-06-09 08:37:59 -06:00
2 lines
63 B
Python
2 lines
63 B
Python
def scan(address:str, port:int):
|
|
return f'<{address}:{port}>' |