bitspalter / sneaker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sneaker (alpha)

  1. compile: g++ *.cpp -std=c++11 -o sneaker -no-pie -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 ./sneaker

alt tag

About


Languages

Language:C++ 100.0%