Skip to content

Commit

Permalink
v2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
skahwah authored Jun 29, 2022
1 parent daa55a2 commit 25fbbd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SQLRecon/SQLRecon/authentication/TestAuthentication.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public SqlConnection Send(String conString, String user, String sqlServer)

catch
{
Console.WriteLine("[!] Failed! " + user + " can not log in to " + sqlServer + "\n");
Console.WriteLine("[!] Failed! " + user + " can not log in to " + sqlServer.Replace(",",":") + "\n");
con = null;
return con;
}
Expand Down

0 comments on commit 25fbbd2

Please sign in to comment.