1
mirror of https://github.com/carlospolop/PEASS-ng synced 2025-02-14 08:54:27 +01:00

Update SmokeTests.cs

- updated tests
This commit is contained in:
makikvues 2021-07-06 17:07:44 +02:00 committed by GitHub
parent e74ded2ba6
commit 5a552913d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ namespace winPEAS.Tests
{
try
{
string[] args = new string[0];
string[] args = new string[] { "systeminfo", "userinfo", "networkinfo", "servicesinfo","processinfo" };
Program.Main(args);
}
catch (Exception e)