ErdemOzgen / blackcart

Custom Black arch based docker container for continuous automated red teaming
GNU General Public License v3.0
13 stars 5 forks source link

Install gf #32

Closed ataseren closed 5 months ago

ataseren commented 5 months ago

gf is needed for some YAMLs to work. It will also be a good addition to the arsenal for future YAMLs.

It can be installed with:

go install github.com/tomnomnom/gf@latest
git clone https://github.com/1ndianl33t/Gf-Patterns

cp ~/go/bin/gf /bin/
mkdir ~/.gf
mv ~/Gf-Patterns/*.json ~/.gf
ErdemOzgen commented 5 months ago

fixed in docker erdemozgen/blackcart:1.0.5