[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: JanusVM tests



On Fri, Jun 12, 2009 at 03:11:39PM -0700, Kyle Williams wrote:
> It is a work in progress. Thank you for your feedback.  This is meant to
> test all anonymity services, not just Tor.That is why I didn't bother to
> check to see if they are coming through a Tor router.  I guess I could check
> that if it would please more people.

The easy way to check is to have a cron job that happens once an hour
or so:
wget "https://check.torproject.org/cgi-bin/TorBulkExitList.py?ip=66.109.20.54"; --no-check-certificate -q -O bulk-exitlist

and then you can just see if the client's IP address is in the
bulk-exitlist file.

--Roger