tags:

views:

952

answers:

2

I'm conducting experiments regarding e-mail spam. One of these experiments require sending mail thru Tor. Since I'm using Python and smtplib for my experiments, I'm looking for a way to use the Tor proxy (or other method) to perform that mail sending. Ideas how this can be done?

A: 
  1. Find the port tor is running on. It is an HTTP Proxy
  2. Write code that connects to an HTTP Proxy (ie: non-SOCKS), ip address 127.0.0.1:[tor port]
Zombies
+1  A: 

Because of abuse by spammers, many Tor egress nodes decline to emit port 25 (SMTP) traffic, so you may have problems.