Skip to content

Commit

Permalink
tester igjen.
Browse files Browse the repository at this point in the history
  • Loading branch information
lmtrinbo committed May 14, 2018
1 parent fde48f7 commit 7568ba1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion prepareClientAttack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ then
echo "Compiling hostapd"
cd ./krackattacks-poc-zerokey/hostapd/
cp defconfig .config
make -j 2 > /dev/null
make -j 2 &>/dev/null
cd ../../
fi

Expand Down
2 changes: 1 addition & 1 deletion prepareClientScan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ then
echo "Compiling hostapd"
cd ./findVulnerable/hostapd/
cp defconfig .config
make -j 2 > /dev/null
make -j 2 &>/dev/null
cd ../../
fi

Expand Down

0 comments on commit 7568ba1

Please sign in to comment.