Skip to content

TungstenFilament/xLite

 
 

Repository files navigation

README


  • Status: WIP
  • Date: 2017-04-16

DUMMY TEMPLATE (start remove)

This README would normally document whatever steps are necessary to get your application up and running.

What is this repository for?

How do I get set up?

  • Summary of set up
  • Configuration
  • Dependencies
  • Database configuration
  • How to run tests
  • Deployment instructions

Contribution guidelines

  • Writing tests
  • Code review
  • Other guidelines

Who do I talk to?

  • Repo owner or admin
  • Other community or team contact

DUMMY TEMPLATE (end remove)


SnoopSnitch xLite

This is the SnoopSnitch xLite source-code repository. SnoopSnitch xLite is a light weight and not funded, extended support version of the original SnoopSnitch from Security Research Labs.

SnoopSnitch collects and analyzes mobile radio data to make you aware of your mobile network security and to warn you about threats like fake base stations (IMSI catchers), user tracking and over-the-air updates.


License

  • Copyright (C) 2017 GPLv3 emigenix
  • Copyright (C) 2014-2016 GPLv3 Security Research Labs

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. See COPYING for details.

Resources

TBA

THIS work:

Original work:

For all technical questions concerning the detection mechnaism and its detailed functionality, please refer to the SRLabs Wiki and FAQ pages. If that is not sufficient, then please use the gsmmap mailing list at SRLabs. For other security affairs, please send private emails to SRLabs.

For development and maintenance questions of SnoopSnitch xLite, please email [email protected]. Please understand and resepct that this is an independent and forked venture that is likely to change some of the non-essential functionality and user interface behaviour of original the app.


How to build and install SnoopSnitch xLite

  1. Installation of Android Studio
  2. How to compile parser dependencies
  3. Building and Signing the app (WIP)

Building from source

Please please consult the Android documentation on how to set up the tools and perform a release build.


app permissions

The following permissions are required to run SnoopSnitch:

  • ACCESS_SUPERUSER: Open Qualcomm diagnosis interface to capture radio data
  • CALL_PHONE,
  • READ_PHONE_STATE,
  • SEND_SMS,
  • RECEIVE_SMS: Generate mobile network traffic recorded in active tests
  • GET_TASKS: Retrieve state of helper processes interacting with diagnosis interface
  • WAKE_LOCK: Acquire CPU for long-running analysis steps
  • ACCESS_FINE_LOCATION,
  • ACCESS_COARSE_LOCATION: record location of IMSI catchers and security events if configured
  • INTERNET: Download new data from gsmmap.org, upload radio traces and debug logs upon request
  • ACCESS_NETWORK_STATE: Postpone uploads until network is available

In addition, the app requires root privileges, which are only used to access the /dev/diag interface from which the baseband netwrok information is read.


Known Bugs

For the most recent list of bugs, please refer to the currently open GitHb issues.

For technical bugs, and limitations please refer to the GitHub Wiki article "Bugs and Limitations".


EOF

About

SnoopSnitch Extended (support) Lite

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.2%
  • Java 1.9%
  • Makefile 0.8%
  • Shell 0.1%
  • HTML 0.0%
  • JavaScript 0.0%