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