TOR
1
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.
2
Name:
Anonymous
2009-02-23 9:07
Probably.
3
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.
4
Name:
Anonymous
2009-02-23 9:15
back 2 /b plz pedo
5
Name:
test
!.CzKQna1OU!bs+RJAOyXTwZJRG
2009-02-23 9:22
test
6
Name:
Anonymous
2009-02-23 9:42
7
Name:
test
!rLtestX9oM
2009-02-23 10:29
test
8
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()
9
Name:
Anonymous
2009-02-23 11:59
import socket
You forgot your socket.
10
Name:
Anonymous
2009-02-23 12:59
>>9
Bitches don't know bout my auto-
import on
NameError.
11
Name:
Anonymous
2009-02-23 13:29
12
Name:
Anonymous
2009-02-23 13:47
>>11
I wish, it's
Python .
13
Name:
Anonymous
2009-02-23 13:51
>>12
Then stop writing code like a
PHP DEVELOPARD .
14
Name:
Anonymous
2009-02-23 14:58
The UNIX way
nc localhost 9051 << HERE
AUTHENTICATE ""
SIGNAL NEWNYM
QUIT
HERE
15
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
16
Name:
Anonymous
2009-02-23 16:04
The RETARD way
1: Get vidalia.
2: Click "get new identity" over and over
3: ???
4: Profit!
17
Name:
Anonymous
2009-02-23 23:50
>>16
Just use
instant.exe to automate the clicks. That's an
elegant solution.
18
Name:
Anonymous
2009-02-24 5:25
>>17
AutoIt > Instant.exe
19
Name:
Anonymous
2009-02-24 12:26
>>18
Just use Autohotkey if you insist to do this in some sort of totally legit way.
20
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!"
21
Name:
Anonymous
2009-03-06 7:14
bout web browsers Dillo.
22
Name:
yidaki53
2010-08-07 8:23
All these progs goes into some kind of automatic pause whenever Vidalia gets focus, extremely annoying.
23
Name:
Anonymous
2010-08-07 18:06
>>22
Maybe it's... oh never mind
24
Name:
Anonymous
2010-08-08 1:01
>>1
Anything to get that sweet CP amirite?