Skip to content

Commit fc1635e

Browse files
committed
Fix BAP JS ref error.
1 parent 651beb9 commit fc1635e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/auxiliary/server/browser_autopwn.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ def setup
225225
}
226226
227227
function bodyOnLoad() {
228-
var detected_version = window.os_detect.getVersion();
228+
var detected_version = os_detect.getVersion();
229229
//#{js_debug('detected_version')}
230230
report_and_get_exploits(detected_version);
231231
} // function bodyOnLoad

0 commit comments

Comments
 (0)