OESF Portables Forum

Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: mrtwister on October 17, 2005, 02:51:48 am

Title: Can Someone Compile Tor?
Post by: mrtwister on October 17, 2005, 02:51:48 am
Hello,
TOR is great internet anonimity tool. http://tor.eff.org (http://tor.eff.org) is it swebsite.
debian arm package do not working (other glibc)
to compile just need tor (at website recommending privoxy too but just tor ok)

after compilation you can do:
connect to internet
then /etc/rc.d/init.d/tor restart
then torify links www.checkmyip.com

torify works like socks chain
and also possible to use socks5 server at 127.0.0.1:9550

who can compile that?

i downloaded zgcc-3.3.4.img but i dont know how i can use it and do not found docs.
i only able bount it with mount - o loop
Title: Can Someone Compile Tor?
Post by: Chero on October 17, 2005, 03:02:06 am
Quote
Hello,
TOR is great internet anonimity tool. http://tor.eff.org (http://tor.eff.org) is it swebsite.
debian arm package do not working (other glibc)
to compile just need tor (at website recommending privoxy too but just tor ok)

after compilation you can do:
connect to internet
then /etc/rc.d/init.d/tor restart
then torify links www.checkmyip.com

torify works like socks chain
and also possible to use socks5 server at 127.0.0.1:9550

who can compile that?

i downloaded zgcc-3.3.4.img but i dont know how i can use it and do not found docs.
i only able bount it with mount - o loop
[div align=\"right\"][a href=\"index.php?act=findpost&pid=99666\"][{POST_SNAPBACK}][/a][/div]

Hi,

I started on a website, there's some docu on there about zgcc.
Do you get anywhere using it ?

Chero
Title: Can Someone Compile Tor?
Post by: urielka on October 17, 2005, 01:48:55 pm
why do you need this on the Z?
do someone is spying on you ?
Title: Can Someone Compile Tor?
Post by: mrtwister on October 17, 2005, 04:56:32 pm
Quote
why do you need this on the Z?
do someone is spying on you ?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=99754\"][{POST_SNAPBACK}][/a][/div]

no
tor is socks5 proxy and you can a lot with it.
1. just get anonymous surfing (it is like proxychains) and anonymous emailing.
2. icq / irc proxy
3. you can access your computer which are under nat over tor, if will run at your computer a hidden service (documented t tor.eff.org)
4. under public wifi you may use tor to access your smtp / pop3, if you dont have or cannot run stunnel and vpn

so for me tor is like vpn tool but more universal.
sure, i combine it with stunnel and ssh and ssl.

sash compiled it. and it working.
if someone will need, i will paste instruction how to use tor at zaurus.

other problem.
i installed nmap
i installed proxychains from debian ARM
both working
i compiled yaph.sourceforge.net
and it still require nmap and proxychains.
what is hell there ?
Title: Can Someone Compile Tor?
Post by: urielka on October 17, 2005, 05:07:01 pm
if you have some sort of sdk do this:
ldd yaph-binary
you will see all the linked library and if they are on your PATH(LD PATH  )
Title: Can Someone Compile Tor?
Post by: mrtwister on October 18, 2005, 07:50:46 am
# proxychains
Proxy Chains ver 1.8
Usage:   proxychains program_name [arguments]
         for example : proxychains telnet somehost.com
# nmap -v

Starting nmap 3.80 ( http://www.insecure.org/nmap/ (http://www.insecure.org/nmap/) ) at 2005-10-18 11:45 UTC
No target machines/networks specified!
QUITTING!
# ldd ./yaph
        libpthread.so.0 => /lib/libpthread.so.0 (0x4001e000)
        libc.so.6 => /lib/libc.so.6 (0x4003c000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
# yaph
 ... skip ...
Dependencies:
        nmap ver 3 and above, proxychains ver 1.8 and above.

 Read more help in README file

trial:
echo "63.218.103.54:3128@ANY" | ./yaph --use_hunter_stdin
will give help screen
same if do with other options.
63.. is proxy (retreived from online proxy list and needed to check)
Title: Can Someone Compile Tor?
Post by: sashz on October 18, 2005, 08:56:57 am
tor tsocks socat there
http://212.10.30.205/rc12/sashz/ (http://212.10.30.205/rc12/sashz/)