Hello guys, i recently found out about you and your work and i got really interested. I tried to use this Python Script to see what it is about but i am having problems to use it. After i configurate all the necesary fields when i try to Test or Send i get this error.
`Time started:
03:13:
Traceback (most recent call last):
File "./pyPhishing.py", line 480, in
deliverEmails.deliverance(argument_dict)
File "/root/PyPhishing/PyPhishing/SupportingFiles/deliverEmails.py", line 135, in deliverance
message, email_id = build_email(address, variable_dict)
File "/root/PyPhishing/PyPhishing/SupportingFiles/deliverEmails.py", line 39, in build_email
oldBody = body_file.build_body(temp_dict)
File "/root/PyPhishing/PyPhishing/SupportingFiles/Emails/microsoftUpdateBody.py", line 101, in build_body
img_data = open(img_location, 'rb').read()
IOError: [Errno 2] No such file or directory: '/root/PyPhishing/PyPhishing/SupportingFiles/images/microsoft.png'
`
Hello guys, i recently found out about you and your work and i got really interested. I tried to use this Python Script to see what it is about but i am having problems to use it. After i configurate all the necesary fields when i try to Test or Send i get this error.
`Time started:
03:13:
Traceback (most recent call last):
File "./pyPhishing.py", line 480, in
deliverEmails.deliverance(argument_dict)
File "/root/PyPhishing/PyPhishing/SupportingFiles/deliverEmails.py", line 135, in deliverance
message, email_id = build_email(address, variable_dict)
File "/root/PyPhishing/PyPhishing/SupportingFiles/deliverEmails.py", line 39, in build_email
oldBody = body_file.build_body(temp_dict)
File "/root/PyPhishing/PyPhishing/SupportingFiles/Emails/microsoftUpdateBody.py", line 101, in build_body
img_data = open(img_location, 'rb').read()
IOError: [Errno 2] No such file or directory: '/root/PyPhishing/PyPhishing/SupportingFiles/images/microsoft.png'
`