Codebase list gobuster / debian/1.0-0kali1
Initial release (Closes: #0002438) Sophie Brun 8 years ago
9 changed file(s) with 77 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 gobuster (1.0-0kali1) kali-dev; urgency=medium
1
2 * Initial release (Closes: #0002438)
3
4 -- Sophie Brun <[email protected]> Thu, 12 May 2016 16:14:39 +0200
0 Source: gobuster
1 Section: net
2 Priority: optional
3 Maintainer: Sophie Brun <[email protected]>
4 Build-Depends: debhelper (>=9),
5 golang-go (>= 1.4),
6 dh-golang
7 Standards-Version: 3.9.8
8 Homepage: https://github.com/OJ/gobuster
9 Vcs-Git: git://git.kali.org/packages/gobuster.git
10 Vcs-Browser: http://git.kali.org/gitweb/?p=packages/gobuster.git;a=summary
11 XS-Go-Import-Path: gobuster
12
13 Package: gobuster
14 Architecture: any
15 Depends: ${shlibs:Depends}, ${misc:Depends}
16 Description: Directory/file and DNS busting tool written in Go
17 This package contains an alternative directory and file busting tool written
18 in Go. Why:
19 * something that didn't have a fat Java GUI (console FTW).
20 * to build something that just worked on the command line.
21 * something that did not do recursive brute force.
22 * something that allowed to brute force folders and multiple
23 extensions at once.
24 * something that compiled to native on multiple platforms.
25 * something that was faster than an interpreted script (such as Python).
26 * something that didn't require a runtime.
27 * use something that was good with concurrency (hence Go).
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: gobuster
2 Source: https://github.com/OJ/gobuster
3
4 Files: *
5 Copyright: OJ Reeves
6 License: Apache-2.0
7
8 Files: debian/*
9 Copyright: 2016 Sophie Brun <[email protected]>
10 License: Apache-2.0
11
12 License: Apache-2.0
13 Licensed under the Apache License, Version 2.0 (the "License");
14 you may not use this file except in compliance with the License.
15 You may obtain a copy of the License at
16 .
17 http://www.apache.org/licenses/LICENSE-2.0
18 .
19 Unless required by applicable law or agreed to in writing, software
20 distributed under the License is distributed on an "AS IS" BASIS,
21 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22 See the License for the specific language governing permissions and
23 limitations under the License.
24 .
25 On Debian systems, the complete text of the Apache License version 2.0 can
26 be found in "/usr/share/common-licenses/Apache-2.0".
0 README.md
1 THANKS
0 README.source
1 README.Debian
0 #!/usr/bin/make -f
1
2 %:
3 dh $@ --buildsystem=golang --with=golang
4
5 override_dh_auto_install:
6 dh_auto_install --buildsystem=golang
7 rm -rf debian/gobuster/usr/share/gocode
0 3.0 (quilt)
0 version=4
1 opts="filenamemangle="s/v?(\d[\d.]*)\.tar\.gz/gobuster-$1.tar.gz/" \
2 https://github.com/OJ/gobuster/tags v?(\d[\d.]*)\.tar\.gz debian uupdate