Skip to content

Commit

Permalink
Update eget_binaries_amd_x86_64.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Azathothas authored Sep 12, 2023
1 parent 44e072c commit 3b16590
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/scripts/eget_binaries_amd_x86_64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,11 @@ fi
eget "mvdan/sh" --asset "linux_amd64" --to "$HOME/bin/shfmt"
#shuffledns
eget "projectdiscovery/shuffledns" --asset "amd64" --asset "linux" --to "$HOME/bin/shuffledns"
#shortscan
pushd $(mktemp -d) && git clone "https://github.com/bitquark/shortscan" && cd shortscan
CGO_ENABLED=0 go build -v -ldflags="-s -w -extldflags '-static'" "./cmd/shortscan" ; mv "./shortscan" "$HOME/bin/shortscan"
CGO_ENABLED=0 go build -v -ldflags="-s -w -extldflags '-static'" "./cmd/shortutil" ; mv "./shortutil" "$HOME/bin/shortutil"
popd ; go clean -cache -fuzzcache -modcache -testcache
#smap
pushd $(mktemp -d) && git clone "https://github.com/s0md3v/Smap" && cd Smap
CGO_ENABLED=0 go build -v -ldflags="-s -w -extldflags '-static'" "./cmd/smap" ; mv "./smap" "$HOME/bin/smap" ; popd ; go clean -cache -fuzzcache -modcache -testcache
Expand Down

0 comments on commit 3b16590

Please sign in to comment.