Няма описание

niels 0eee2b2848 Add benchmarking and fix a few bugs преди 1 година
.cargo 0014d5ced4 initial commit. ICMP and SYN scan supported преди 2 години
responder 0eee2b2848 Add benchmarking and fix a few bugs преди 1 година
responder-bench 0eee2b2848 Add benchmarking and fix a few bugs преди 1 година
responder-common 5efe839b43 make bloomfilter constants settable by envvar at compile time преди 2 години
responder-ebpf 0eee2b2848 Add benchmarking and fix a few bugs преди 1 година
responder-tools 0eee2b2848 Add benchmarking and fix a few bugs преди 1 година
xtask 0eee2b2848 Add benchmarking and fix a few bugs преди 1 година
.gitignore 0eee2b2848 Add benchmarking and fix a few bugs преди 1 година
Cargo.toml 0eee2b2848 Add benchmarking and fix a few bugs преди 1 година
README.md da122a22d7 Add actual useful info to README.md преди 2 години

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