Skip to content

Commit

Permalink
[Documentation] Fixed documentation to resolve issue #240
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryHoggard committed Jan 19, 2017
1 parent c8d751e commit 42514e3
Showing 1 changed file with 21 additions and 9 deletions.
30 changes: 21 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ drozer is open source software, maintained by MWR InfoSecurity, and can be downl

## Installing

### Arch Linux

`yaourt -S drozer`

### Building from Source

```
Expand All @@ -39,14 +35,31 @@ cd drozer
python setup.py build
python setup.py install
```
### Installing .egg

```
sudo easy_install drozer-2.x.x-py2.7.egg
```

### Installing .deb (Debian/Ubuntu)

```
sudo dpkg -i drozer-2.x.x.deb
```

### Arch Linux

`yaourt -S drozer`

## Usage

### Installing the Agent

Drozer can be installed using Android Debug Bridge (adb).

`$ adb install drozer.apk`
Download the latest Drozer Agent [here](https://github.com/mwrlabs/drozer/releases/download/2.3.4/drozer-agent-2.3.4.apk).

`$ adb install drozer-agent-2.x.x.apk`


### Starting a Session
Expand Down Expand Up @@ -111,12 +124,11 @@ For full source code, to report bugs, suggest features and contribute patches pl

<https://github.com/mwrlabs/drozer>

Bug reports, feature requests, comments and questions can be submitted sent to:

drozer [at] mwrinfosecurity.com

Bug reports, feature requests, comments and questions can be submitted [here](https://github.com/mwrlabs/drozer/issues).

Follow the latest drozer news, follow the project on Twitter:

[@mwrdrozer](https://twitter.com/mwrdrozer)



0 comments on commit 42514e3

Please sign in to comment.