Sen descrición

niels 0eee2b2848 Add benchmarking and fix a few bugs hai 1 ano
.cargo 0014d5ced4 initial commit. ICMP and SYN scan supported %!s(int64=2) %!d(string=hai) anos
responder 0eee2b2848 Add benchmarking and fix a few bugs hai 1 ano
responder-bench 0eee2b2848 Add benchmarking and fix a few bugs hai 1 ano
responder-common 5efe839b43 make bloomfilter constants settable by envvar at compile time %!s(int64=2) %!d(string=hai) anos
responder-ebpf 0eee2b2848 Add benchmarking and fix a few bugs hai 1 ano
responder-tools 0eee2b2848 Add benchmarking and fix a few bugs hai 1 ano
xtask 0eee2b2848 Add benchmarking and fix a few bugs hai 1 ano
.gitignore 0eee2b2848 Add benchmarking and fix a few bugs hai 1 ano
Cargo.toml 0eee2b2848 Add benchmarking and fix a few bugs hai 1 ano
README.md da122a22d7 Add actual useful info to README.md %!s(int64=2) %!d(string=hai) anos

README.md

responder

Building Prerequisites

  1. Install a rust stable toolchain: rustup install stable
  2. Install a rust nightly toolchain: rustup install nightly
  3. Install bpf-linker: cargo install bpf-linker

Build Artifacts

cargo xtask build-artifacts
./bin/responder --csv <CSV>

Check the help page for more options:

./bin/responder --help

Run and Build for Development

Build userspace code:

cargo build

Build eBPF code:

cargo xtask build-ebpf

Run both (also builds both):

cargo xtask run