https://github.com/kickeddroid/oxide
Oxide is a secure Quic/TCP tunnel using `iroh-net`. Written in rust, is highly inspired by chisel.
https://github.com/kickeddroid/oxide
Last synced: over 1 year ago
JSON representation
Oxide is a secure Quic/TCP tunnel using `iroh-net`. Written in rust, is highly inspired by chisel.
- Host: GitHub
- URL: https://github.com/kickeddroid/oxide
- Owner: KickedDroid
- License: apache-2.0
- Created: 2024-05-31T01:36:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-10T14:31:19.000Z (about 2 years ago)
- Last Synced: 2025-02-08T01:34:47.692Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Oxide
Experimental POC to use `iroh-net` as a p2p library to make a Quic/TCP Tunnel for infosec.
### Usage
Server (Alice) starts listening on all interfaces and listens for incoming traffic. Forwarding it to port 8080 on localhost.
```
oxide forward --host localhost:8080
```
Client (Bob) connects to Alice and is able to view Alices webpage `localhost:8080` on `localhost:3000`
```
oxide connect-tcp --addr localhost:3000 nodeaticket
```
The devices will establish a connection. No configuration required.