Fix BAP JS ref error.

This commit is contained in:
Joe Vennix 2014-11-17 10:06:15 -06:00
parent 651beb9acb
commit fc1635e80a
No known key found for this signature in database
GPG Key ID: 127B05FB3E85A2B0
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ class Metasploit3 < Msf::Auxiliary
}
function bodyOnLoad() {
var detected_version = window.os_detect.getVersion();
var detected_version = os_detect.getVersion();
//#{js_debug('detected_version')}
report_and_get_exploits(detected_version);
} // function bodyOnLoad