mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
layout adjustment
This commit is contained in:
@@ -88,7 +88,7 @@ if CONTENT:
|
|||||||
|
|
||||||
for test_count, attachment in ATTACHMENTS.items():
|
for test_count, attachment in ATTACHMENTS.items():
|
||||||
attachment = MIMEText(attachment)
|
attachment = MIMEText(attachment)
|
||||||
attachment.add_header('Content-Disposition', 'attachment', filename="test_case_%d_console_output.txt" % test_count)
|
attachment.add_header("Content-Disposition", "attachment", filename="test_case_%d_console_output.txt" % test_count)
|
||||||
msg.attach(attachment)
|
msg.attach(attachment)
|
||||||
|
|
||||||
s = smtplib.SMTP(host=SMTP_SERVER, port=SMTP_PORT, timeout=SMTP_TIMEOUT)
|
s = smtplib.SMTP(host=SMTP_SERVER, port=SMTP_PORT, timeout=SMTP_TIMEOUT)
|
||||||
|
|||||||
Reference in New Issue
Block a user