OnionShare - what do you think about this piece of software?
https://github.com/micahflee/onionshare https://onionshare.org/ Well, it's too "young", but it's OpenSource and the idea is good. any thoughts?
Dnia czwartek, 5 lutego 2015 14:45:54 Александр pisze:
https://github.com/micahflee/onionshare https://onionshare.org/
Well, it's too "young", but it's OpenSource and the idea is good. any thoughts?
Does it work behind a NAT? If it doesn't, it's pretty much useless... -- Pozdrawiam, Michał "rysiek" Woźniak Zmieniam klucz GPG :: http://rys.io/pl/147 GPG Key Transition :: http://rys.io/en/147
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA384 On 02/05/2015 23:47, rysiek wrote:
Dnia czwartek, 5 lutego 2015 14:45:54 Александр pisze:
https://github.com/micahflee/onionshare https://onionshare.org/
Well, it's too "young", but it's OpenSource and the idea is good. any thoughts?
Does it work behind a NAT? If it doesn't, it's pretty much useless...
Since it uses TOR hidden services, it does work behind NAT. hannes -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCQAGBQJU1IUEAAoJELyJZYjffCju5VcP/0H1QCWCZ+7YZmIBv16AmZHw O45IAKJVDGlgPBnXDt3kTGMaMETYdxrqUFkriegmGucMDXJL5jIV1GFsXr4z2+Rm uKmXixgfJ1Pa00aC7IIOfsC9H2u72hybC0faA08JOAcUrhBDoAo3d4crsOI3KT43 LKAg6giTCFz8VoVcLaqF02nkILPMEMdzk/ImuEt7Je6njigiF4mlRbKrb098ovOI VhT7z2qPvRzJRjAvTl08bb8okeVdzhIf6xRYnpo7WWjhBkNxOax0Jwmsp7dvPo91 FnaFQVDvPsxCDC/XvG1JWbj9maIjVjPc9qh1Ngtupbvr5VFlwK4YyYeBC9vbYv+F 96vFr1HWnemmKsWqSSlydnkyng/pyniFRAdbrSj59LsiQ3Qeig+NcSnJSMBAiPKp UOSUL1cvjatIPwkyubdIYyvwArEFvyN0AnqiYS7z6Bt5gjGO0c/GXziCCnglYgGz jY+m3eajE24e9uuMSg6Sx6t//jBB1+azh06JkxfbK50EgbOrmNo2g8fURojX4FXD 1Vf3M5arGlZPx6sQWidry7VVP7o0mBgCZ5ExUh25fet/j4YwVlsF2dDTiavjG06t 4WXCAdpfFmv1qLdn9n2bSSM8Mt5Uxwdw331xQwz0EIsdJiph+IAriAvXNLP3cFTb Cy9CwFKAuwV36jMoPI9m =sFTZ -----END PGP SIGNATURE-----
Dnia piątek, 6 lutego 2015 09:10:28 Hannes Mehnert pisze:
On 02/05/2015 23:47, rysiek wrote:
Dnia czwartek, 5 lutego 2015 14:45:54 Александр pisze:
https://github.com/micahflee/onionshare https://onionshare.org/
Well, it's too "young", but it's OpenSource and the idea is good. any thoughts?
Does it work behind a NAT? If it doesn't, it's pretty much useless...
Since it uses TOR hidden services, it does work behind NAT.
So it's more of a "cool idea, and a nice research project" rather than "damn, that's going into my standard toolset". On the other hand, how hard would it be to add a kind of "Tor-in-Tor" connection? If I have a Tor daemon running, it's connecting to the Tor network anyway, even behind NAT; can't this connection be used to also serve stuff under a hidden service? -- Pozdrawiam, Michał "rysiek" Woźniak Zmieniam klucz GPG :: http://rys.io/pl/147 GPG Key Transition :: http://rys.io/en/147
Dnia piątek, 6 lutego 2015 11:25:38 rysiek pisze:
Dnia piątek, 6 lutego 2015 09:10:28 Hannes Mehnert pisze:
On 02/05/2015 23:47, rysiek wrote:
Dnia czwartek, 5 lutego 2015 14:45:54 Александр pisze:
https://github.com/micahflee/onionshare https://onionshare.org/
Well, it's too "young", but it's OpenSource and the idea is good. any thoughts?
Does it work behind a NAT? If it doesn't, it's pretty much useless...
Since it uses TOR hidden services, it does work behind NAT.
So it's more of a "cool idea, and a nice research project" rather than "damn, that's going into my standard toolset".
I'm going to lay down somewhere under a rock now and consider re-learning the fine art of reading with comprehension. -- Pozdrawiam, Michał "rysiek" Woźniak Zmieniam klucz GPG :: http://rys.io/pl/147 GPG Key Transition :: http://rys.io/en/147
On Thu, Feb 05, 2015 at 02:45:54PM +0200, Александр wrote:
https://github.com/micahflee/onionshare https://onionshare.org/
Well, it's too "young", but it's OpenSource and the idea is good. any thoughts?
reminds me of my: https://github.com/stef/stash/ micah has this habit of reimplementing stuff, but then maybe this is more mature or "userfriendly" than mine which i have never really used. -- otr fp: https://www.ctrlc.hu/~stef/otr.txt
Greetings, I use the Tor hidden services features in txtorcon that Meejah and I worked on... It's a Tor controller API for Twisted Python applications. In some cases existing Twisted applications can use our Twisted Tor hidden service endpoint and parser without modifying a single line of code. Here's a powerful one-liner that reuses the Twisted webserver in a new way to service HTTP requests over a Tor hidden service: pip install txtorcon && twistd -n web --port "onion:80" --path ~/public_html you can read more about txtorcon here: http://timaq4ygg2iegci7.onion/ http://txtorcon.readthedocs.org/en/latest/ https://github.com/meejah/txtorcon You might also like the "pastebin" feature of carml: https://github.com/meejah/carml Of course txtorcon is not the only Tor controller API for python. There is also Stem which I believe has similar features that allow you to create Tor hidden services for non-Twisted python apps. Read more about it here: https://stem.torproject.org/ btw if you read the Tor Weekly News then you would have heard about these things =-) If you need verified end-to-end crypto and reliability of data storage then I'd suggest combining Tahoe-LAFS with Tor hidden services. I occasionally organize cryptoparty workshops on using Tahoe-LAFS with Tor hidden services. I can go into great detail about this if anyone is interested. Sincerely, David On Sat, Feb 7, 2015 at 10:52 AM, stef <s@ctrlc.hu> wrote:
On Thu, Feb 05, 2015 at 02:45:54PM +0200, Александр wrote:
https://github.com/micahflee/onionshare https://onionshare.org/
Well, it's too "young", but it's OpenSource and the idea is good. any thoughts?
reminds me of my: https://github.com/stef/stash/ micah has this habit of reimplementing stuff, but then maybe this is more mature or "userfriendly" than mine which i have never really used.
-- otr fp: https://www.ctrlc.hu/~stef/otr.txt
Dnia sobota, 7 lutego 2015 19:30:25 David Stainton pisze:
Greetings,
I use the Tor hidden services features in txtorcon that Meejah and I worked on... It's a Tor controller API for Twisted Python applications. In some cases existing Twisted applications can use our Twisted Tor hidden service endpoint and parser without modifying a single line of code.
Here's a powerful one-liner that reuses the Twisted webserver in a new way to service HTTP requests over a Tor hidden service:
pip install txtorcon && twistd -n web --port "onion:80" --path ~/public_html
you can read more about txtorcon here:
http://timaq4ygg2iegci7.onion/ http://txtorcon.readthedocs.org/en/latest/ https://github.com/meejah/txtorcon
You might also like the "pastebin" feature of carml: https://github.com/meejah/carml
Of course txtorcon is not the only Tor controller API for python. There is also Stem which I believe has similar features that allow you to create Tor hidden services for non-Twisted python apps. Read more about it here:
Cool, thanks!
btw if you read the Tor Weekly News then you would have heard about these things =-)
If you need verified end-to-end crypto and reliability of data storage then I'd suggest combining Tahoe-LAFS with Tor hidden services. I occasionally organize cryptoparty workshops on using Tahoe-LAFS with Tor hidden services. I can go into great detail about this if anyone is interested.
A howto would be great. -- Pozdrawiam, Michał "rysiek" Woźniak Zmieniam klucz GPG :: http://rys.io/pl/147 GPG Key Transition :: http://rys.io/en/147
participants (5)
-
David Stainton
-
Hannes Mehnert
-
rysiek
-
stef
-
Александр