Re: [tor-dev] How to connect test tor network from remote host.

2015-05-30 Thread Mohiuddin Ebna Kawsar
Ye did exactly what you said. in lib/TorNet.py there is a default field 'ip' changed from 127.0.0.1 to 10.0.2.11 . i think it also use for cert generation. Then configure with basic-min --> start. then cleaned all cache. just able to connec

Re: [tor-dev] How to connect test tor network from remote host.

2015-05-30 Thread Mohiuddin Ebna Kawsar
25%: Loading networkstatus consensus May 30 20:04:26.000 [warn] Received http status code 404 ("Not found") from server '10.0.2.11:5001' while fetching consensus directory. May 30 20:04:32.000 [warn] Received http status code 404 ("Not found") from server '10.0

Re: [tor-dev] How to connect test tor network from remote host.

2015-05-30 Thread Mohiuddin Ebna Kawsar
yes. nmap 10.0.2.11 -p 5000,5001,5002 Starting Nmap 6.47 ( http://nmap.org ) at 2015-05-30 19:49 CEST Nmap scan report for 10.0.2.11 Host is up (0.00069s latency). PORT STATE SERVICE 5000/tcp open upnp 5001/tcp open commplex-link 5002/tcp open rfe Nmap done: 1 IP address (1 host up) scanne

Re: [tor-dev] How to connect test tor network from remote host.

2015-05-30 Thread Mohiuddin Ebna Kawsar
yes i can, here is nmap output * Starting Nmap 6.47 ( http://nmap.org ) at 2015-05-30 19:05 CEST Nmap scan report for 10.0.2.11 Host is up (0.00070s latency). PORT STATE SERVICE 7000/tcp open afs3-fileserver 7001/tcp open afs3-callback 7002/tcp open afs3-prser

[tor-dev] How to connect test tor network from remote host.

2015-05-30 Thread Mohiuddin Ebna Kawsar
Hi, I setup Tor Test-Network in my laptop using chutney with basic-min configuration and i also configured tor-browser with this test network to browse internet. But now i want to bootstrap Test Tor-Network inside Virtual Machine. (Virtual Machine 1 = (3 AUTHORITY + 1 RELAY) IP= *10.0.2.11* (Vir

[tor-dev] Adding event listener for torbutton in in tor-browser

2015-05-09 Thread Mohiuddin Ebna Kawsar
Hi, I'm trying to add an event listener to torbutton . at first my while initialize torbutton will send "setevents warn" through control port. and when any warning rise from OP it wil be catch by my event listener and show the warning through alert message". i'm novice in javascript. please help

[tor-dev] How Exit node decide which relay dedicated for particular http response.

2015-01-22 Thread Mohiuddin Ebna Kawsar
Hi, Suppose an exit node is acting as Exit for 2 different client connected by 2 different middle and guard node. suppose one of the client make http get request which will pass through Exit and TCP packet Header will be then [SENDER: EXIT NODE IP, RECEIVER: WEB-SERVER IP]. Now we have a reply fro

Re: [tor-dev] how to simulate TOR network through chutney?

2015-01-15 Thread Mohiuddin Ebna Kawsar
yes, that's right. On Wed, Jan 14, 2015 at 3:16 PM, teor wrote: > > On 15 Jan 2015, at 01:02 , tor-dev-requ...@lists.torproject.org wrote: > > > Date: Wed, 14 Jan 2015 13:28:22 +0100 > > From: Mohiuddin Ebna Kawsar > > Subject: Re: [tor-dev] how to simu

Re: [tor-dev] how to simulate TOR network through chutney?

2015-01-14 Thread Mohiuddin Ebna Kawsar
Hi, isn't it possible to set exit node by explicitly specifying *ExcludeExitNodes test001a,test002a,test003r *in client torc file ? Regards Kawsar On Sun, Jan 11, 2015 at 2:45 PM, teor wrote: > > >> Date: Sun, 11 Jan 2015 14:09:56 +0100 > >> From: Mohiuddin Ebna

Re: [tor-dev] how to simulate TOR network through chutney?

2015-01-11 Thread Mohiuddin Ebna Kawsar
ore. Jan 11 14:11:01.066 [warn] The DirAuthority options 'hs' and 'no-hs' are obsolete; you don't need them any more. Jan 11 14:11:01.066 [warn] TestingTorNetwork is set. This will make your node almost unusable in the public Tor network, and is therefore only advised if yo

Re: [tor-dev] how to simulate TOR network through chutney?

2015-01-11 Thread Mohiuddin Ebna Kawsar
orNet.py", line 950, in main result = runConfigFile(args['action'], f) File "/home/raboon/chutney-master/lib/chutney/TorNet.py", line 927, in runConfigFile return getattr(network, verb)() File "/home/raboon/chutney-master/lib/chutney/TorNet.py", line 834

Re: [tor-dev] how to simulate TOR network through chutney?

2015-01-11 Thread Mohiuddin Ebna Kawsar
Hi teor, I forgot to mention that i added ExitPolicy accept 127.0.0.0/8:* ExitPolicy accept [::1]:* IPv6Exit 1 # to torc of each authority in net/nodes before ExitPolicy reject *:* On Sun, Jan 11, 2015 at 12:29 PM, Mohiuddin Ebna Kawsar

Re: [tor-dev] how to simulate TOR network through chutney?

2015-01-11 Thread Mohiuddin Ebna Kawsar
Jan 10, 2015 at 1:13 PM, teor wrote: > > On 10 Jan 2015, at 09:55 , teor wrote: > > >> Date: Tue, 6 Jan 2015 20:13:51 +0100 > >> From: Mohiuddin Ebna Kawsar > >> To: tor-dev@lists.torproject.org, matthias.wuebbel...@cs.uni-bonn.de > >> Subject: [tor-

[tor-dev] how to simulate TOR network through chutney?

2015-01-06 Thread Mohiuddin Ebna Kawsar
HI, I need to simulate TOR network in minimal case [1 ENTRY,1 RELAY,1 EXIT] node. how can i do that use chutney? how to setup exit node on my localhost and how to make circuit with that exit node? following are my config file with generated (slightly modified) torc files i use basic-min for co

Re: [tor-dev] TOR C# application

2014-12-16 Thread Mohiuddin Ebna Kawsar
i want to say download and install from source . you can find it in ( https://www.torproject.org/download/download). extract the tar file and read the README file for installation instruction. you also need to install MSYS (http://www.mingw.org/category/wiki/autotools ), libevent, openssl, and zl

Re: [tor-dev] TOR C# application

2014-12-16 Thread Mohiuddin Ebna Kawsar
install TOR client(Not Browser Bundle) and run it. Then socks port will open and you can connect from your program through TCP. On Tue, Dec 16, 2014 at 10:49 AM, Hollow Quincy wrote: > > >> Hi all, > >> > >> I would like to write a C# application (IRC client) that is using TOR. > >> I read a lot,

Re: [tor-dev] TOR C# application

2014-12-15 Thread Mohiuddin Ebna Kawsar
1) connect TOR through socks port(localhost:9050 default) from your c# application (TCP/IP) 2) Negotiate with TOR SOCKS( read https://www.ietf.org/rfc/rfc1928.txt carefully). Here is a simple c code .hope this will help.. //Create socket

[tor-dev] sending command from Exit node to client

2014-11-24 Thread Mohiuddin Ebna Kawsar
Hi, 1* I want to know is it possible to send command from Exit node to Client? if yes then How? 2* I also want to know is it possible to communicate with tor with other software like snort? Regards kawsar ___ tor-dev mailing list tor-dev@lists.torprojec

[tor-dev] tor packet handling

2014-11-11 Thread Mohiuddin Ebna Kawsar
Hi, I want to develop extension(intrusion detection) for tor. for that i have to extract TCP and IP header from packet. I need to know where and how tor handle packet(TCP/IP). is it in buffer.c / connection.c ? Regards Kawsar ___ tor-dev mailing list to