8000 GitHub - fisiognomico/orjail.rs: Spawn an application in a restricted sanbox that forwards its traffic though the Tor Onion Network!
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Spawn an application in a restricted sanbox that forwards its traffic though the Tor Onion Network!

Notifications You must be signed in to change notification settings

fisiognomico/orjail.rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ WARNING

This project is currently under heavy development and is not reccomended for any sensitive context!

orjail.rs

orjail is a tool that lets you create a jail around a program to force its traffic through the Tor.

This project aims to be a full rewrite that relies on unpriviliged containers that are natively created using the standard library, while its predecessor relied on firejail that by design relies on privileged namespaces.

It's written in Rust because one of its core features will be to rely on arti to forward the jail traffic through TOR. Unfortunately this is not convenient at the moment, as this we expect to run TOR in transparent proxy mode, which arti does not offer at the moment.

Requirements

- slirp4netns
- tor
- bubblewrap (Optional)
- cargo (for building)

For example on Debian Bookworm you should be fine by just installing tor and slirp4netns: sudo apt install tor slirp4netns

Installation

At the moment supported by building only:

cargo build

then you can launch it as cargo run <command>, the binary should be saved in target/debug/orjailrs, in case you want to launch it manually.

Options

orjailrs [options] [command]

-d --debug Set log level to debug

-b --bubblewrap Spawn using bubblewrap

-u --uid User id to spawn inside the container

-t --tor Tor executable path

-s --slirp4netns slirp4netns executable path

-n --namespace Set the name of the network namespace


Made with ❤️ by _to hacklab

About

Spawn an application in a restricted sanbox that forwards its traffic though the Tor Onion Network!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0