Skip to content

Commit

Permalink
Update Invoke-BruteForce.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
sammbertram committed Nov 25, 2015
1 parent 225bd0f commit 5a115b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Scan/Invoke-BruteForce.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ Goude 2012, TreuSec
{
$usernames = Get-Content -ErrorAction SilentlyContinue -Path $UserList
$passwords = Get-Content -ErrorAction SilentlyContinue -Path $PasswordList
echo $usernames
if (!$usernames) {
$usernames = $UserList
Write-Verbose "UserList file does not exist. Using UserList as usernames:"
Expand Down

0 comments on commit 5a115b2

Please sign in to comment.