2 Commits

Author SHA1 Message Date
0x08 f608b7a7f8 Merge e3e3657f2b into 06ebdbd0fe 2024-09-01 23:02:32 +08:00
0x08 e3e3657f2b fix: Add space to fix URLs in terminal
- Added space between URL and ">" character which made the link show not found page because ">" becomes part of the URL

Example URLs: - https://github.com/jtesta/ssh-audit/issues>
                       - https://github.com/jtesta/ssh-audit/issues%3E
                       - https://www.ssh-audit.com/hardening_guides.html%3E 
                        - https://www.ssh-audit.com/hardening_guides.html>

Example New URLs:  - https://github.com/jtesta/ssh-audit/issues
                               - https://www.ssh-audit.com/hardening_guides.html
2024-05-23 15:09:45 +02:00