Call correct function

master
Jacob Robles 2019-04-22 10:16:05 -05:00
parent d7c8c9ffff
commit d4728c9bc7
No known key found for this signature in database
GPG Key ID: 3EC9F18F2B12401C
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ module Exploit::Remote::Nuuo
when 'PING' then client.request_ping(opts)
when 'SENDLICFILE' then client.request_sendlicfile(opts)
when 'GETCONFIG' then client.request_getconfig(opts)
when 'COMMITCONFIG' then client.request_getconfig(opts)
when 'COMMITCONFIG' then client.request_commitconfig(opts)
when 'USERLOGIN' then client.request_userlogin(opts)
when 'GETOPENALARM' then client.request_getopenalarm(opts)
else nil