Versions in this module Expand all Collapse all v0 v0.2.0 May 13, 2021 Changes in this version type General + Bcc bool v0.1.1 May 9, 2021 v0.1.0 May 9, 2021 Changes in this version + var RootCmd = &cobra.Command + type Attack struct + Targets string + Template string + type General struct + Bulk bool + BulkDelay int + BulkSize int + Delay int + Separator string + type Mail struct + Custom string + From string + Name string + Subject string + type MailServer struct + Encryption string + Host string + Password string + Port int + Username string + type Options struct + Attack Attack + General General + Mail Mail + MailServer MailServer + Url Url + type Result struct + AttackerName string + Custom string + EndTime string + From string + StartTime string + Subject string + Targets []SendingMail + URL string + type SendingMail struct + AttackerName string + Body string + Custom string + URL string + type Target struct + Email string + Name string + type Url struct + Generate bool + Length int + Link string