Live data from Hacker News

Show HN: RTCTunnel, build network tunnels over WebRTC

github.com

1–9 of 9 posts

Re: Show HN: RTCTunnel, build network tunnels over WebRTC

#2
Probably, for the time being, RTCTunnel will not be detected by NWGF as a VPN and therefor could be used to create a VPN that otherwise would be blocked by a FW.

If that fails, one could reside to sending jpeg images back-and-forth containing not real pictures but jpeg conform files that consist of encrypted data. I’m not aware that such a JPEGTunnel has ever been written but given the source code of RTCTunnel and the like, it shouldn’t be a very difficult task, eg a nice exercise for a student CS.

Re: Show HN: RTCTunnel, build network tunnels over WebRTC

#3
Great work! If I can run the golang file server on a bunch of heterogeneous nodes it would allow programmatic control of dumping / syncing / etc. I think the hardest part now is just locating all the hidden private media directories on all my mobile devices ;)

WebRTC was drafted as peer to peer network technology. But it's building layers on top of that peer mesh that will lead to interesting decentralized applications. This is a very rich area for developers!

Re: Show HN: RTCTunnel, build network tunnels over WebRTC

#6
post #2

Probably, for the time being , RTCTunnel will not be detected by NWGF as a VPN and therefor could be used to create a VPN that otherwise would be blocked by a FW. If that fails, one could reside to sending jpeg images back-and-forth containing not real pictures but jpeg conform files that consist of encrypted data. I’m not aware that such a JPEGTunnel has ever been written but given the source code of RTCTunnel and t…

What is an NWGF?

Re: Show HN: RTCTunnel, build network tunnels over WebRTC

#7
post #2

Probably, for the time being , RTCTunnel will not be detected by NWGF as a VPN and therefor could be used to create a VPN that otherwise would be blocked by a FW. If that fails, one could reside to sending jpeg images back-and-forth containing not real pictures but jpeg conform files that consist of encrypted data. I’m not aware that such a JPEGTunnel has ever been written but given the source code of RTCTunnel and t…

Not sure what NWGF is, but I can confirm that in UAE PeerConnections are blocked so it won't be much use for bypassing government censorship.

Re: Show HN: RTCTunnel, build network tunnels over WebRTC

#8
post #6
post #2

Probably, for the time being , RTCTunnel will not be detected by NWGF as a VPN and therefor could be used to create a VPN that otherwise would be blocked by a FW. If that fails, one could reside to sending jpeg images back-and-forth containing not real pictures but jpeg conform files that consist of encrypted data. I’m not aware that such a JPEGTunnel has ever been written but given the source code of RTCTunnel and t…

What is an NWGF?

https://en.wikipedia.org/wiki/Next-generation_firewall

Re: Show HN: RTCTunnel, build network tunnels over WebRTC

#9
This is great. Expect adversarial conditions once malware start using it.

These days though,bypassing behaviorial detection is the biggest challenge imo(think great firewall of china). This helps because the traffic would be classified legitimate at the begining of the session. But things like disproportional upstream traffic would make it easy to detect. I don't know much about webrtc but if it is(or becomes) common to do bidirectional media streaming over it,this tunnel would be ideal combined with stream encryption.

Pentesters take note,try your next exfil using this nifty tool :)