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:
- Find the port tor is running on. It is an HTTP Proxy
- Write code that connects to an HTTP Proxy (ie: non-SOCKS), ip address 127.0.0.1:[tor port]
Zombies
2008-11-07 16:21:44