# gobuster/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package was created as follows. Internet access and external websites were required. This procedure may or may not work in the future. #!/bin/bash -e set -e HERE=`pwd` LOCALNAME=gobuster DATE6D=240702 DIR=$LOCALNAME-$DATE6D GITURL=https://github.com/OJ/gobuster.git rm -fr $DIR $DIR.tar.bz2 mkdir $DIR cd $DIR export HOME=`pwd` export GOPATH=$HOME/go git clone $GITURL $LOCALNAME cd $LOCALNAME make rm -fr gobuster rm -fr $HOME/.cache cd $HERE tar jcf $DIR.tar.bz2 $DIR/ rm -fr $DIR ls -l $DIR.tar.bz2 #--------------------------------------------------------------------- 2. This was a Kali Linux tool as of 2021. Reference links (may no longer work): https://tools.kali.org/tools-listing https://tools.kali.org/web-applications/gobuster #--------------------------------------------------------------------- [buildtimes] #--------------------------------------------------------------------- [settings] altpkg = yes configure = none exepack = yes license = See "license*.txt" in installed tree licfile = gobuster/LICENSE tmpsize = 28M #--------------------------------------------------------------------- [depends] go #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin mkdir -p $BINDIR LOCALNAME=gobuster export HOME=`pwd` export GOPATH=$HOME/go cd $LOCALNAME make mv gobuster $BINDIR/$LOCALNAME #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = tbd url_home = tbd url_lfs = tbd url_tarball = special # See "technotes" in "cfg" file #--------------------------------------------------------------------- [history] 210616 Added package 210616 Started with 210616 - same as 1a854dfd87 ("git" hash) 240702 Updated to 240702 - same as 308cf9fbaf