HTTP Tookit built for Termux Android for anyone don't have computer
bash -c "$(curl -k -L --max-redirs 15 https://raw.githubusercontent.com/KhanhNguyen9872/HTTPToolkit_Termux/main/install.sh)"
- Install it first
- Run
httptoolkit
in termux - Choose
Start HTTP Toolkit
and wait - When started, you will see IP
127.0.0.1:1
with password, use RealVNC (or another app) to connect this IP VNC - If you want
Intercept Termux terminal
, chooseGet script for Termux terminal
, copy code and go to another tab (session), paste it and run - If you want
Intercept Chromium
, choose it in HTTP Toolkit website, new chromium will open
- Android 12+ may terminate Termux, displaying
[Process completed (signal 9) - press Enter]
. Use this command to resolve it/system/bin/device_config put activity_manager max_phantom_processes 2147483647
. You can use adb or root to run this command.