From 4d2748ac9a492fcd1697d49689cc09959db6c821 Mon Sep 17 00:00:00 2001 From: Paul White Date: Sun, 12 Jan 2014 18:25:04 -0500 Subject: [PATCH] Add /tech/mobile/index.md --- tech/mobile/android.md | 1 - tech/mobile/index.md | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 tech/mobile/index.md diff --git a/tech/mobile/android.md b/tech/mobile/android.md index dc6b43c..460c259 100644 --- a/tech/mobile/android.md +++ b/tech/mobile/android.md @@ -33,4 +33,3 @@ echo "ro.kernel.qemu=1" > /data/local.prop /system/build.prop ``` -Content coming. Feel free to submit ;-) diff --git a/tech/mobile/index.md b/tech/mobile/index.md new file mode 100644 index 0000000..e92fe9b --- /dev/null +++ b/tech/mobile/index.md @@ -0,0 +1,6 @@ +# Mobile + +Got a shell on a mobile device? Here's some things to do next. + +* [Android](android.md) - Android Post Exploitation +* [iOS](ios.md) - iOS Post Exploitation