Add readme, make scanners filename format better.

This commit is contained in:
Astatin3
2024-04-18 08:17:32 -06:00
parent 753f9f7742
commit 3aa819134e
12 changed files with 40 additions and 14 deletions
+4
View File
@@ -0,0 +1,4 @@
import libs.scanners.tcp80
def scan(host:str, port:int):
return tcp80.scan(host, port)
+4
View File
@@ -0,0 +1,4 @@
import libs.scanners.tcp80
def scan(host:str, port:int):
return tcp80.scan(host, port)
+4
View File
@@ -0,0 +1,4 @@
import libs.scanners.tcp80
def scan(host:str, port:int):
return tcp80.scan(host, port)
+4
View File
@@ -0,0 +1,4 @@
import libs.scanners.tcp80
def scan(host:str, port:int):
return tcp80.scan(host, port)
+4
View File
@@ -0,0 +1,4 @@
import libs.scanners.tcp80
def scan(host:str, port:int):
return tcp80.scan(host, port)