Rabby Sheikh
5 years ago
committed by
GitHub
2 changed files with 20 additions and 0 deletions
@ -0,0 +1,12 @@ |
|||
diff -uNr dnsmap-0.30/Makefile dnsmap-0.30-mod/Makefile
|
|||
--- dnsmap-0.30/Makefile 2010-02-21 17:39:40.000000000 +0600
|
|||
+++ dnsmap-0.30-mod/Makefile 2020-02-24 21:09:26.947091182 +0600
|
|||
@@ -1,6 +1,6 @@
|
|||
-CC=gcc
|
|||
+CC?=gcc
|
|||
CFLAGS=-I. |
|||
-BINDIR=/usr/local/bin
|
|||
+BINDIR=@TERMUX_PREFIX@/bin
|
|||
|
|||
dnsmap: dnsmap.c dnsmap.h |
|||
$(CC) $(CFLAGS) -o dnsmap dnsmap.c |
@ -0,0 +1,8 @@ |
|||
TERMUX_PKG_HOMEPAGE=https://code.google.com/archive/p/dnsmap/ |
|||
TERMUX_PKG_DESCRIPTION="Subdomain Bruteforcing Tool" |
|||
TERMUX_PKG_LICENSE="GPL-2.0" |
|||
TERMUX_PKG_MAINTAINER="Rabby Sheikh @xploitednoob" |
|||
TERMUX_PKG_VERSION=0.30 |
|||
TERMUX_PKG_SRCURL=https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/dnsmap/dnsmap-${TERMUX_PKG_VERSION}.tar.gz |
|||
TERMUX_PKG_SHA256=fcf03a7b269b51121920ac49f7d450241306cfff23c76f3da94b03792f6becbc |
|||
TERMUX_PKG_BUILD_IN_SRC=true |
Loading…
Reference in new issue