You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gobuster seems to be built against golang 1.6, which is pretty dated now.
It would be good to update this, and possibly even make use of the official go containers for building, and maybe multi build stages to cut down on container size.
For example, this is the Dockerfile I put together to build a tiny gobuster image (~1mb total), could follow a similar pattern maybe?
That's fair enough. Maybe drop a note in the README or something saying unmaintained so it's more obvious? And if the replacement is public, possibly linking to that as the new version.
Gobuster seems to be built against golang 1.6, which is pretty dated now.
It would be good to update this, and possibly even make use of the official go containers for building, and maybe multi build stages to cut down on container size.
For example, this is the Dockerfile I put together to build a tiny gobuster image (~1mb total), could follow a similar pattern maybe?
I also noticed that altdns seems to include go, yet doesn't appear to use it as it's python based?
Could probably be removed?
The text was updated successfully, but these errors were encountered: