Skip to content

Commit

Permalink
Fixing android readme reference to blog
Browse files Browse the repository at this point in the history
  • Loading branch information
benseri87 committed Dec 6, 2017
2 parents 6fd67a4 + 69314f5 commit ad56878
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions android/README.md
Expand Up @@ -10,9 +10,8 @@ For more details you may read the full technical white paper available here:

https://www.armis.com/blueborne/

In addition a detailed blog post on the exploitation of this vulnerability would also go live on Sunday 22nd of October here:

https://www.armis.com/blog/
In addition a detailed blog post on the exploitation of this vulnerability is available here:
https://www.armis.com/blueborne-on-android-exploiting-rce-over-the-air/

===============

Expand Down
2 changes: 1 addition & 1 deletion android/doit.py
Expand Up @@ -89,7 +89,7 @@ def set_rand_bdaddr(src_hci):


def memory_leak_get_bases(src, src_hci, dst):
prog = log.progress('Doing stack memeory leak...')
prog = log.progress('Doing stack memory leak...')

# Get leaked stack data. This memory leak gets "deterministic" "garbage" from the stack.
result = bluedroid.do_sdp_info_leak(dst, src)
Expand Down

0 comments on commit ad56878

Please sign in to comment.