Skip to content

Commit

Permalink
Add links to /privacy page in privacy posts
Browse files Browse the repository at this point in the history
  • Loading branch information
KrauseFx committed Apr 17, 2018
1 parent f94357c commit 4cf6cde
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 6 deletions.
7 changes: 7 additions & 0 deletions _posts/2017-09-05-ios-privacy-whats-the-user-doing.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,10 @@ and probably more, including guesses if the user is actively using their phone a
</a>
</h3>

<br />

## Similar projects I've worked on 

I published more posts on how to access the camera, the user's location data, their Mac screen and their iCloud password, check out [krausefx.com/privacy](/privacy) for more.


Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,9 @@ For more information about the proposal on how this could be fixed, how the code
Open on GitHub
</a>
</h3>

<br />

## Similar projects I've worked on 

I published more posts on how to access the camera, the user's location data, their Mac screen and their iCloud password, check out [krausefx.com/privacy](/privacy) for more.
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,9 @@ iOS should very clearly distinguish between system UI and app UI elements, so th

Nope, actually, that's how the system dialog looks like, the . is within the "string notation, so I designed the phishing dialog to also include the same style.

## Similar projects I worked on 
## Similar projects I've worked on 

* [what's the user doing](https://github.com/KrauseFx/whats-the-user-doing): Raising awareness of what you can do with a smartphones gyro sensors in web browsers
* [detect.location](https://github.com/krausefx/detect.location): An easy way to access the user's iOS location data without actually having access
I published more posts on how to access the camera, the user's location data, their Mac screen and their iCloud password, check out [krausefx.com/privacy](/privacy) for more.

<h3 style="text-align: center; font-size: 40px;">
<a href="https://github.com/KrauseFx/steal.password" target="_blank" style="text-decoration: underline;">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ As part of iOS 11, there is now an easy to use Vision framework, that allows dev

## Similar projects I've worked on 

* [what's the user doing](https://github.com/KrauseFx/whats-the-user-doing): Raising awareness of what you can do with a smartphones gyro sensors in web browsers
* [detect.location](https://github.com/krausefx/detect.location): An easy way to access the user's iOS location data without actually having access
* [steal.password](https://github.com/krausefx/steal.password): Easily get the user's Apple ID password, just by asking
I published more posts on how to access the camera, the user's location data, their Mac screen and their iCloud password, check out [krausefx.com/privacy](/privacy) for more.

---

Special thanks to [Soroush](https://twitter.com/khanlou), who came up with the initial idea for this write-up.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,7 @@ NSBitmapImageRep *bitmapRep = [[NSBitmapImageRep alloc] initWithCGImage:screensh
```

In my experiments, I piped the generated image over to a [OCR library](https://en.wikipedia.org/wiki/Optical_character_recognition) and was able to get all text that was rendered on the user's machine.

## Similar projects I've worked on 

I published more posts on how to access the camera, the user's location data, their Mac screen and their iCloud password, check out [krausefx.com/privacy](/privacy) for more.
5 changes: 5 additions & 0 deletions _posts/2018-03-03-follow-user.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,3 +156,8 @@ These are just some of the things that immediately come to my mind, every time I
* There should be exceptions, e.g. if a webview is used to show parts of the UI, or dynamic content, but it should be illegal to use webviews to show a linked or third party website

I also [filed a radar for this issue](https://openradar.appspot.com/radar?id=4963695432040448).

## Similar projects I've worked on 

I published more posts on how to access the camera, the user's location data, their Mac screen and their iCloud password, check out [krausefx.com/privacy](/privacy) for more.

0 comments on commit 4cf6cde

Please sign in to comment.