Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
havron authored Dec 3, 2018
1 parent d06d28b commit 28c2628
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Mobile device Scanner
# Mobile Device Scanner
Simple tool to check Android or iOS devices for IPS-spyware.


Expand All @@ -14,7 +14,14 @@ $ python3 server.py
```

Navigate to `http://localhost:5000` on a browser. You
will see the page of the `PhoneScanner` tool running. Connect a
will see the page of the `PhoneScanner` tool running.

It should look something like this:

![Phone Scanner UI](webstatic/phone_scanner-ui.png "Phone Scanner UI")


Connect a
device and click on the suitable button `Android` or `iOS`. Give it a nickname and click "Scan now". (**Please
connect one device at a time.**) It will take a few seconds for the scan to complete. We are working to have all scan results done at once on Android, but for the time being please leave the device plugged in when clicking on apps on the scan results table.

Expand All @@ -26,9 +33,7 @@ Need `python3.6+`, `xcode`, and `brew` installed in a Mac running OSX 10.9+.
Run `pip3 install -r requirements.txt` to get the required Python modules.
Run `./scripts/setup.sh` to get the iOS and Android dependencies (takes several minutes to build the iOS dependencies, go get a coffee while you wait).

![Phone Scanner UI](webstatic/phone_scanner-ui.png "Phone Scanner UI")

#### Prepare the phone for scanning
#### Prepare the mobile device for scanning
**Android**
(also see `localhost:5000/instruction` for more details step-by-step.)
1. You will need to activate [`developer options`](https://developer.android.com/studio/debug/dev-options.html)
Expand Down

0 comments on commit 28c2628

Please # to comment.