parent
8ee03c2dc1
commit
25050606c2
|
@ -1,5 +1,6 @@
|
||||||
from autorecon.plugins import PortScan
|
from autorecon.plugins import PortScan
|
||||||
from autorecon.config import config
|
from autorecon.config import config
|
||||||
|
import requests
|
||||||
|
|
||||||
class QuickTCPPortScan(PortScan):
|
class QuickTCPPortScan(PortScan):
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue