Change exploit template comment header from http to https for Msftidy

* Msftidy complains about Line 2 of the exploit template comment having
* http:// protocol instead of https:// protocol
* Reference in PR #18170, commit hash ad0d3e79, where Msftidy lint test fails
* to pass, but in the next commit 591fee18, the test passes.
This commit is contained in:
ismaildawoodjee 2023-07-09 15:56:04 -04:00
parent b04ff3c579
commit 2aea7b2fda
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ But of course, to begin, you most likely need a template to work with, and here
```ruby
##
# This module requires Metasploit: http://metasploit.com/download
# This module requires Metasploit: https://metasploit.com/download
# Current source: https://github.com/rapid7/metasploit-framework
##