Skip to content

Commit

Permalink
bing-ip2hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrpiper committed Mar 1, 2015
1 parent 844fcb5 commit 23014e8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ The ultimate goal is to brew all major Kali Linux tools (not already present in

# Already in homebrew/homebrew
* acccheck
* amap

# Temporary Too-Hard Basket
* ace-voip (UCSniff 3.20)
* automater

9 changes: 9 additions & 0 deletions bing-ip2hosts.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
class BingIp2hosts < Formula
homepage "http://www.morningstarsecurity.com/research/bing-ip2hosts"
url "http://www.morningstarsecurity.com/downloads/bing-ip2hosts-0.4.tar.gz"
sha1 "f95b519dd107b9e4009d4c19e33304aba9e22fb6"

def install
bin.install "bing-ip2hosts"
end
end

0 comments on commit 23014e8

Please sign in to comment.