Skip to content

Commit 19fe226

Browse files
author
root
committed
Correct a minor typo
1 parent 90d5250 commit 19fe226

File tree

1 file changed

+1
-1
lines changed
  • lib/metasploit/framework/login_scanner

1 file changed

+1
-1
lines changed

lib/metasploit/framework/login_scanner/nessus.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def attempt_login(credential)
8282

8383
def set_sane_defaults
8484
super
85-
# nessus_reset_login has the same default in TARGETURI, but rspec doesn't check nessus_reset_login
85+
# nessus_rest_login has the same default in TARGETURI, but rspec doesn't check nessus_rest_login
8686
# so we have to set the default here, too.
8787
self.uri = '/session'
8888
end

0 commit comments

Comments
 (0)