Saturday, November 6, 2010

Web Proxy Checker Pro 1.7.14

Download Web Proxy Checker Now

[+] Added support of STARTTLS command in "Check for SMTP" mode.


SMTP Commands example:

EHLO [%PROXY_HOST%]
STARTTLS
AUTH LOGIN
%BASE64_BEGIN%%FROM_EMAIL%%BASE64_END%
%BASE64_BEGIN%%FROM_PASS%%BASE64_END%
MAIL FROM:<%FROM_EMAIL%>
RCPT TO:<%TO_EMAIL%>
DATA
MIME-Version: 1.0
Date: %EMAIL_DATE%
X-Priority: 3 (Normal)
To: %TO_EMAIL%
From: %FROM_EMAIL%
Subject: %SUBJECT%
Content-Type: text/plain
Content-Transfer-Encoding:quoted-printable
Message-ID: <%RN10%.%DATETIME%@hotmail.com>

%BODY%

.
RSET
QUIT

Macroses, used in SMTP Commands:

%PROXY_HOST% - host part of the proxy.
%BASE64_BEGIN% ... %BASE64_END% - the start and the end of the BASE64-encoded block.
%FROM_EMAIL%, %FROM_PASS% - email and password of of the sender ("Check for Delivery"->"FROM Emails").
%TO_EMAIL% - target email ("Check for Delivery"->"TO Emails").
%EMAIL_DATE% - current date in email format.
%SUBJECT% - test subject ("Check for Delivery"->"Test Subjects").
%BODY% - test body ("Check for Delivery"->"Test Bodies").


No comments:

Post a Comment