Advertisement
metalx1000

Dump Web App URLs from Android

Nov 27th, 2024
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.20 KB | None | 0 0
  1. # Dumping a list of Webapp Shortcuts from Home Screen with Brave
  2. # Root Required
  3.  
  4. dir="/data/data/com.brave.browser/shared_prefs"
  5. grep -h -e url -e 'short_name' $dir/webapp_*.xml|sed -e 's/<[^>]*>//g'|tac
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement