Skip to content
This repository has been archived by the owner on May 20, 2021. It is now read-only.

MSe1969/privacy-friendly-netmonitor-prebuilt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Privacy Friendly Net Monitor

This app monitors active network sockets and provides information on the scanned connections and apps. The invoking app is identified and listed with it's name, package and icon. The Connection's local and remote socket information (ip/port) is displayed along with a resolved hostname information and protocol evaluation based on well-known ports. Known un-/encrypted protocols are automatically marked. Additional features can be activated in the settings tab. This includes a panel for detailed technical information on connections, a logging functionality to keep scan results, and a remote analysis of TLS-Servers via SSL-Labs API.

This app is optimized regarding the user’s privacy. It doesn’t use any tracking mechanisms, neither it displays any advertisement. It belongs to the Privacy Friendly Apps group developed by the SECUSO research group at Technische Universität Darmstadt, Germany.

This Repo

...contains the unsigned apk built via ./gradlew assembleRelease from SecUSo:Privacy friendly Netmonitor as a prebuilt to be added to a ROM build tree. With the exception of this paragraph explaining the purpose of this repo, the README file has been copied from their repo. All credits for app development go to SecUSo

Motivation

This application has been developed to raise user awareness for the constant and unobserved communication behaviour of mobil device application. Additionally a coarse, technical analysis of the connections can help to identify unsecure, privacy-violating or malicious communicating behaviour of installed applications.

Download and more Information

Get it on F-Droid

API Reference

Mininum SDK: 22 Target SDK: 26

Setup

  • Android Studio 3.0.1

Future Enhancements

possible additional features

  • raw socket inspection
  • ip locating feature
  • export of identified information
  • display of additional remote host information (SSLLabs)
  • long term goal: addtitional active service, perfoming (deep) packet inspection with VPN-Capture implementation

License

Privacy Friendly Net Monitor is licensed under the GPLv3. Copyright (C) 2015 - 2017 Felix Tsala Schiller

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

The icons used in the nagivation drawer are licensed under the CC BY 2.5. In addition to them the app uses icons from Google Design Material Icons licensed under Apache License Version 2.0. All other images (the logo of Privacy Friendly Apps, the SECUSO logo, the app logos and the spash screen icon) copyright Technische Universtität Darmstadt (2016).

This application uses SSL Labs APIs v1.24.4 by Qualys SSL Labs (Terms of use: https://www.ssllabs.com/downloads/Qualys_SSL_Labs_Terms_of_Use.pdf) and Java SSL Labs API by Björn Roland GLicense: GPLv3, https://github.com/bjoernr-de/java-ssllabs-api)

Privacy Friendly Net Monitor is a non-root variant of TLSMetric android app (https://bitbucket.org/schillef/tlsmetric/overview) by Felix Tsala Schiller.

Contributors

App Icon:
Markus Hau

Developer:
Felix Tsala Schiller
Tobias Burger
Marco Egermaier

Contributors (Github):
Yonjuni
Kamuno
di72nn
stevesoltys
FroggieFrog