![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Jan 2006
Posts: 4
Rep Power: 0
![]() |
Perl IRC bot - connecting through tor?
Hey there,
I'm currently working a perl IRC bot. At the moment it just connects to a specified IRC server. But I would like to make a step forward, and make it connect through tor. How would I do that? I'm guessing I just have to connect to tor (I don't know how to do that yet), but what request should the bot send? Ipslore |
|
|
|
|
|
#2 |
|
Newbie
Join Date: Dec 2005
Posts: 13
Rep Power: 0
![]() |
Well... I know Tor uses the SOCKS protocol, and I guess (guessing is good) that it uses v5, but I'm not certain. Anyway, more info about the SOCKS protocol in the RFC (where else
). RFC1928 to be exact. http://www.ietf.org/rfc/rfc1928.txtEDIT: I had a look at CPAN, and they have a module that I think will fit you needs: IO: ocket: ocks. It makes the job so much easier. Check it out: http://search.cpan.org/~reatmon/IO-S...ocket/Socks.pm
__________________
Here comes the SWAT team, and the M-16, shoot the walls in, destroy the building. Wolverine was sad and it made him mad, every single cop got a bullet in the head. Last edited by swestres; Jan 29th, 2006 at 10:21 AM. Reason: Checked CPAN |
|
|
|
|
|
#3 |
|
Newbie
Join Date: Jan 2006
Posts: 4
Rep Power: 0
![]() |
Thanks!
I'll take a look at that and read it through ASAP. ![]() By the way, I think it's Socks4.. I'll check that, though. Last edited by Ipslore; Jan 31st, 2006 at 7:52 AM. Reason: Typo. |
|
|
|
|
|
#4 | |
|
Newbie
Join Date: Dec 2005
Posts: 13
Rep Power: 0
![]() |
Yeah, so it seems. socks4a to be precise, never heard of it. It could complicate things a lot. It seems that it supports socks5 too. More info on http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ
Quote:
![]()
__________________
Here comes the SWAT team, and the M-16, shoot the walls in, destroy the building. Wolverine was sad and it made him mad, every single cop got a bullet in the head. |
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|