forked from p15670423/monkey
quick-fix
This commit is contained in:
parent
390d94a8c3
commit
504281dbcb
|
@ -29,8 +29,6 @@ class MSSQLFinger(HostFinger):
|
|||
Discovered server information written to the Host info struct.
|
||||
True if success, False otherwise.
|
||||
"""
|
||||
# TODO remove auto-return
|
||||
return False
|
||||
assert isinstance(host, VictimHost)
|
||||
|
||||
# Create a UDP socket and sets a timeout
|
||||
|
|
Loading…
Reference in New Issue