Added the mssql finger class to the main network init file so it will be usable.

This commit is contained in:
maor.rayzin 2018-06-09 18:16:39 +03:00
parent 293c204ddd
commit 8b22a52006
1 changed files with 1 additions and 0 deletions

View File

@ -27,3 +27,4 @@ from elasticfinger import ElasticFinger
from mysqlfinger import MySQLFinger
from info import local_ips
from info import get_free_tcp_port
from mssql_fingerprint import MSSQLFingerprint