Skip to content

Instantly share code, notes, and snippets.

@moritztim
Last active September 14, 2023 15:49
Show Gist options
  • Save moritztim/ff62579581a3427880411640088dc294 to your computer and use it in GitHub Desktop.
Save moritztim/ff62579581a3427880411640088dc294 to your computer and use it in GitHub Desktop.
OWL instalation and run scripts
git clone https://github.com/seemoo-lab/owl.git /tmp/owl
pushd /tmp/owl
git submodule update --init
git submodule update --remote --merge # see issue #77 on seemoo-lab/owl
mkdir build
cd build
cmake ..
make
sudo make install
popd
sudo owl -i $(ip link show | awk '/state UP/ {print substr($2, 1, length($2)-1); exit}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment