The Privacy, Security, & OSINT Show

246-Android Sanitization


Listen Later

This week I discuss Android sanitization without custom ROMs, unlocked boot-loaders, or rooted devices. You may be surprised how easily you can make any Android device more private and secure.
Direct support for this podcast comes from our privacy services, online training, and new book: Open Source Intelligence Techniques (9th Edition). More details can be found at IntelTechniques.com. Your support eliminates any ads, sponsors, endorsements, Patreon, donations, or commercial influence on this show.
Listen to ALL episodes at https://inteltechniques.com/podcast.html
SHOW NOTES:
INTRO:
https://inteltechniques.com/blog/2021/12/27/appreciation-for-the-smartphone/
NEWS & UPDATES:
Book Discounts
PayPal Cell Requirements
ANDROID SANITIZATION:
ADB Installation:
Linux: sudo apt update && sudo apt install android-tools-adb android-tools-fastboot
Mac: brew install android-platform-tools
Windows: choco install adb
USB Debugging:
Settings > About Phone > Build Number (x7)
Settings > System > Advanced > Developer Options > Enable > USB Debugging > Enable
ADB Test:
adb devices
List all packages:
adb shell pm list packages --user 0
List specific packages:
adb shell pm list package --user 0 | grep 'google'
Uninstall a package for primary user:
adb shell pm uninstall -k --user 0 com.google.android.youtube
Reinstall a package for primary user:
adb shell cmd package install-existing com.google.android.youtube
Disable a package for primary user:
adb shell pm disable-user --user 0 com.google.android.youtube
Reenable a package for primary user:
adb shell pm enable com.google.android.youtube
Google services and apps examples:
Google Services: com.google.android.gsf
Google Play: com.google.android.gms
Google Store: com.android.vending
Google Carriers: com.google.android.ims
Google Speech: com.google.android.tts
Google Telemetry: com.google.mainline.telemetry
Google Photos: com.google.android.apps.photos
Google Maps: com.google.android.apps.maps
Google Calendar: com.google.android.calendar
Google Contacts: com.google.android.contacts
Google Messages: com.google.android.apps.messaging
Google Dialer: com.google.android.dialer
Google Keyboard: com.google.android.inputmethod.latin
Gmail: com.google.android.gm
Youtube: com.google.android.youtube
Simple Tools:
https://www.simplemobiletools.com
Extract and Install Example:
adb shell pm path com.android.gallery3d
adb pull /product/app/Gallery2/Gallery2.apk
adb install --user 0 Gallery2.apk
Secondary Profiles:
adb shell pm list packages --user 10
adb shell pm list package --user 10 | grep 'google'
adb install --user 10
adb shell pm uninstall -k --user 10 com.google.android.youtube
adb shell cmd package install-existing --user 10 com.google.android.youtube
adb shell pm disable-user --user 10 com.google.android.youtube
adb shell pm enable --user 10 com.google.android.youtube
Free Workbooks: https://inteltechniques.com/links.html
Affiliate Links:
ProtonVPN: https://go.getproton.me/aff_c?offer_id=26&aff_id=1519&url_id=282
ProtonMail: https://go.getproton.me/aff_c?offer_id=26&aff_id=1519&url_id=267
SimpleLogin Masked Email: https://simplelogin.io?slref=osint
Silent Pocket Bags & Wallets: https://slnt.com/discount/IntelTechniques
Privacy.com: https://privacy.com/join/ADK9W
...more
View all episodesView all episodes
Download on the App Store

The Privacy, Security, & OSINT ShowBy Michael Bazzell


More shows like The Privacy, Security, & OSINT Show

View all
Security Now (Audio) by TWiT

Security Now (Audio)

1,960 Listeners

SANS Internet Stormcenter Daily Cyber Security Podcast (Stormcast) by Johannes B. Ullrich

SANS Internet Stormcenter Daily Cyber Security Podcast (Stormcast)

634 Listeners

Defensive Security Podcast - Malware, Hacking, Cyber Security & Infosec by Jerry Bell and Andrew Kalat

Defensive Security Podcast - Malware, Hacking, Cyber Security & Infosec

370 Listeners

LINUX Unplugged by Jupiter Broadcasting

LINUX Unplugged

263 Listeners

CyberWire Daily by N2K Networks

CyberWire Daily

1,010 Listeners

Smashing Security by Graham Cluley & Carole Theriault

Smashing Security

313 Listeners

Click Here by Recorded Future News

Click Here

388 Listeners

Malicious Life by Malicious Life

Malicious Life

924 Listeners

Darknet Diaries by Jack Rhysider

Darknet Diaries

7,833 Listeners

Command Line Heroes by Red Hat

Command Line Heroes

452 Listeners

Cybersecurity Today by Jim Love

Cybersecurity Today

142 Listeners

Hacking Humans by N2K Networks

Hacking Humans

309 Listeners

CYBER by VICE

CYBER

573 Listeners

Self-Hosted by Jupiter Broadcasting

Self-Hosted

135 Listeners

Cyber Security Headlines by CISO Series

Cyber Security Headlines

120 Listeners