Fugitif

Results 22 comments of Fugitif

root@pentest rengine % sudo ./update.sh Do you want to apply your local changes after updating? (y/n) y COMPOSE_DOCKER_CLI_BUILD=1 docker-compose -f docker-compose.yml down No local changes to save hint: You have...

**sudo ./update.sh** Do you want to apply your local changes after updating? (y/n) y COMPOSE_DOCKER_CLI_BUILD=1 docker-compose -f docker-compose.yml down No local changes to save hint: You have divergent branches and...

rengine % sudo ./update.sh Do you want to apply your local changes after updating? (y/n) y COMPOSE_DOCKER_CLI_BUILD=1 docker-compose -f docker-compose.yml down [+] Running 1/0 ✔ Network rengine_default Removed 0.0s Saved...

> I just told you what to do, but you didn't try that yet it seems. I already did, but it's still useless root@pentest rengine % sudo git init Reinitialized...

All good for now, thank you very much. Unfortunately, I have a new problem. Honestly, if I had known what to expect with this update I would have preferred to...

I changed with arm below in Dockerfile _RUN wget https://golang.org/dl/go1.20.linux-arm64.tar.gz RUN tar -xvf go1.20.linux-arm64.tar.gz RUN rm go1.20.linux-arm64.tar.gz RUN mv go /usr/local_ I also replaced the old docker-compose.yml with the new...

[INFO] Checking for updates [INFO] NVD API has 242,601 records in this update [INFO] Downloaded 10,000/242,601 (4%) [INFO] Downloaded 20,000/242,601 (8%) [INFO] Downloaded 30,000/242,601 (12%) [INFO] Downloaded 40,000/242,601 (16%) [INFO]...

> Apparently the NVD API - which is not controlled by this project is having issues. Not much I can do. Hey Jeremy, appreciate the heads up. By the way,...

> The strange thing is that if I do it inside a docker (linux) it breaks, but if I run in my MacOS machine, it works. > > [INFO] Download...