aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>2016-08-10 15:28:54 +0000
committerpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>2016-08-10 15:28:54 +0000
commitb04fac63a4996f9749187c46e6369b6c69c12cf9 (patch)
treecbc209976ab2dfcaf930209bf82fa8592517bbfb
parent684e58a63ea4e88d37d4869f6fe87aea7c7f219e (diff)
downloadperlpsyc-b04fac63a4996f9749187c46e6369b6c69c12cf9.tar.gz
perlpsyc-b04fac63a4996f9749187c46e6369b6c69c12cf9.zip
socks5? then you know what youre doing
-rwxr-xr-xbin/remotor3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/remotor b/bin/remotor
index e467a2d..d367175 100755
--- a/bin/remotor
+++ b/bin/remotor
@@ -96,6 +96,9 @@ sub torparse {
96 say "torparse($!): $_" if debug & 1; 96 say "torparse($!): $_" if debug & 1;
97 chop; chop; 97 chop; chop;
98 terror unless $_; 98 terror unless $_;
99 # if an app is using socks 5 and *still* passing raw ip numbers
100 # then we presume it's intentional, not a broken DNS implementation
101 return if /DANGEROUS_SOCKS/ and /PROTOCOL=SOCKS5/;
99 return if $_ eq '510 Unrecognized command ""'; 102 return if $_ eq '510 Unrecognized command ""';
100 # we're not vidalia.. let's just show built circuits 103 # we're not vidalia.. let's just show built circuits
101 return if /^650 CIRC \d+ (LAUNCHED|EXTENDED)/; 104 return if /^650 CIRC \d+ (LAUNCHED|EXTENDED)/;