diff --git a/SQLRecon/SQLRecon/modules/XPCmdShell.cs b/SQLRecon/SQLRecon/modules/XPCmdShell.cs index e6ea4a0..1f11275 100644 --- a/SQLRecon/SQLRecon/modules/XPCmdShell.cs +++ b/SQLRecon/SQLRecon/modules/XPCmdShell.cs @@ -1,5 +1,4 @@ -using System; -using System.Collections.Generic; +using System; using System.Data.SqlClient; namespace SQLRecon.Modules @@ -115,4 +114,4 @@ namespace SQLRecon.Modules } } } -} \ No newline at end of file +}