Created
December 3, 2024 11:59
-
-
Save otuva/07540b79e8c0d64941e8ed6336f9740c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo dnf update -y | |
flatpak search zaproxy | |
flatpak install org.zaproxy.ZAP | |
sudo dnf install waydroid | |
cd Desktop/ | |
ls | |
git clone https://github.com/casualsnek/waydroid_script | |
cd waydroid_script | |
python3 -m venv venv | |
venv/bin/pip install -r requirements.txt | |
sudo venv/bin/python3 main.py | |
clear | |
sudo waydroid init --system_channel=https://ota.waydro.id/system --vendor_channel=https://ota.waydro.id/vendor | |
clear | |
sud waydroid session stop | |
sudo waydroid session stop | |
sudo waydroid -h | |
sudo waydroid show-full-ui | |
cd Desktop/waydroid_script/ | |
ls | |
sudo venv/bin/python3 main.py certified | |
sudo waydroid session stop | |
nano wg0.conf | |
mv wg0.conf ~/ | |
ls | |
sudo venv/bin/python3 main.py | |
sudo venv/bin/python3 main.py install mitm --ca-cert ../zap_root_ca.cer | |
ip a | |
adb shell settings put global http_proxy "192.168.240.1:7890" | |
adb | |
dnf provides adb | |
adb devices | |
sudo dnf install android-tools | |
adb devices | |
adb connect 192.168.240.112:5555 | |
adb devices | |
adb shell settings put global http_proxy "192.168.240.1:8080" | |
adb shell settings put global http_proxy :0 | |
adb shell settings put global http_proxy "192.168.240.1:8080" | |
waydroid app install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment