https://github.com/kamandlou/spammer
Simple email spammer
https://github.com/kamandlou/spammer
golang spammer
Last synced: 17 days ago
JSON representation
Simple email spammer
- Host: GitHub
- URL: https://github.com/kamandlou/spammer
- Owner: Kamandlou
- Created: 2022-05-25T12:04:20.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-25T15:49:03.000Z (almost 3 years ago)
- Last Synced: 2025-02-13T11:49:43.161Z (2 months ago)
- Topics: golang, spammer
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spammer
Simple spammer written with golang## How to use?
1. Turn on allow less secure apps in sender gmail
2. Clone this repository
3. Run ``go build main.go``
## Flags
``from`` flag gets sender gmail.``password`` flag gets sender gmail password.
``to`` flag gets receiver email.
``msg`` flag gets email message.
``repeat`` flag gets how many time do you want to send an email. default value is 1
```bash
./main [email protected] --password=password [email protected] --msg="email message"
```