This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
tips-and-tricks [2014/07/21 22:33] gsamfira |
tips-and-tricks [2014/07/21 22:44] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | Send email via telnet | + | ====== |
| + | |||
| + | |||
| + | ===== Open relay ===== | ||
| - | * Open relay | ||
| < | < | ||
| Line 17: | Line 19: | ||
| </ | </ | ||
| - | * with auth: | + | ===== with auth ===== |
| + | |||
| + | * generate base64 auth string: | ||
| + | |||
| + | < | ||
| + | # python | ||
| + | python -c ' | ||
| + | # bash | ||
| + | echo -n " | ||
| + | #perl | ||
| + | perl -MMIME::Base64 -e 'print encode_base64(" | ||
| + | </ | ||
| < | < | ||