Vault7: CIA Hacking Tools Revealed
Navigation: » Latest version
TODO: new bow tie
- Globbing, grab every database in the system instead of being specific with which database ie. /data/data/*/databases/*.db
- ANSWER:
ls -alR /data/data/*/databases/ | grep db
- ANSWER:
- Make sure command #1 can fail
- ANSWER: still failing :/