Fix another merge fail

This commit is contained in:
Itay Mizeretz 2018-08-06 14:30:38 +03:00
parent 063ecd9313
commit 83d41df875
1 changed files with 2 additions and 2 deletions

View File

@ -7,9 +7,9 @@ from abc import ABCMeta
from itertools import product
from infection_monkey.exploit import WmiExploiter, Ms08_067_Exploiter, SmbExploiter, RdpExploiter, SSHExploiter, \
SambaCryExploiter, ElasticGroovyExploiter, Struts2Exploiter
SambaCryExploiter, ElasticGroovyExploiter, Struts2Exploiter, ShellShockExploiter
from infection_monkey.network import TcpScanner, PingScanner, SMBFinger, SSHFinger, HTTPFinger, MySQLFinger, \
ElasticFinger
ElasticFinger, MSSQLFinger
__author__ = 'itamar'