Last active
September 14, 2023 15:49
-
-
Save moritztim/ff62579581a3427880411640088dc294 to your computer and use it in GitHub Desktop.
OWL instalation and run scripts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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