Skip to content

paranoya on Android

c0m4r edited this page Jan 16, 2024 · 1 revision

Installation

  1. Install F-Droid
  2. Install Termux from F-Droid store
  3. Upgrade Termux and install required packages
  4. Set up storage
  5. Download and set up paranoya

For convenience you can just copy this set of commands and paste it into the terminal (hold your finger on terminal and hit paste).

pkg upgrade -y
pkg install -y python git
termux-setup-storage
git clone https://github.com/c0m4r/paranoya.git
cd paranoya
./deploy.sh
./paranoya.py --nolog --intense --force -p ./test

Make sure to keep --force as it won't work without it inside Termux.

On non-rooted devices your filesystem access is limited. You can only access some of the files, provided by ~/storage link inside Termux.

Make sure to point paranoya to directories or files directly behind it, followed by a trailing slash.

For example -p ~/storage won't work, but -p ~/storage/shared/ will.

For example to scan downloads:

./paranoya.py --nolog --intense --force -p ~/storage/downloads/
Clone this wiki locally