Merge pull request #9 from JosephGregg/patch-1

Update Readme dependencies
This commit is contained in:
Sarah Jamie Lewis 2016-04-11 13:37:57 -07:00
commit 8e71f1ce71
1 changed files with 12 additions and 2 deletions

View File

@ -4,13 +4,23 @@ The purpose of this tool is to make you a better onion service provider. You owe
it to yourself and your users to ensure that attackers cannot easily exploit and it to yourself and your users to ensure that attackers cannot easily exploit and
deanonymize. deanonymize.
## Dependencies ## Go Dependencies
* h12.me/socks - For the Tor SOCKS Proxy connection. * h12.me/socks - For the Tor SOCKS Proxy connection.
* github.com/xiam/exif & libexif-dev - For EXIF data extraction * github.com/xiam/exif - For EXIF data extraction.
## OS Package Dependencies
* libexif-dev on Debian based OS
* libexif-devel on Fedora
## Installing ## Installing
### Install OS dependencies
* On Debian based operating systems: `sudo apt-get install libexif-dev`
* On Fedora based operating systems: `sudo dnf install libexif-devel`
### Grab with go get ### Grab with go get
`go get github.com/s-rah/onionscan` `go get github.com/s-rah/onionscan`