Codebase list subfinder / 7278d1c
Initial release Sophie Brun 3 years ago
6 changed file(s) with 90 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 subfinder (2.3.8-0kali1) kali-dev; urgency=medium
1
2 * Initial release (see 6496)
3
4 -- Sophie Brun <[email protected]> Fri, 24 Jul 2020 11:58:51 +0200
0 Source: subfinder
1 Section: utils
2 Priority: optional
3 Maintainer: Kali Developers <[email protected]>
4 Uploaders: Sophie Brun <[email protected]>
5 Build-Depends: debhelper-compat (= 12),
6 dh-golang,
7 golang-github-json-iterator-go-dev,
8 golang-github-lib-pq-dev,
9 golang-github-m-mizutani-urlscan-go-dev,
10 golang-github-miekg-dns-dev,
11 golang-github-pkg-errors-dev,
12 golang-github-projectdiscovery-gologger-dev,
13 golang-github-rs-xid-dev,
14 golang-github-stretchr-testify-dev,
15 golang-github-tomnomnom-linkheader-dev,
16 golang-go,
17 golang-gopkg-yaml.v3-dev
18 Standards-Version: 4.5.0
19 Homepage: https://github.com/projectdiscovery/subfinder
20 Vcs-Browser: https://gitlab.com/kalilinux/packages/subfinder
21 Vcs-Git: https://gitlab.com/kalilinux/packages/subfinder.git
22 Rules-Requires-Root: no
23 XS-Go-Import-Path: github.com/projectdiscovery/subfinder
24 Testsuite: autopkgtest-pkg-go
25
26 Package: subfinder
27 Architecture: any
28 Built-Using: ${misc:Built-Using}
29 Depends: ${misc:Depends}, ${shlibs:Depends}
30 Description: subdomain discovery tool
31 This package contains a subdomain discovery tool that discovers valid
32 subdomains for websites by using passive online sources. It has a simple
33 modular architecture and is optimized for speed. subfinder is built for doing
34 one thing only - passive subdomain enumeration, and it does that very well.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: subfinder
2 Source: https://github.com/projectdiscovery/subfinder
3
4 Files: *
5 Copyright: Exposed Atoms Pvt Ltd
6 License: MIT
7
8 Files: debian/*
9 Copyright: 2020 Sophie Brun <[email protected]>
10 License: MIT
11
12 License: MIT
13 Permission is hereby granted, free of charge, to any person obtaining a
14 copy of this software and associated documentation files (the
15 "Software"), to deal in the Software without restriction, including
16 without limitation the rights to use, copy, modify, merge, publish,
17 distribute, sublicense, and/or sell copies of the Software, and to permit
18 persons to whom the Software is furnished to do so, subject to the
19 following conditions:
20 .
21 The above copyright notice and this permission notice shall be included
22 in all copies or substantial portions of the Software.
23 .
24 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
25 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
26 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
27 NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
28 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
29 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
30 USE OR OTHER DEALINGS IN THE SOFTWARE.
0 #!/usr/bin/make -f
1 # output every command that modifies files on the build system.
2 #export DH_VERBOSE = 1
3
4 export DH_GOPKG := github.com/projectdiscovery/subfinder
5 #export GOCACHE=$(CURDIR)/vendor
6 #export GOPATH=$(CURDIR)/vendor
7
8
9 %:
10 dh $@ --buildsystem=golang --sourcedir=cmd/subfinder
11
12 override_dh_auto_install:
13 dh_auto_install -- --no-source
0 3.0 (quilt)
0 version=4
1 opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%subfinder-$1.tar.gz%" \
2 https://github.com/projectdiscovery/subfinder/tags \
3 (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate