The Arguments for Fake SMTP seem to have been cut and pasted:
parser.add_argument("--path", default='./mail_to_misp.py', help="Path to the mail_to_misp.py script.")
parser.add_argument("--path_forward", default='./mail_to_misp.py', help="Path to the mail_to_misp.py script.")
parser.add_argument("--email_forward", default='mail2misp@example.com', help="Path to the mail_to_misp.py script.")
At least 2 should be modified to be a bit clearer.
The Arguments for Fake SMTP seem to have been cut and pasted:
At least 2 should be modified to be a bit clearer.