Skip to content

Commit

Permalink
Removing file, updating cli help
Browse files Browse the repository at this point in the history
  • Loading branch information
mikechabot committed Aug 8, 2018
1 parent b0f72c3 commit dbdca88
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
3 changes: 0 additions & 3 deletions example-msg.html

This file was deleted.

3 changes: 3 additions & 0 deletions example.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This is an e-mail message to be sent in HTML format
<b>This is HTML message.</b>
<h1>This is headline.</h1>
4 changes: 2 additions & 2 deletions spoofer/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
# Email composition arguments
required.add_argument('--sender', dest='sender', required=True, type=str, help='Sender address (e.g. [email protected])')
required.add_argument('--name', dest='name', required=True, type=str, help='Sender name (e.g. John Smith)')
required.add_argument('--recipients', dest='recipients', required=True, type=str, nargs='+', help='Recipient addresses (e.g. victim01@domain.com ...)')
required.add_argument('--recipients', dest='recipients', required=True, type=str, nargs='+', help='Recipient addresses (e.g. victim@domain.com ...)')
required.add_argument('--subject', dest='subject', required=True, type=str, help='Subject line')
required.add_argument('--filename', dest='filename', required=True, type=str, help='Message body filename (e.g. example-msg.html)')
required.add_argument('--filename', dest='filename', required=True, type=str, help='Message body filename (e.g. example.html)')

0 comments on commit dbdca88

Please sign in to comment.