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