2011-03-10 05:11:03 +00:00
|
|
|
class Dnsmap < Formula
|
2015-05-19 00:00:59 +00:00
|
|
|
desc "Passive DNS network mapper (a.k.a. subdomains bruteforcer)"
|
2015-08-03 12:55:31 +00:00
|
|
|
homepage "https://code.google.com/p/dnsmap/"
|
|
|
|
url "https://dnsmap.googlecode.com/files/dnsmap-0.30.tar.gz"
|
|
|
|
sha256 "fcf03a7b269b51121920ac49f7d450241306cfff23c76f3da94b03792f6becbc"
|
2010-08-10 23:48:46 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
system "make", "CC=#{ENV.cc}", "CFLAGS=#{ENV.cflags}", "BINDIR=#{bin}", "install"
|
|
|
|
end
|
|
|
|
end
|