From 2a9d49a83754d17c177d8a412acef3fa55dbeb1b Mon Sep 17 00:00:00 2001 From: Sohail Saha Date: Wed, 24 Apr 2024 13:11:42 +0530 Subject: [PATCH] added share name to test1 --- malicious-pdf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/malicious-pdf.py b/malicious-pdf.py index a98a7d3..1ba85b1 100755 --- a/malicious-pdf.py +++ b/malicious-pdf.py @@ -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)