R0X4R / Garud

An automation tool that scans sub-domains, sub-domain takeover, then filters out XSS, SSTI, SSRF, and more injection point parameters and scans for some low hanging vulnerabilities automatically.
MIT License
768 stars 176 forks source link

Fix Docker Tags #45

Closed frost19k closed 2 years ago

frost19k commented 2 years ago

Previous version of the file would tag the image as r0x4r/garud:master.

This will return a repository does not exist error if the command used is docker pull r0x4r/garud because Docker's default tag is :latest

Current version creates three tags latest, 3.2.1, 3.2

Of course, you're gonna need to setup Docker Hub Account & Access Tokens.