Skip to content

Commit

Permalink
Update PAYLOAD.js
Browse files Browse the repository at this point in the history
  • Loading branch information
evilfeonix authored Jan 15, 2025
1 parent b40af1c commit 39639fa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions PAYLOAD.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var author = "EvilFeonix";
var tool = "PDF-HackMe-J5";
alert("Welcome To "+tool+", Created by "+author+"!");
var authors = "EvilFeonix";
var tools = "PDF-HackMe-J5";
alert("Welcome To "+tools+", Created by "+authors+"!");
alert("this is a python based-embedding script that allows you to simply craft your own malicious JavaScript payload to a PDF file");
console.log(author);
console.log(tool);
console.log(authors);
console.log(tools);

0 comments on commit 39639fa

Please sign in to comment.