Skip to content

Commit

Permalink
Fixed minor spelling errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Garret Picchioni committed Dec 17, 2012
1 parent 88f02e0 commit fa42d0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/exploits/multi/http/jboss_bshdeployer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ def call_uri_mtimes(uri, num_attempts = 5, verb = nil, data = nil)

def auto_target
if datastore['VERB'] == 'HEAD' then
print_status("Sorry, automatic target detection doesn't work wit HEAD requests")
print_status("Sorry, automatic target detection doesn't work with HEAD requests")
else
print_status("Attempting to automatically select a target...")
res = query_serverinfo
Expand Down
2 changes: 1 addition & 1 deletion modules/exploits/multi/http/jboss_maindeployer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def initialize(info = {})

def auto_target
if datastore['VERB'] == 'HEAD' then
print_status("Sorry, automatic target detection doesn't work wit HEAD requests")
print_status("Sorry, automatic target detection doesn't work with HEAD requests")
else
print_status("Attempting to automatically select a target...")
res = query_serverinfo
Expand Down

0 comments on commit fa42d0c

Please sign in to comment.