guardianproject / haven

Haven is for people who need a way to protect their personal spaces and possessions without compromising their own privacy, through an Android app and on-device sensors
https://guardianproject.github.io/haven/
GNU General Public License v3.0
6.58k stars 728 forks source link

Ideas? #358

Open WishWash opened 5 years ago

WishWash commented 5 years ago

Personally, I love the app- It would be great to fork and make a PR possibly with some ideas. One would be to detect when you're sleeping and disable a audio driver- Or something, sleep hypnosis sounds terrible but it's probably real and really hackerish.

I've also heard of AM being broadcast through FSB clocking and such, but that's probably irrelevant.

Also maybe some GPS features wouldn't be too bad. That could detect GPS jamming or cell jamming.

leonardoporpora commented 5 years ago

I think that one of the feature Haven miss the most is the possibility to link more devices so that if in a LAN you have 5 Haven phones you don't need 5 SIM but just one.

On Sat, Dec 15, 2018, 23:32 WishWash <notifications@github.com wrote:

Personally, I love the app- It would be great to fork and make a PR possibly with some ideas. One would be to detect when you're sleeping and disable a audio driver- Or something, sleep hypnosis sounds terrible but it's probably real and really hackerish.

I've also heard of AM being broadcast through FSB clocking and such, but that's probably irrelevant.

Also maybe some GPS features wouldn't be too bad. That could detect GPS jamming or cell jamming.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/guardianproject/haven/issues/358, or mute the thread https://github.com/notifications/unsubscribe-auth/Agm9eTWwFv2dQhhAeoNqpF3EfmzIKpKWks5u5XiAgaJpZM4ZU7SG .

WishWash commented 5 years ago

That sounds actually relatively easy kind of, if you're rooted you could maybe do some sim or imei editing or make sim copies. You could honestly- probably root and proxy the sip through to the phone with that badvpn tool on the repositories list. However- Here's one really out of the box idea.

Possibly run a wireless 4g/3g radio netstumbler-like plugin to search for nearby 4g devices and set up like a gps-like "fence"

I think you should be able to do this easily, but I think each carrier's towers are driven through the sim crypto, but there should still be beacons I'd think on each device still.

I think that one of the feature Haven miss the most is the possibility to link more devices so that if in a LAN you have 5 Haven phones you don't need 5 SIM but just one. On Sat, Dec 15, 2018, 23:32 WishWash @.*** wrote: Personally, I love the app- It would be great to fork and make a PR possibly with some ideas. One would be to detect when you're sleeping and disable a audio driver- Or something, sleep hypnosis sounds terrible but it's probably real and really hackerish. I've also heard of AM being broadcast through FSB clocking and such, but that's probably irrelevant. Also maybe some GPS features wouldn't be too bad. That could detect GPS jamming or cell jamming. — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#358>, or mute the thread https://github.com/notifications/unsubscribe-auth/Agm9eTWwFv2dQhhAeoNqpF3EfmzIKpKWks5u5XiAgaJpZM4ZU7SG .

Cont- Google hangouts and dialer can do this I think. I also really like the idea of either tapping the phone's line-out for a type of audio-hack protection or disabling it completely. But then you're moving into the security of whatever devices are attached in your room etc, running like nmap and being 2.4G connected to security audit everything locally.

ghost commented 5 years ago

I decided to freshly format my phone today. I tried to explore as much as I could to find some hidden privacy stuff that could be useful later: Photos:

https://github.com/Cha0sPanda/PhoneConfig/tree/master/photos

Google ads also has chrome mysteriously ask for phone file-system access. Hm.

Off the top of my head, I think it would be cool integrating something like nextdoor into haven, or free locality-based decentralized press/voice options. So you know your locality too in general (like if you just move.)

ghost commented 5 years ago

I had another idea, playing around with my lock screen gave me odd functionality with AVG running. It could be the on-person presence, but not sure. Somehow I hit the cogwheel at the top right of the drop-down menu and got access. This was with like voice assistance and AVG enabled? And emojis in the password box or whatever, and like opening camera sharing with the memopad.

Anyway, I did notice geo-tagging is enable-able from the photo menu on lock screen. Would this be of concern or something that might benefit haven by disabling this from the lock screen?

Also cell netstumbler for other devices would probably be illegally tunable, so might be out of the question. The other thing I'd look out for is bootleg power charging bricks.

And sleep-audio hacks. I like the pilfershush jammer, my phone is config'd to disable data on-call. Maybe benefit google to disable all audio on lock screen or re-route audio securely somehow possibly (a audio sleep timer?) dunno, I know the audio rail configurement on android requires root though.

Thanks, Ch0op