mirror of
https://github.com/Astatin3/Auto-Shodanner.git
synced 2026-06-09 00:28:00 -06:00
Add readme, make scanners filename format better.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import libs.scanners.tcp80
|
||||
|
||||
def scan(host:str, port:int):
|
||||
return tcp80.scan(host, port)
|
||||
@@ -0,0 +1,4 @@
|
||||
import libs.scanners.tcp80
|
||||
|
||||
def scan(host:str, port:int):
|
||||
return tcp80.scan(host, port)
|
||||
@@ -0,0 +1,4 @@
|
||||
import libs.scanners.tcp80
|
||||
|
||||
def scan(host:str, port:int):
|
||||
return tcp80.scan(host, port)
|
||||
@@ -0,0 +1,4 @@
|
||||
import libs.scanners.tcp80
|
||||
|
||||
def scan(host:str, port:int):
|
||||
return tcp80.scan(host, port)
|
||||
@@ -0,0 +1,4 @@
|
||||
import libs.scanners.tcp80
|
||||
|
||||
def scan(host:str, port:int):
|
||||
return tcp80.scan(host, port)
|
||||
Reference in New Issue
Block a user