Skip to content

Commit 9aa4a8f

Browse files
committed
Update licensing information in Dockerfile and enhance README.md
- Changed license from MIT to GPL-3.0 in Dockerfile. - Revised README.md to improve project description, usage instructions, and added a feature matrix for clarity. - Updated badges for better visibility and included a warning about authorized use only.
1 parent a8e36d6 commit 9aa4a8f

File tree

2 files changed

+181
-127
lines changed

2 files changed

+181
-127
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ CMD ["-version"]
3636
LABEL org.opencontainers.image.title="subenum"
3737
LABEL org.opencontainers.image.description="A Go-based CLI tool for subdomain enumeration"
3838
LABEL org.opencontainers.image.source="https://github.com/TMHSDigital/subenum"
39-
LABEL org.opencontainers.image.licenses="MIT"
39+
LABEL org.opencontainers.image.licenses="GPL-3.0"
4040
LABEL org.opencontainers.image.documentation="https://github.com/TMHSDigital/subenum/blob/main/README.md"
4141
LABEL org.opencontainers.image.vendor="Educational Use Only"
4242
LABEL org.opencontainers.image.usage="For educational and legitimate security testing purposes only"

0 commit comments

Comments
 (0)