Skip to content

Commit

Permalink
Added SQL Server 2017 detection to Invoke-BruteForce
Browse files Browse the repository at this point in the history
  • Loading branch information
samratashok committed Sep 9, 2018
1 parent 8024d45 commit 9244647
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Scan/Invoke-BruteForce.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ Goude 2012, TreuSec
{ $_ -match "^11" } { "SQL Server 2012";Break UsernameLoop }
{ $_ -match "^12" } { "SQL Server 2014";Break UsernameLoop }
{ $_ -match "^13" } { "SQL Server 2016";Break UsernameLoop }
{ $_ -match "^14" } { "SQL Server 2017";Break UsernameLoop }
Default { "Unknown" }
}
}
Expand Down

0 comments on commit 9244647

Please sign in to comment.