Skip to content

Commit fa42d0c

Browse files
author
Garret Picchioni
committed
Fixed minor spelling errors
1 parent 88f02e0 commit fa42d0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/exploits/multi/http/jboss_bshdeployer.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ def call_uri_mtimes(uri, num_attempts = 5, verb = nil, data = nil)
374374

375375
def auto_target
376376
if datastore['VERB'] == 'HEAD' then
377-
print_status("Sorry, automatic target detection doesn't work wit HEAD requests")
377+
print_status("Sorry, automatic target detection doesn't work with HEAD requests")
378378
else
379379
print_status("Attempting to automatically select a target...")
380380
res = query_serverinfo

modules/exploits/multi/http/jboss_maindeployer.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def initialize(info = {})
105105

106106
def auto_target
107107
if datastore['VERB'] == 'HEAD' then
108-
print_status("Sorry, automatic target detection doesn't work wit HEAD requests")
108+
print_status("Sorry, automatic target detection doesn't work with HEAD requests")
109109
else
110110
print_status("Attempting to automatically select a target...")
111111
res = query_serverinfo

0 commit comments

Comments
 (0)