Added user notification to line 56
parent
339918b3ef
commit
bfbda99086
|
@ -52,6 +52,9 @@ class MetasploitModule < Msf::Auxiliary
|
|||
|
||||
if res && res.code != 200
|
||||
return
|
||||
else
|
||||
print_error("Target is not ManageEngine DeviceExpert")
|
||||
return
|
||||
end
|
||||
|
||||
res = send_request_raw({
|
||||
|
|
Loading…
Reference in New Issue