parent
ba942e2964
commit
4d971c1e79
|
|
@ -1,4 +1,5 @@
|
||||||
from autorecon.plugins import ServiceScan
|
from autorecon.plugins import ServiceScan
|
||||||
|
from shutil import which
|
||||||
|
|
||||||
class NmapMongoDB(ServiceScan):
|
class NmapMongoDB(ServiceScan):
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
from autorecon.plugins import ServiceScan
|
from autorecon.plugins import ServiceScan
|
||||||
from autorecon.io import error, warn
|
from autorecon.io import error, warn
|
||||||
from shutil import which
|
|
||||||
|
|
||||||
class NmapRPC(ServiceScan):
|
class NmapRPC(ServiceScan):
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue