Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

TOR

Name: Anonymous 2009-02-23 8:58

sup /prog/
Is there any way to get Tor to continuously use a new identity (preferrably at timed intervals, as I would not be able to do anything if it is constantly changing.)

I found a php script for it, but I have no idea what to do with it.

Name: Anonymous 2009-02-23 9:07

Probably.

Name: Anonymous 2009-02-23 9:09

I found a php script for it, but I have no idea what to do with it.
Burn it.

Name: Anonymous 2009-02-23 9:15

back 2 /b plz pedo

Name: test !.CzKQna1OU!bs+RJAOyXTwZJRG 2009-02-23 9:22

test

Name: Anonymous 2009-02-23 9:42

>>4
Back to /pr/

Name: test !rLtestX9oM 2009-02-23 10:29

test

Name: Anonymous 2009-02-23 11:57

The Python way
http://fscked.org/projects/torctl

import TorCtl
def resetTor():
    s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
    s.connect(("127.0.0.1", 9051))
    c = TorCtl.Connection(s)
    c.authenticate(secret='sage')
    c.send_signal(3)
    c.close()

resetTor()

Name: Anonymous 2009-02-23 11:59


import socket


You forgot your socket.

Name: Anonymous 2009-02-23 12:59

>>9
Bitches don't know bout my auto-import on NameError.

Name: Anonymous 2009-02-23 13:29

>>10
What is this, PHP?

Name: Anonymous 2009-02-23 13:47

>>11
I wish, it's Python.

Name: Anonymous 2009-02-23 13:51

>>12
Then stop writing code like a PHP DEVELOPARD.

Name: Anonymous 2009-02-23 14:58

The UNIX way

nc localhost 9051 << HERE
AUTHENTICATE ""
SIGNAL NEWNYM
QUIT
HERE

Name: Anonymous 2009-02-23 15:08

The EXPECT way
#!/usr/bin/expect -f
spawn telnet 127.0.0.1 9051
expect "Escape character is '^]'."
send "AUTHENTICATE\r"
expect "250 OK"
send "signal NEWNYM\r"
expect "250 OK"
send "QUIT\r"
# eos

Name: Anonymous 2009-02-23 16:04

The RETARD way

1: Get vidalia.
2: Click "get new identity" over and over
3: ???
4: Profit!

Name: Anonymous 2009-02-23 23:50

>>16
Just use instant.exe to automate the clicks. That's an elegant solution.

Name: Anonymous 2009-02-24 5:25

>>17
AutoIt > Instant.exe

Name: Anonymous 2009-02-24 12:26

>>18
Just use Autohotkey if you insist to do this in some sort of totally legit way.

Name: Anonymous 2009-02-24 20:06

>>19
I like your use of the phrase "totally legit" in reference to Tor.

When convicted of 11 counts of willful intent to download child porn, you can just tell the judge, "but I was using Autohotkey!"

Name: Anonymous 2009-03-06 7:14


bout web browsers Dillo.

Name: yidaki53 2010-08-07 8:23

All these progs goes into some kind of automatic pause whenever Vidalia gets focus, extremely annoying.

Name: Anonymous 2010-08-07 18:06

>>22
Maybe it's... oh never mind

Name: Anonymous 2010-08-08 1:01

>>1
Anything to get that sweet CP amirite?

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List