-
-
Notifications
You must be signed in to change notification settings - Fork 0
paranoya on Android
c0m4r edited this page Jan 16, 2024
·
1 revision
- Install F-Droid
- Install Termux from F-Droid store
- Upgrade Termux and install required packages
- Set up storage
- 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/