2 Commits

Author SHA1 Message Date
0x08 5af92fd1ac Merge e3e3657f2b into 87e22ae26b 2024-06-29 23:35:09 -04: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