Skip to content

Commit

Permalink
Add OS sections.
Browse files Browse the repository at this point in the history
  • Loading branch information
EdOverflow authored Jan 2, 2018
1 parent dfc2b2f commit 69abbe9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ An OSINT tool to find contacts in order to report security vulnerabilities.

# Installation

## 🐧 Linux

Make sure you have installed the `whois` and `jq` packages.

```
Expand All @@ -14,6 +16,17 @@ $ chmod u+x contact.sh
$ ./contact.sh -d google.com -c google
```

## 🍎 OSX

```
$ brew install gnu-sed --with-default-names
$ brew install jq
$ git clone https://github.com/EdOverflow/contact.sh.git
$ cd contact.sh/
$ chmod u+x contact.sh
$ ./contact.sh -d google.com -c google
```

# Usage

```
Expand Down

0 comments on commit 69abbe9

Please sign in to comment.