Login
Bevor login, convert username and password into base64.
(!) Use telnet — nc sometimes does not work and does not return the server’s response!
HELO myname
AUTH LOGIN
cm9vdAo= // username in base64
334 Server reponds with base64 string
cm9vdAo= // password in base64
235 ok // success
Leave a Reply
You must be logged in to post a comment.