Thursday, April 29, 2010

Web Proxy Checker Pro 1.7.5 released

Download Web Proxy Checker Now

Improvements/Bugfixes

[+] Check for anonymity - detect anonymous and high anonymous (elite) proxies.

By the degree of anonymity HTTP proxies can be Transparent, Anonymous and High Anonymous (Elite). You can read more about proxies and their anonymity here: Proxy Lists

Web Proxy Checker Pro allows you to detect anonymous proxies. Turn on "Check for anonymity" option and select required level: "decline transparent proxies" or "only elite proxies allowed". "Anonymity check URL" - url of the script that returns HTTP request headers.

PHP script example that returns HTTP request headers

<?php
$headers = array();
echo "REMOTE_ADDR: ".$_SERVER['REMOTE_ADDR']."<br />\n";
foreach(array_keys($_SERVER) as $skey)
{
  if(substr($skey, 0, 5) == "HTTP_")
  {
    if ($skey != "HTTP_COOKIE")
    {
      echo $skey.": ".$_SERVER[$skey]."<br />\n";
    }
  }
 }
?>

( Read more... )

Monday, April 26, 2010

Web Searcher 1.1.2 released

Download Web Searcher Now

Improvements/Bugfixes

[+] Out Keywords to output file.

( Read more... )

Tuesday, April 20, 2010

Web Proxy Checker Pro 1.7.4 released

Download Web Proxy Checker Now

Improvements/Bugfixes

[+] You can configure URL of web service that used to resolve the IP address of reverse proxy.



By default (if no Resolve IP URL specified) Web Proxy Checker uses http://www.whatismyip.com/automation/n09230945.asp.

( Read more... )

Wednesday, April 14, 2010

Web Proxy Checker Pro 1.7.3 released

Download Web Proxy Checker Now

Improvements/Bugfixes

[+] Customizable SMTP Commands.



Macroses

%PROXY_HOST% - proxy_host part of the proxy
    (format of proxies: proxy_host:proxy_port).
%FROM_EMAIL% - source email address (random line from "FROM Emails" list)
%FROM_DOMAIN% - domain of the source email address.
%TO_EMAIL% - target email address (random line from "TO Emails" list).
%TO_DOMAIN% - domain of the target email address.
%EMAIL_DATE% - current date and time.
%RN10% - 10-digit random number.
%SUBJECT% - subject of the test email message (random line from "Subjects" list).
%BODY% - body of the test email message (random line from "Bodies" list).

Default SMTP Commands for delivery check

HELO %FROM_DOMAIN%
MAIL FROM:<%FROM_EMAIL%>
RCPT TO:<%TO_EMAIL%>
DATA
Date: %EMAIL_DATE%
From: %FROM_EMAIL%
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-Priority: 3 (Normal)
Message-ID: <%RN10%.%DATETIME%@%FROM_DOMAIN%>
To: %TO_EMAIL%
Subject: %SUBJECT%
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

%BODY%

.
RSET
QUIT

( Read more... )

Wednesday, April 7, 2010

Web Proxy Checker Pro 1.7.2 released

Download Web Proxy Checker Now

Improvements/Bugfixes

[+] Check for SMTP delivery

( Read more... )

Friday, April 2, 2010

Thumbnail Grabber 1.1 released

Download Thumbnail Grabber Now

In new version added options to generate output file names.

[+] Output File Name. You can choose what parts of source url use to generate file name (Domain, Document, Path + Document, Domain + Path + Document).

[+] Include Query Params. Turn on this option to add query parameters from source url to output file name.

( Read more... )