Нема описа

niels 2207111eb3 Merge branch 'main' into make-runner-optional to test its correct working in upstream пре 2 година
.cargo 0014d5ced4 initial commit. ICMP and SYN scan supported пре 2 година
responder d192ec11e5 Replace local aya dependencies to depend on the git for future proofing, deployment and testing пре 2 година
responder-common d192ec11e5 Replace local aya dependencies to depend on the git for future proofing, deployment and testing пре 2 година
responder-ebpf 753147e8d5 Move l3 protocol and daddr extraction to util.rs and convert ipv4 address to host order from be пре 2 година
xtask c1dab14e45 Make the runner argument optional to let it run on a machine without sudo пре 2 година
.gitignore 0014d5ced4 initial commit. ICMP and SYN scan supported пре 2 година
Cargo.toml 0014d5ced4 initial commit. ICMP and SYN scan supported пре 2 година
README.md 0014d5ced4 initial commit. ICMP and SYN scan supported пре 2 година
pass_ips.csv 0014d5ced4 initial commit. ICMP and SYN scan supported пре 2 година

README.md

responder

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 eBPF

cargo xtask build-ebpf

To perform a release build you can use the --release flag. You may also change the target architecture with the --target flag

Build Userspace

cargo build

Run

cargo xtask run