NAME

eatmynetwork - run a program with (minimal) network sandboxing

SYNOPSIS

eatmynetwork <command> [arg ...]

DESCRIPTION

eatmynetwork takes a command and optional arguments, and runs them with a minimal network sandbox, effectively pretending as if the host machine has no network connection.

eatmynetwork is designed for program resilience testing: it can be used to run programs "as if" the host was offline, observing their failure modes. This is particularly useful for test suites, where unintentional network dependencies may be undesirable.

eatmynetwork is NOT a security tool. It does not guarantee strong network isolation; a motivated program may be able to circumvent its techniques. If strong isolation is desired or required, a full sandbox or other isolation mechanism MUST be used.

OPTIONS

-V, --version Print the version and exit.

-h, --help Print a help message and exit.

ENVIRONMENT

DEBUG When set, emit additional debugging information on stderr.

BUGS

None known. File issues at: https://github.com/trailofbits/eatmynetwork

AUTHOR

eatmynetwork is maintained by William Woodruff (<william @ trailofbits.com>).

This HTML page was made with roffit.