parent
e21c97fd4d
commit
93668b3286
|
@ -50,11 +50,11 @@ class Metasploit3 < Msf::Auxiliary
|
||||||
elsif (res && res.start_with?("ScMM"))
|
elsif (res && res.start_with?("ScMM"))
|
||||||
print_good("#{ip}:#{rport} - Possible backdoor detected - Little Endian")
|
print_good("#{ip}:#{rport} - Possible backdoor detected - Little Endian")
|
||||||
else
|
else
|
||||||
print_error("#{ip}:#{rport} - Backdoor not detected.")
|
vprint_error("#{ip}:#{rport} - Backdoor not detected.")
|
||||||
end
|
end
|
||||||
|
|
||||||
rescue Rex::ConnectionError => e
|
rescue Rex::ConnectionError => e
|
||||||
print_error("Connection failed: #{e.class}: #{e}")
|
vprint_error("Connection failed: #{e.class}: #{e}")
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue