Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 42 |
Nodes: | 6 (0 / 6) |
Uptime: | 01:36:00 |
Calls: | 220 |
Calls today: | 1 |
Files: | 824 |
Messages: | 121,542 |
Posted today: | 6 |
Stefan Claas wrote:
Stefan Claas wrote:
Stefan Claas wrote:
https://github.com/706f6c6c7578/oc
Addes support for multiple entries (one per line) in the data_file
and comments, starting with #. This allows Alice to send to a group
of people and not only to Bob, in a single session.
Added a 'Note' for users wishing only to use Tor Expert Bundle, without
Tor Browser usage, for the client/server.
Added a 'Usenet-Examples' folder to the repository so that users can use oc_client.go with Dizum's m2n or Paganini's News Server.
Stefan Claas wrote:
Stefan Claas wrote:
Stefan Claas wrote:
Stefan Claas wrote:
https://github.com/706f6c6c7578/oc
Addes support for multiple entries (one per line) in the data_file
and comments, starting with #. This allows Alice to send to a group
of people and not only to Bob, in a single session.
Added a 'Note' for users wishing only to use Tor Expert Bundle, without Tor Browser usage, for the client/server.
Added a 'Usenet-Examples' folder to the repository so that users can use oc_client.go with Dizum's m2n or Paganini's News Server.
Added a 'minitalk' folder, containing a client and server, so that Alice
and Bob can talk to each other, in realtime.
Stefan Claas wrote:
I reorganized the repository and it consist now of oc_client.go, oc_server.go,
oc_m2n_server.go, oc_paganini_server.go and oc_middleman_server.go.
As sample output from oc_client.go, when sending a message, via middleman,
to dizum's m2n and paganini:
(two messages 'Hello World' are send to alt.test.test)
$ oc -d data.txt -f m.txt
Using Tor network
Send file...
File sent succesfully. Total time: 5 seconds
Server response:
============================
File received and sent by: w7t3g7oo5naebqwlezshgkgczttjn7x3re3farrzwa6bttvbnm5fcsad.onion:8084
No data stored nor log files are written by this server.
Target Onion Courier Response: utxloshiyxfxl7qxvcfglu4lscetfrxvagqqsaarl6kz2oxkoyp3tbid.onion:8081 ============================
File received and sent!
SMTP Session Log:
Connected to SMTP server smtp.dizum.com
TLS started
From: onion@onion.onion
To: mail2news@dizum.com
Data command sent
Message body sent
Message body closed
QUIT command sent
No data stored nor log files are written by this server.
$ oc -d data.txt -f m.txt
Using Tor network
Send file...
File sent succesfully. Total time: 6 seconds
Server response:
============================
File received and sent by: w7t3g7oo5naebqwlezshgkgczttjn7x3re3farrzwa6bttvbnm5fcsad.onion:8084
No data stored nor log files are written by this server.
Target Onion Courier Response: pds6pmetw53oh2tps6r2ptcciank7rwzxgqwoomcwmupvjvl4nwtfzid.onion:8082 ============================
File received and sent!
NNTP Session Log:
Server: 200 paganini.bofh.team InterNetNews NNRP server INN 2.6.4 ready (posting ok)
OCServ: POST
Server: 340 Ok, recommended message-ID <vdmags$1bjpf$1@paganini.bofh.team> OCServ: No data stored nor log files are written by this server.
OCServ: .
Server: 441 Multipost
OCServ: QUIT
205 Bye!
Hi all,
I just finished my latest Go Project, which allows Alice and Bob
to send messages or files to each other directly through the Tor
network, as long as their Tor Browser and Tor Exerpert Bundle is
running. Both have created their Tor Hidden Services with Tor
Browser locally and use both Go programs to send/receive messages
or files to each other.
This cuts out third party email servers etc. and the programs focus
on ease of use. :-)
Hope you like the idea!
https://github.com/706f6c6c7578/oc
Stefan Claas wrote:
https://github.com/706f6c6c7578/oc
Addes support for multiple entries (one per line) in the data_file
and comments, starting with #. This allows Alice to send to a group
of people and not only to Bob, in a single session.
Stefan Claas wrote:
Stefan Claas wrote:
Stefan Claas wrote:
Stefan Claas wrote:
Stefan Claas wrote:
https://github.com/706f6c6c7578/oc
Addes support for multiple entries (one per line) in the data_file and comments, starting with #. This allows Alice to send to a group of people and not only to Bob, in a single session.
Added a 'Note' for users wishing only to use Tor Expert Bundle, without Tor Browser usage, for the client/server.
Added a 'Usenet-Examples' folder to the repository so that users can use oc_client.go with Dizum's m2n or Paganini's News Server.
Added a 'minitalk' folder, containing a client and server, so that Alice and Bob can talk to each other, in realtime.
Added support for the Nomen Nescio TypeI Cypherpunk Remailer.
I reorganized the repository and it consist now of oc_client.go, oc_server.go,
oc_m2n_server.go, oc_paganini_server.go and oc_middleman_server.go.
Stefan Claas wrote:
Stefan Claas wrote:
https://github.com/706f6c6c7578/oc
Addes support for multiple entries (one per line) in the data_file
and comments, starting with #. This allows Alice to send to a group
of people and not only to Bob, in a single session.
Added a 'Note' for users wishing only to use Tor Expert Bundle, without
Tor Browser usage, for the client/server.
Anonymized the Server output, for more privacy.
Sample output from client, with 3 hops.
$ oc -d data.txt -f out.txt
Using Tor network
Send file...
File sent successfully. Total time: 8 seconds
Server response: File received and sent.
No data is stored or logged by Onion Courier.
Onion Courier Response: File received and sent.
No data is stored or logged by Onion Courier.
Onion Courier Response: File received and sent.
No data is stored or logged by Onion Courier.
Thus when an onlince PC is compromised third
parties do not know what rout it took, because
the first hop (guard node) needs a minicrypt
encrypted message, prior it send to the next hops.