You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
email through raw SMTP is getting more difficult these days due to mail filtering, SMTP restrictions, and required SSL transports. Some embedded platforms don't have the mail command at all. Implement a way to invoke an HTTP GETs to a specified URL/IP using netcat or similar.
This would also have the nice side effect of revealing the IP that the RSTunnel host is at, in case that helps.
The text was updated successfully, but these errors were encountered:
email through raw SMTP is getting more difficult these days due to mail filtering, SMTP restrictions, and required SSL transports. Some embedded platforms don't have the
mail
command at all. Implement a way to invoke an HTTP GETs to a specified URL/IP using netcat or similar.This would also have the nice side effect of revealing the IP that the RSTunnel host is at, in case that helps.
The text was updated successfully, but these errors were encountered: