From b4cc0f3be909ffb051e29a24d4965747f8580f54 Mon Sep 17 00:00:00 2001 From: Postmodern Date: Tue, 11 Jun 2024 13:56:30 -0700 Subject: [PATCH] Fix spelling mistake in the new exploit template. --- data/new/exploit.rb.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/new/exploit.rb.erb b/data/new/exploit.rb.erb index ef270c81..c41aab0b 100644 --- a/data/new/exploit.rb.erb +++ b/data/new/exploit.rb.erb @@ -106,7 +106,7 @@ module Ronin <%- end -%> # # - # # Test whether the target systme is vulnerable. + # # Test whether the target system is vulnerable. # # # def test # # return Vulnerable('host is vulnerable')