Files

4 lines
98 B
Python

import libs.scanners.tcp80 as tcp80
def scan(host:str, port:int):
return tcp80.scan(host, port)