Skip to content

Commit 1a735c4

Browse files
committed
Fix MS2715, false positive when telneting against web server
Add a condition to identify when server returned HTML as login failure
1 parent 202c936 commit 1a735c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/msf/core/auxiliary/login.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ def create_login_ivars
4444
Unable | Error | Denied | Reject |
4545
Refuse | Close | Closing | %\ Bad |
4646
Sorry |
47+
\<\/body\>\<\/html\> |
4748
Not\ on\ system\ console |
4849
Enter\ username\ and\ password |
4950
Auto\ Apply\ On |

0 commit comments

Comments
 (0)