Skip to content

FerdinaKusumah/sepamin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sepamin

made-with-Go GitHub license GitHub issues GitHub issues-closed GitHub pull-requests

Resource
  1. Getting Started
  2. Usage
  3. Contributing
  4. License
  5. Contact

Getting Started

This is a new variant of email spam, enjoy email spam to multiple targets at once.

Prerequisites

Need go 1.12+ or later.

Installation

from Source

If you have go1.15+ compiler installed and configured:

▶ GO111MODULE=on go get github.com/FerdinaKusumah/sepamin

from GitHub

▶ git clone https://github.com/FerdinaKusumah/sepamin
▶ cd sepamin
▶ go build .
▶ (sudo) mv sepamin /usr/local/bin

Usage

Flag Description
-u, --user Email account
-f, --from Sender user
-pwd, --password Password account
-t, --target Email target ex: [email protected] to multiple sender ex: [email protected], [email protected]
-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

Examples

Single Target

▶ sepamin -user="[email protected]" -pwd "cobatebakhayoo" -t "[email protected]" -c 2 -v true

Multiple Target

▶ sepamin -user="[email protected]" -pwd "cobatebakhayoo" -t "[email protected], [email protected], [email protected]" -c 2

Library

godoc

TODOs

  • Provide more email
  • Sent email with image body

Help & Bugs

contributions welcome

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.

License

license

sepamin released under MIT. See LICENSE for more details.