This is a new variant of email spam, enjoy email spam to multiple targets at once.
Need go 1.12+
or later.
If you have go1.15+ compiler installed and configured:
▶ GO111MODULE=on go get github.com/FerdinaKusumah/sepamin
▶ git clone https://github.com/FerdinaKusumah/sepamin
▶ cd sepamin
▶ go build .
▶ (sudo) mv sepamin /usr/local/bin
Flag | Description |
---|---|
-u, --user | Email account |
-f, --from | Sender user |
-pwd, --password | Password account |
-t, --target | Email target ex: hahahehe@gmail.com to multiple sender ex: hahahehe@gmail.com, cobacoba@gmail.com |
-c, --count | How much you wanna spam email |
-h, --host | SMTP Host, default use google smtp host |
-p, --port | SMTP Port, default use google smtp port |
-v, --verbose | Display debug message |
-h, --help | Display its helps |
▶ sepamin -user="example@gmail.com" -pwd "cobatebakhayoo" -t "target@gmail.com" -c 2 -v true
▶ sepamin -user="example@gmail.com" -pwd "cobatebakhayoo" -t "target1@gmail.com, target2@gmail.com, target3@gmail.com" -c 2
- Provide more email
- Sent email with image body
If you are still confused or found a bug, please open the issue. All bug reports are appreciated, some features have not been tested yet due to lack of free time.
sepamin released under MIT. See LICENSE
for more details.