Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 312 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 312 Bytes

harp (alpha)

  1. compile: g++ *.cpp -std=c++11 -no-pie -o harp -Wall `pkg-config gtkmm-3.0 --cflags --libs` -lcap

  2. set capabilities for raw socket and promiscuous mode as non root:

    setcap cap_net_raw,cap_net_admin=eip ./harp

alt tag