diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2017-10-17 20:02:10 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-17 20:02:10 +0530 |
commit | 4cffc75e2b649b6ba5cf28563fbb3bb72230494e (patch) | |
tree | 1374fa14c9a1ea14837e2f8754fe75d9fca4c2a0 /docs/Index.md | |
parent | a2f5a3f08d1bbff216ec772f8cd463ffb69ee79e (diff) |
Create Index.md
Diffstat (limited to 'docs/Index.md')
-rw-r--r-- | docs/Index.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/docs/Index.md b/docs/Index.md new file mode 100644 index 0000000..6e99d43 --- /dev/null +++ b/docs/Index.md @@ -0,0 +1,26 @@ +# Blueborne-Vulnerability-Scanner +![Version](https://img.shields.io/github/release/navanchauhan/Blueborne-Vulnerability-Scanner.svg) +[![License](https://img.shields.io/github/license/navanchauhan/Blueborne-Vulnerability-Scanner.svg)]() +![Issues](https://img.shields.io/github/issues/navanchauhan/Blueborne-Vulnerability-Scanner.svg) +### Instructions : +``` +sudo apt-get install bluetooth libbluetooth-dev +sudo pip install pybluez +sudo pip install pwntools +git clone https://github.com/navanchauhan/Blueborne-Vulnerability-Scanner/ +cd Blueborne-Vulnerability-Scanner +sudo bash scanner.sh + +``` + +## If your result is + +``` +[+] Exploit: Done +00000000 +``` + +This Means your device is safe from this vulnerability + + +###### Special thanks to ojasookert for his research on CVE-2017-0785 |