From 8d13ef8efd908e800bf8cecc31c10cd062b807a8 Mon Sep 17 00:00:00 2001 From: Lucas Jackson Date: Sat, 7 Jul 2018 21:24:29 -0400 Subject: [PATCH 1/2] fix links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 533bd8e..bd20aa1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# [EggShell](http://lucas-jackson.me/eggshell) +# [EggShell](http://lucasjackson.io/eggshell) @@ -8,7 +8,7 @@ EggShell is a post exploitation surveillance tool written in Python. It gives yo Main menu -For detailed information and how-to visit http://lucas-jackson.me/eggshell +For detailed information and how-to visit http://lucasjackson.io/eggshell Follow me on twitter: @neoneggplant @@ -104,7 +104,7 @@ Similar to the session interface, we can type "help" to show Multihandler comman ## Featured Featured in EverythingApplePro's video demonstrating an iOS 9.3.3 Webkit vulnerability used to run EggShell -[![EverythingApplePro](http://lucas-jackson.me/images/eggshell/2.2.1/featureeep.png)](https://www.youtube.com/embed/iko0bCVW-zk?start=209) +[![EverythingApplePro](http://lucasjackson.io/images/eggshell/featureeep.png)](https://www.youtube.com/embed/iko0bCVW-zk?start=209)
From eaeeea7f806b157a0a7e234b618c72ecb8cb1650 Mon Sep 17 00:00:00 2001 From: Lucas Jackson Date: Sun, 23 Sep 2018 23:28:21 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bd20aa1..eab1c2a 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,14 @@ We can show all the available commands by typing "help" Command help + +## Taking Pictures +Session interaction + +Both iOS and macOS payloads have picture taking capability. The picture command lets you take a picture from the iSight on macOS as well as the front or back camera on iOS. + + + ### Tab Completion Similar to most command line interfaces, EggShell supports tab completion. When you start typing the path to a directory or filename, we can complete the rest of the path using the tab key. @@ -176,7 +184,7 @@ By using EggShell, you agree to the GNU General Public License v2.0 included in * **open** : open apps * **openurl** : open url on device * **persistence** : attempts to re establish connection after close -* **picture** : take picture through iSight +* **picture** : take picture through the front or back camera * **pid** : get process id * **respring** : restart springboard * **safemode** : put device into safe mode