diff --git a/winPEAS/winPEASbat/winPEAS.bat b/winPEAS/winPEASbat/winPEAS.bat index 242ab4d..86b2086 100755 --- a/winPEAS/winPEASbat/winPEAS.bat +++ b/winPEAS/winPEASbat/winPEAS.bat @@ -280,8 +280,7 @@ ipconfig /displaydns | findstr "Record" | findstr "Name Host" echo. echo. echo _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-^> [+] WIFI ^<_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- -echo [i] To get the clear-text password use: netsh wlan show profile key=clear -netsh wlan show profile +for /f "tokens=4 delims=: " %%a in ('netsh wlan show profiles ^| find "Profile "') do (netsh wlan show profiles name=%%a key=clear | findstr "SSID Cipher Content" | find /v "Number" & echo.) echo. echo. echo. diff --git a/winPEAS/winPEASexe/winPEAS/Beaprint.cs b/winPEAS/winPEASexe/winPEAS/Beaprint.cs index 78ed4ef..f99f94f 100755 --- a/winPEAS/winPEASexe/winPEAS/Beaprint.cs +++ b/winPEAS/winPEASexe/winPEAS/Beaprint.cs @@ -102,7 +102,6 @@ namespace winPEAS System.Console.WriteLine(YELLOW + " [*] " + GREEN + "WinPEAS is a binary to enumerate possible paths to escalate privileges locally" + NOCOLOR); System.Console.WriteLine(LBLUE + " quiet" + GRAY + " Do not print banner" + NOCOLOR); System.Console.WriteLine(LBLUE + " searchslow" + GRAY + " Sleep while searching files to not consume a notable amount of resources" + NOCOLOR); - System.Console.WriteLine(LBLUE + " searchall" + GRAY + " Search all known filenames whith possible credentials (could take some mins)" + NOCOLOR); System.Console.WriteLine(LBLUE + " cmd" + GRAY + " Obtain wifi, cred manager and clipboard information executing CMD commands" + NOCOLOR); System.Console.WriteLine(LBLUE + " notcolor" + GRAY + " Don't use ansi colors (all white)" + NOCOLOR); System.Console.WriteLine(LBLUE + " systeminfo" + GRAY + " Search system information" + NOCOLOR); diff --git a/winPEAS/winPEASexe/winPEAS/Program.cs b/winPEAS/winPEASexe/winPEAS/Program.cs index aa716be..354a732 100755 --- a/winPEAS/winPEASexe/winPEAS/Program.cs +++ b/winPEAS/winPEASexe/winPEAS/Program.cs @@ -33,9 +33,8 @@ namespace winPEAS static string print_credStrings_limited = "[pP][aA][sS][sS][wW][a-zA-Z0-9_-]*|[pP][wW][dD][a-zA-Z0-9_-]*|[nN][aA][mM][eE]|[lL][oO][gG][iI][nN]|[cC][oO][nN][tT][rR][aA][sS][eE][a-zA-Z0-9_-]*|[cC][rR][eE][dD][eE][nN][tT][iI][aA][lL][a-zA-Z0-9_-]*|[aA][pP][iI]|[tT][oO][kK][eE][nN]|[sS][eE][sS][sS][a-zA-Z0-9_-]*"; static string print_credStrings = print_credStrings_limited + "|[uU][sS][eE][rR][a-zA-Z0-9_-]*"; static List credStringsRegex = new List { "PASSW[a-zA-Z0-9_-]*=", "PWD[a-zA-Z0-9_-]*=", "USER[a-zA-Z0-9_-]*=", "NAME=", "&LOGIN", "=LOGIN", "CONTRASEÑA[a-zA-Z0-9_-]*=", "CREDENTIAL[a-zA-Z0-9_-]*=", "API_KEY", "TOKEN" }; - static string patterns_file_creds = @"RDCMan.settings;*.rdg;*_history*;httpd.conf;.htpasswd;.gitconfig;.git-credentials;Dockerfile;docker-compose.yml;access_tokens.db;accessTokens.json;azureProfile.json;appcmd.exe;scclient.exe;*.gpg$;*.pgp$;*config*.php;elasticsearch.y*ml;kibana.y*ml;*.p12$;*.cer$;known_hosts;*id_rsa*;*id_dsa*;*.ovpn;tomcat-users.xml;web.config;*.kdbx;KeePass.config;Ntds.dit;SAM;SYSTEM;FreeSSHDservice.ini;sysprep.inf;sysprep.xml;*vnc*.ini;*vnc*.c*nf*;*vnc*.txt;*vnc*.xml;php.ini;https.conf;https-xampp.conf;my.ini;my.cnf;access.log;error.log;server.xml;ConsoleHost_history.txt"; - static string complete_patterns_file_creds = ";unattend.txt;*.der$;*.csr$;unattend.xml;unattended.xml;groups.xml;services.xml;scheduledtasks.xml;printers.xml;drives.xml;datasources.xml;setupinfo;setupinfo.bak"; - static string patterns_file_creds_color = @"RDCMan.settings|.rdg|_history|httpd.conf|.htpasswd|.gitconfig|.git-credentials|Dockerfile|docker-compose.ymlaccess_tokens.db|accessTokens.json|azureProfile.json|appcmd.exe|scclient.exe|unattend.txt|access.log|error.log|credential|password|.gpg|.pgp|config.php|elasticsearch|kibana.|.p12|\.der|.csr|.crt|.cer|.pem|known_hosts|id_rsa|id_dsa|.ovpn|tomcat-users.xml|web.config|.kdbx|.key|KeePass.config|ntds.dir|Ntds.dit|sam|system|SAM|SYSTEM|FreeSSHDservice.ini|sysprep.inf|sysprep.xml|unattend.xml|unattended.xml|vnc|groups.xml|services.xml|scheduledtasks.xml|printers.xml|drives.xml|datasources.xml|php.ini|https.conf|https-xampp.conf|my.ini|my.cnf|access.log|error.log|server.xml|setupinfo"; + static string patterns_file_creds = @"RDCMan.settings;*.rdg;*_history*;httpd.conf;.htpasswd;.gitconfig;.git-credentials;Dockerfile;docker-compose.yml;access_tokens.db;accessTokens.json;azureProfile.json;appcmd.exe;scclient.exe;*.gpg$;*.pgp$;*config*.php;elasticsearch.y*ml;kibana.y*ml;*.p12$;*.cer$;known_hosts;*id_rsa*;*id_dsa*;*.ovpn;tomcat-users.xml;web.config;*.kdbx;KeePass.config;Ntds.dit;SAM;SYSTEM;security;software;FreeSSHDservice.ini;sysprep.inf;sysprep.xml;*vnc*.ini;*vnc*.c*nf*;*vnc*.txt;*vnc*.xml;php.ini;https.conf;https-xampp.conf;my.ini;my.cnf;access.log;error.log;server.xml;ConsoleHost_history.txt;pagefile.sys;NetSetup.log;iis6.log;AppEvent.Evt;SecEvent.Evt;default.sav;security.sav;software.sav;system.sav;ntuser.dat;index.dat;bash.exe;wsl.exe;unattend.txt;*.der$;*.csr$;unattend.xml;unattended.xml;groups.xml;services.xml;scheduledtasks.xml;printers.xml;drives.xml;datasources.xml;setupinfo;setupinfo.bak"; + static string patterns_file_creds_color = @"RDCMan.settings|.rdg|_history|httpd.conf|.htpasswd|.gitconfig|.git-credentials|Dockerfile|docker-compose.ymlaccess_tokens.db|accessTokens.json|azureProfile.json|appcmd.exe|scclient.exe|unattend.txt|access.log|error.log|credential|password|.gpg|.pgp|config.php|elasticsearch|kibana.|.p12|\.der|.csr|.crt|.cer|.pem|known_hosts|id_rsa|id_dsa|.ovpn|tomcat-users.xml|web.config|.kdbx|.key|KeePass.config|ntds.dir|Ntds.dit|sam|system|SAM|SYSTEM|security|software|SECURITY|SOFTWARE|FreeSSHDservice.ini|sysprep.inf|sysprep.xml|unattend.xml|unattended.xml|vnc|groups.xml|services.xml|scheduledtasks.xml|printers.xml|drives.xml|datasources.xml|php.ini|https.conf|https-xampp.conf|my.ini|my.cnf|access.log|error.log|server.xml|setupinfo|pagefile.sys|NetSetup.log|iis6.log|AppEvent.Evt|SecEvent.Evt|default.sav|security.sav|software.sav|system.sav|ntuser.dat|index.dat|bash.exe|wsl.exe"; // Create Dynamic blacklists static string currentUserName = Environment.UserName; @@ -209,6 +208,61 @@ namespace winPEAS } } + void PrintTranscriptPS() + { + try + { + Beaprint.MainPrint("PS default transcripts history"); + Beaprint.InfoPrint("Read the PS history inside these files (if any)"); + string drive = Path.GetPathRoot(Environment.SystemDirectory); + string path = drive + @"transcripts\"; + if (Directory.Exists(path)) + { + string[] fileEntries = Directory.GetFiles(path); + List fileEntriesl = new List(fileEntries); + if (fileEntries.Length > 0) + { + Dictionary colors = new Dictionary() + { + { "^.*", Beaprint.ansi_color_bad }, + }; + Beaprint.ListPrint(fileEntriesl, colors); + } + } + + + } + catch (Exception ex) + { + Beaprint.GrayPrint(String.Format("{0}", ex)); + } + } + + void PrintConsoleHostHistory() + { + try + { + Beaprint.MainPrint("Powershell Console Host History"); + string console_host_history = InterestingFiles.GetConsoleHostHistory(); + if (console_host_history != "") + { + + string text = File.ReadAllText(console_host_history); + List credStringsRegexPowershell = new List(credStringsRegex); + credStringsRegexPowershell.Add("CONVERTTO-SECURESTRING"); + + if (MyUtils.ContainsAnyRegex(text.ToUpper(), credStringsRegexPowershell)) + Beaprint.BadPrint(" " + console_host_history + " (Potential credentials found)"); + else + System.Console.WriteLine(" " + console_host_history); + } + } + catch (Exception ex) + { + Beaprint.GrayPrint(String.Format("{0}", ex)); + } + } + void PrintAuditInfo() { try @@ -463,9 +517,67 @@ namespace winPEAS } } + void PrintWSUS() + { + try + { + Beaprint.MainPrint("Checking WSUS"); + Beaprint.LinkPrint("https://book.hacktricks.xyz/windows/windows-local-privilege-escalation#wsus"); + string path = "Software\\Policies\\Microsoft\\Windows\\WindowsUpdate"; + string path2 = "Software\\Policies\\Microsoft\\Windows\\WindowsUpdate\\AU"; + string HKLM_WSUS = MyUtils.GetRegValue("HKLM", path, "WUServer"); + string using_HKLM_WSUS = MyUtils.GetRegValue("HKLM", path, "UseWUServer"); + if (HKLM_WSUS.Contains("http://")) + { + Beaprint.BadPrint(" WSUS is using http: " + HKLM_WSUS); + Beaprint.InfoPrint("You can test https://github.com/pimps/wsuxploit to escalate privileges"); + if (using_HKLM_WSUS == "1") + Beaprint.BadPrint(" And UseWUServer is equals to 1, so it is vulnerable!"); + else if (using_HKLM_WSUS == "0") + Beaprint.GoodPrint(" But UseWUServer is equals to 0, so it is not vulnerable!"); + else + System.Console.WriteLine(" But UseWUServer is equals to " + using_HKLM_WSUS + ", so it may work or not"); + } + else + { + if (String.IsNullOrEmpty(HKLM_WSUS)) + Beaprint.NotFoundPrint(); + else + Beaprint.GoodPrint(" WSUS value: " + HKLM_WSUS); + } + } + catch (Exception ex) + { + Beaprint.GrayPrint(String.Format("{0}", ex)); + } + } + + void PrintAlwaysInstallElevated() + { + try + { + Beaprint.MainPrint("Checking AlwaysInstallElevated"); + Beaprint.LinkPrint("https://book.hacktricks.xyz/windows/windows-local-privilege-escalation#alwaysinstallelevated"); + string path = "Software\\Policies\\Microsoft\\Windows\\Installer"; + string HKLM_AIE = MyUtils.GetRegValue("HKLM", path, "AlwaysInstallElevated"); + string HKCU_AIE = MyUtils.GetRegValue("HKCU", path, "AlwaysInstallElevated"); + if (HKLM_AIE == "1") + Beaprint.BadPrint(" AlwaysInstallElevated set to 1 in HKLM!"); + if (HKCU_AIE == "1") + Beaprint.BadPrint(" AlwaysInstallElevated set to 1 in HKCU!"); + if (HKLM_AIE != "1" && HKCU_AIE != "1") + Beaprint.GoodPrint(" AlwaysInstallElevated isn't available"); + } + catch (Exception ex) + { + Beaprint.GrayPrint(String.Format("{0}", ex)); + } + } + Beaprint.GreatPrint("System Information"); PrintBasicSystemInfo(); - PrintPSInfo(); + PrintUserEV(); + PrintSystemEV(); PrintAuditInfo(); PrintWEFInfo(); PrintLAPSInfo(); @@ -473,12 +585,15 @@ namespace winPEAS PrintLSAProtection(); PrintCredentialGuard(); PrintCachedCreds(); - PrintUserEV(); - PrintSystemEV(); - PrintInetInfo(); - PrintDrivesInfo(); PrintAVInfo(); PrintUACInfo(); + PrintPSInfo(); + PrintTranscriptPS(); + PrintConsoleHostHistory(); + PrintInetInfo(); + PrintDrivesInfo(); + PrintWSUS(); + PrintAlwaysInstallElevated(); } @@ -638,6 +753,27 @@ namespace winPEAS } } + void PrintHomeFolders() + { + try + { + Beaprint.MainPrint("Home folders found"); + List user_folders = UserInfo.GetUsersFolders(); + foreach (string ufold in user_folders) + { + string perms = String.Join(", ", MyUtils.GetPermissionsFolder(ufold, currentUserSIDs)); + if (perms.Length > 0) + Beaprint.BadPrint(" " + ufold + " : " + perms); + else + Beaprint.GoodPrint(" " + ufold); + } + } + catch (Exception ex) + { + Beaprint.GrayPrint(String.Format("{0}", ex)); + } + } + void PrintAutoLogin() { try @@ -671,27 +807,6 @@ namespace winPEAS } } - void PrintHomeFolders() - { - try - { - Beaprint.MainPrint("Home folders found"); - List user_folders = UserInfo.GetUsersFolders(); - foreach (string ufold in user_folders) - { - string perms = String.Join(", ", MyUtils.GetPermissionsFolder(ufold, currentUserSIDs)); - if (perms.Length > 0) - Beaprint.BadPrint(" " + ufold + " : " + perms); - else - Beaprint.GoodPrint(" " + ufold); - } - } - catch (Exception ex) - { - Beaprint.GrayPrint(String.Format("{0}", ex)); - } - } - void PrintPasswordPolicies() { try @@ -715,8 +830,8 @@ namespace winPEAS PrintLoggedUsers(); PrintRdpSessions(); PrintEverLoggedUsers(); - PrintAutoLogin(); PrintHomeFolders(); + PrintAutoLogin(); PrintPasswordPolicies(); } @@ -1470,36 +1585,6 @@ namespace winPEAS } } - void PrintTranscriptPS() - { - try - { - Beaprint.MainPrint("PS default transcripts history"); - Beaprint.InfoPrint("Read the PS histpry inside these files (if any)"); - string drive = Path.GetPathRoot(Environment.SystemDirectory); - string path = drive + @"transcripts\"; - if (Directory.Exists(path)) - { - string[] fileEntries = Directory.GetFiles(path); - List fileEntriesl = new List(fileEntries); - if (fileEntries.Length > 0) - { - Dictionary colors = new Dictionary() - { - { "^.*", Beaprint.ansi_color_bad }, - }; - Beaprint.ListPrint(fileEntriesl, colors); - } - } - - - } - catch (Exception ex) - { - Beaprint.GrayPrint(String.Format("{0}", ex)); - } - } - void PrintDPAPIMasterKeys() { try @@ -1527,7 +1612,7 @@ namespace winPEAS { try { - Beaprint.MainPrint("Checking for Credential Files"); + Beaprint.MainPrint("Checking for DPAPI Credential Files"); Beaprint.LinkPrint("https://book.hacktricks.xyz/windows/windows-local-privilege-escalation#dpapi"); List> cred_files = KnownFileCredsInfo.GetCredFiles(); Beaprint.DictPrint(cred_files, false); @@ -1646,69 +1731,11 @@ namespace winPEAS } } - void PrintAlwaysInstallElevated() - { - try - { - Beaprint.MainPrint("Checking AlwaysInstallElevated"); - Beaprint.LinkPrint("https://book.hacktricks.xyz/windows/windows-local-privilege-escalation#alwaysinstallelevated"); - string path = "Software\\Policies\\Microsoft\\Windows\\Installer"; - string HKLM_AIE = MyUtils.GetRegValue("HKLM", path, "AlwaysInstallElevated"); - string HKCU_AIE = MyUtils.GetRegValue("HKCU", path, "AlwaysInstallElevated"); - if (HKLM_AIE == "1") - Beaprint.BadPrint(" AlwaysInstallElevated set to 1 in HKLM!"); - if (HKCU_AIE == "1") - Beaprint.BadPrint(" AlwaysInstallElevated set to 1 in HKCU!"); - if (HKLM_AIE != "1" && HKCU_AIE != "1") - Beaprint.GoodPrint(" AlwaysInstallElevated isn't available"); - } - catch (Exception ex) - { - Beaprint.GrayPrint(String.Format("{0}", ex)); - } - } - - void PrintWSUS() - { - try - { - Beaprint.MainPrint("Checking WSUS"); - Beaprint.LinkPrint("https://book.hacktricks.xyz/windows/windows-local-privilege-escalation#wsus"); - string path = "Software\\Policies\\Microsoft\\Windows\\WindowsUpdate"; - string path2 = "Software\\Policies\\Microsoft\\Windows\\WindowsUpdate\\AU"; - string HKLM_WSUS = MyUtils.GetRegValue("HKLM", path, "WUServer"); - string using_HKLM_WSUS = MyUtils.GetRegValue("HKLM", path, "UseWUServer"); - if (HKLM_WSUS.Contains("http://")) - { - Beaprint.BadPrint(" WSUS is using http: " + HKLM_WSUS); - Beaprint.InfoPrint("You can test https://github.com/pimps/wsuxploit to escalate privileges"); - if (using_HKLM_WSUS == "1") - Beaprint.BadPrint(" And UseWUServer is equals to 1, so it is vulnerable!"); - else if (using_HKLM_WSUS == "0") - Beaprint.GoodPrint(" But UseWUServer is equals to 0, so it is not vulnerable!"); - else - System.Console.WriteLine(" But UseWUServer is equals to " + using_HKLM_WSUS + ", so it may work or not"); - } - else - { - if (String.IsNullOrEmpty(HKLM_WSUS)) - Beaprint.NotFoundPrint(); - else - Beaprint.GoodPrint(" WSUS value: " + HKLM_WSUS); - } - } - catch (Exception ex) - { - Beaprint.GrayPrint(String.Format("{0}", ex)); - } - } - Beaprint.GreatPrint("Windows Credentials"); PrintvaultCreds(); PrintCredManag(); PrintSavedRDPInfo(); PrintRecentRunCommands(); - PrintTranscriptPS(); PrintDPAPIMasterKeys(); PrintDpapiCredFiles(); PrintRCManFiles(); @@ -1717,8 +1744,6 @@ namespace winPEAS PrintWifi(); PrintAppCmd(); PrintSCClient(); - PrintAlwaysInstallElevated(); - PrintWSUS(); } @@ -2005,7 +2030,7 @@ namespace winPEAS { try { - Beaprint.MainPrint("Unnattend Files"); + Beaprint.MainPrint("Unattend Files"); //Beaprint.LinkPrint(""); List unattended_files = InterestingFiles.GetUnattendedInstallFiles(); foreach (string path in unattended_files) @@ -2021,31 +2046,6 @@ namespace winPEAS } } - void PrintConsoleHostHistory() - { - try - { - Beaprint.MainPrint("Powershell History"); - string console_host_history = InterestingFiles.GetConsoleHostHistory(); - if (console_host_history != "") - { - - string text = File.ReadAllText(console_host_history); - List credStringsRegexPowershell = new List(credStringsRegex); - credStringsRegexPowershell.Add("CONVERTTO-SECURESTRING"); - - if (MyUtils.ContainsAnyRegex(text.ToUpper(), credStringsRegexPowershell)) - Beaprint.BadPrint(" " + console_host_history + " (Potential credentials found)"); - else - System.Console.WriteLine(" " + console_host_history); - } - } - catch (Exception ex) - { - Beaprint.GrayPrint(String.Format("{0}", ex)); - } - } - void PrintSAMBackups() { try @@ -2269,7 +2269,6 @@ namespace winPEAS PrintSSHKeysReg(); PrintCloudCreds(); PrintUnattendFiles(); - PrintConsoleHostHistory(); PrintSAMBackups(); PrintMcAffeSitelistFiles(); PrintCachedGPPPassword(); @@ -2312,9 +2311,6 @@ namespace winPEAS if (string.Equals(arg, "quiet", StringComparison.CurrentCultureIgnoreCase)) banner = false; - if (string.Equals(arg, "searchall", StringComparison.CurrentCultureIgnoreCase)) - patterns_file_creds = patterns_file_creds + complete_patterns_file_creds; - if (string.Equals(arg, "searchslow", StringComparison.CurrentCultureIgnoreCase)) search_fast = false; diff --git a/winPEAS/winPEASexe/winPEAS/bin/x64/Release/de/winPEAS.resources.dll b/winPEAS/winPEASexe/winPEAS/bin/x64/Release/de/winPEAS.resources.dll index c7ac208..c4315b2 100644 Binary files a/winPEAS/winPEASexe/winPEAS/bin/x64/Release/de/winPEAS.resources.dll and b/winPEAS/winPEASexe/winPEAS/bin/x64/Release/de/winPEAS.resources.dll differ diff --git a/winPEAS/winPEASexe/winPEAS/bin/x64/Release/es/winPEAS.resources.dll b/winPEAS/winPEASexe/winPEAS/bin/x64/Release/es/winPEAS.resources.dll index 8d37787..d92ef40 100644 Binary files a/winPEAS/winPEASexe/winPEAS/bin/x64/Release/es/winPEAS.resources.dll and b/winPEAS/winPEASexe/winPEAS/bin/x64/Release/es/winPEAS.resources.dll differ diff --git a/winPEAS/winPEASexe/winPEAS/bin/x64/Release/fr/winPEAS.resources.dll b/winPEAS/winPEASexe/winPEAS/bin/x64/Release/fr/winPEAS.resources.dll index 9f064d1..ee3ebd2 100644 Binary files a/winPEAS/winPEASexe/winPEAS/bin/x64/Release/fr/winPEAS.resources.dll and b/winPEAS/winPEASexe/winPEAS/bin/x64/Release/fr/winPEAS.resources.dll differ diff --git a/winPEAS/winPEASexe/winPEAS/bin/x64/Release/it/winPEAS.resources.dll b/winPEAS/winPEASexe/winPEAS/bin/x64/Release/it/winPEAS.resources.dll index 0c7192f..566b158 100644 Binary files a/winPEAS/winPEASexe/winPEAS/bin/x64/Release/it/winPEAS.resources.dll and b/winPEAS/winPEASexe/winPEAS/bin/x64/Release/it/winPEAS.resources.dll differ diff --git a/winPEAS/winPEASexe/winPEAS/bin/x64/Release/pl/winPEAS.resources.dll b/winPEAS/winPEASexe/winPEAS/bin/x64/Release/pl/winPEAS.resources.dll index 980d30a..2a6f4d4 100644 Binary files a/winPEAS/winPEASexe/winPEAS/bin/x64/Release/pl/winPEAS.resources.dll and b/winPEAS/winPEASexe/winPEAS/bin/x64/Release/pl/winPEAS.resources.dll differ diff --git a/winPEAS/winPEASexe/winPEAS/bin/x64/Release/ru/winPEAS.resources.dll b/winPEAS/winPEASexe/winPEAS/bin/x64/Release/ru/winPEAS.resources.dll index 3b4d730..fe8ac0a 100644 Binary files a/winPEAS/winPEASexe/winPEAS/bin/x64/Release/ru/winPEAS.resources.dll and b/winPEAS/winPEASexe/winPEAS/bin/x64/Release/ru/winPEAS.resources.dll differ diff --git a/winPEAS/winPEASexe/winPEAS/bin/x64/Release/winPEAS.exe b/winPEAS/winPEASexe/winPEAS/bin/x64/Release/winPEAS.exe index bb83372..f94140f 100755 Binary files a/winPEAS/winPEASexe/winPEAS/bin/x64/Release/winPEAS.exe and b/winPEAS/winPEASexe/winPEAS/bin/x64/Release/winPEAS.exe differ diff --git a/winPEAS/winPEASexe/winPEAS/bin/x64/Release/winPEAS.pdb b/winPEAS/winPEASexe/winPEAS/bin/x64/Release/winPEAS.pdb index 5222018..03ccfdc 100755 Binary files a/winPEAS/winPEASexe/winPEAS/bin/x64/Release/winPEAS.pdb and b/winPEAS/winPEASexe/winPEAS/bin/x64/Release/winPEAS.pdb differ diff --git a/winPEAS/winPEASexe/winPEAS/bin/x64/Release/zh-CN/winPEAS.resources.dll b/winPEAS/winPEASexe/winPEAS/bin/x64/Release/zh-CN/winPEAS.resources.dll index 0540626..938ef02 100644 Binary files a/winPEAS/winPEASexe/winPEAS/bin/x64/Release/zh-CN/winPEAS.resources.dll and b/winPEAS/winPEASexe/winPEAS/bin/x64/Release/zh-CN/winPEAS.resources.dll differ diff --git a/winPEAS/winPEASexe/winPEAS/bin/x86/Release/de/winPEAS.resources.dll b/winPEAS/winPEASexe/winPEAS/bin/x86/Release/de/winPEAS.resources.dll index 7ef61f7..32f353c 100644 Binary files a/winPEAS/winPEASexe/winPEAS/bin/x86/Release/de/winPEAS.resources.dll and b/winPEAS/winPEASexe/winPEAS/bin/x86/Release/de/winPEAS.resources.dll differ diff --git a/winPEAS/winPEASexe/winPEAS/bin/x86/Release/es/winPEAS.resources.dll b/winPEAS/winPEASexe/winPEAS/bin/x86/Release/es/winPEAS.resources.dll index c05db9e..7f43cd2 100644 Binary files a/winPEAS/winPEASexe/winPEAS/bin/x86/Release/es/winPEAS.resources.dll and b/winPEAS/winPEASexe/winPEAS/bin/x86/Release/es/winPEAS.resources.dll differ diff --git a/winPEAS/winPEASexe/winPEAS/bin/x86/Release/fr/winPEAS.resources.dll b/winPEAS/winPEASexe/winPEAS/bin/x86/Release/fr/winPEAS.resources.dll index 391781b..d602a67 100644 Binary files a/winPEAS/winPEASexe/winPEAS/bin/x86/Release/fr/winPEAS.resources.dll and b/winPEAS/winPEASexe/winPEAS/bin/x86/Release/fr/winPEAS.resources.dll differ diff --git a/winPEAS/winPEASexe/winPEAS/bin/x86/Release/it/winPEAS.resources.dll b/winPEAS/winPEASexe/winPEAS/bin/x86/Release/it/winPEAS.resources.dll index c059e07..b82c46c 100644 Binary files a/winPEAS/winPEASexe/winPEAS/bin/x86/Release/it/winPEAS.resources.dll and b/winPEAS/winPEASexe/winPEAS/bin/x86/Release/it/winPEAS.resources.dll differ diff --git a/winPEAS/winPEASexe/winPEAS/bin/x86/Release/pl/winPEAS.resources.dll b/winPEAS/winPEASexe/winPEAS/bin/x86/Release/pl/winPEAS.resources.dll index 5f4290b..4fc6ba0 100644 Binary files a/winPEAS/winPEASexe/winPEAS/bin/x86/Release/pl/winPEAS.resources.dll and b/winPEAS/winPEASexe/winPEAS/bin/x86/Release/pl/winPEAS.resources.dll differ diff --git a/winPEAS/winPEASexe/winPEAS/bin/x86/Release/ru/winPEAS.resources.dll b/winPEAS/winPEASexe/winPEAS/bin/x86/Release/ru/winPEAS.resources.dll index 72c7290..272d20e 100644 Binary files a/winPEAS/winPEASexe/winPEAS/bin/x86/Release/ru/winPEAS.resources.dll and b/winPEAS/winPEASexe/winPEAS/bin/x86/Release/ru/winPEAS.resources.dll differ diff --git a/winPEAS/winPEASexe/winPEAS/bin/x86/Release/zh-CN/winPEAS.resources.dll b/winPEAS/winPEASexe/winPEAS/bin/x86/Release/zh-CN/winPEAS.resources.dll index d4ca103..916fe5a 100644 Binary files a/winPEAS/winPEASexe/winPEAS/bin/x86/Release/zh-CN/winPEAS.resources.dll and b/winPEAS/winPEASexe/winPEAS/bin/x86/Release/zh-CN/winPEAS.resources.dll differ diff --git a/winPEAS/winPEASexe/winPEAS/obj/x64/Release/de/winPEAS.resources.dll b/winPEAS/winPEASexe/winPEAS/obj/x64/Release/de/winPEAS.resources.dll index c7ac208..c4315b2 100644 Binary files a/winPEAS/winPEASexe/winPEAS/obj/x64/Release/de/winPEAS.resources.dll and b/winPEAS/winPEASexe/winPEAS/obj/x64/Release/de/winPEAS.resources.dll differ diff --git a/winPEAS/winPEASexe/winPEAS/obj/x64/Release/es/winPEAS.resources.dll b/winPEAS/winPEASexe/winPEAS/obj/x64/Release/es/winPEAS.resources.dll index 8d37787..d92ef40 100644 Binary files a/winPEAS/winPEASexe/winPEAS/obj/x64/Release/es/winPEAS.resources.dll and b/winPEAS/winPEASexe/winPEAS/obj/x64/Release/es/winPEAS.resources.dll differ diff --git a/winPEAS/winPEASexe/winPEAS/obj/x64/Release/fr/winPEAS.resources.dll b/winPEAS/winPEASexe/winPEAS/obj/x64/Release/fr/winPEAS.resources.dll index 9f064d1..ee3ebd2 100644 Binary files a/winPEAS/winPEASexe/winPEAS/obj/x64/Release/fr/winPEAS.resources.dll and b/winPEAS/winPEASexe/winPEAS/obj/x64/Release/fr/winPEAS.resources.dll differ diff --git a/winPEAS/winPEASexe/winPEAS/obj/x64/Release/it/winPEAS.resources.dll b/winPEAS/winPEASexe/winPEAS/obj/x64/Release/it/winPEAS.resources.dll index 0c7192f..566b158 100644 Binary files a/winPEAS/winPEASexe/winPEAS/obj/x64/Release/it/winPEAS.resources.dll and b/winPEAS/winPEASexe/winPEAS/obj/x64/Release/it/winPEAS.resources.dll differ diff --git a/winPEAS/winPEASexe/winPEAS/obj/x64/Release/pl/winPEAS.resources.dll b/winPEAS/winPEASexe/winPEAS/obj/x64/Release/pl/winPEAS.resources.dll index 980d30a..2a6f4d4 100644 Binary files a/winPEAS/winPEASexe/winPEAS/obj/x64/Release/pl/winPEAS.resources.dll and b/winPEAS/winPEASexe/winPEAS/obj/x64/Release/pl/winPEAS.resources.dll differ diff --git a/winPEAS/winPEASexe/winPEAS/obj/x64/Release/ru/winPEAS.resources.dll b/winPEAS/winPEASexe/winPEAS/obj/x64/Release/ru/winPEAS.resources.dll index 3b4d730..fe8ac0a 100644 Binary files a/winPEAS/winPEASexe/winPEAS/obj/x64/Release/ru/winPEAS.resources.dll and b/winPEAS/winPEASexe/winPEAS/obj/x64/Release/ru/winPEAS.resources.dll differ diff --git a/winPEAS/winPEASexe/winPEAS/obj/x64/Release/winPEAS.csproj.FileListAbsolute.txt b/winPEAS/winPEASexe/winPEAS/obj/x64/Release/winPEAS.csproj.FileListAbsolute.txt index 52b8de2..3852566 100755 --- a/winPEAS/winPEASexe/winPEAS/obj/x64/Release/winPEAS.csproj.FileListAbsolute.txt +++ b/winPEAS/winPEASexe/winPEAS/obj/x64/Release/winPEAS.csproj.FileListAbsolute.txt @@ -118,3 +118,4 @@ D:\Users\cpolo\Downloads\peass\privilege-escalation-awesome-scripts-suite\winPEA D:\Users\cpolo\Downloads\peass\privilege-escalation-awesome-scripts-suite\winPEAS\winPEASexe\winPEAS\obj\x64\Release\zh-CN\winPEAS.resources.dll D:\Users\cpolo\Downloads\peass\privilege-escalation-awesome-scripts-suite\winPEAS\winPEASexe\winPEAS\obj\x64\Release\winPEAS.exe D:\Users\cpolo\Downloads\peass\privilege-escalation-awesome-scripts-suite\winPEAS\winPEASexe\winPEAS\obj\x64\Release\winPEAS.pdb +D:\Users\cpolo\Downloads\peass\privilege-escalation-awesome-scripts-suite\winPEAS\winPEASexe\winPEAS\obj\x64\Release\winPEAS.csprojAssemblyReference.cache diff --git a/winPEAS/winPEASexe/winPEAS/obj/x64/Release/winPEAS.csproj.GenerateResource.cache b/winPEAS/winPEASexe/winPEAS/obj/x64/Release/winPEAS.csproj.GenerateResource.cache index 123bbfd..1e6cbf6 100644 Binary files a/winPEAS/winPEASexe/winPEAS/obj/x64/Release/winPEAS.csproj.GenerateResource.cache and b/winPEAS/winPEASexe/winPEAS/obj/x64/Release/winPEAS.csproj.GenerateResource.cache differ diff --git a/winPEAS/winPEASexe/winPEAS/obj/x64/Release/winPEAS.csprojAssemblyReference.cache b/winPEAS/winPEASexe/winPEAS/obj/x64/Release/winPEAS.csprojAssemblyReference.cache new file mode 100644 index 0000000..cb387d5 Binary files /dev/null and b/winPEAS/winPEASexe/winPEAS/obj/x64/Release/winPEAS.csprojAssemblyReference.cache differ diff --git a/winPEAS/winPEASexe/winPEAS/obj/x64/Release/winPEAS.exe b/winPEAS/winPEASexe/winPEAS/obj/x64/Release/winPEAS.exe index bb83372..f94140f 100755 Binary files a/winPEAS/winPEASexe/winPEAS/obj/x64/Release/winPEAS.exe and b/winPEAS/winPEASexe/winPEAS/obj/x64/Release/winPEAS.exe differ diff --git a/winPEAS/winPEASexe/winPEAS/obj/x64/Release/winPEAS.pdb b/winPEAS/winPEASexe/winPEAS/obj/x64/Release/winPEAS.pdb index 5222018..03ccfdc 100755 Binary files a/winPEAS/winPEASexe/winPEAS/obj/x64/Release/winPEAS.pdb and b/winPEAS/winPEASexe/winPEAS/obj/x64/Release/winPEAS.pdb differ diff --git a/winPEAS/winPEASexe/winPEAS/obj/x64/Release/zh-CN/winPEAS.resources.dll b/winPEAS/winPEASexe/winPEAS/obj/x64/Release/zh-CN/winPEAS.resources.dll index 0540626..938ef02 100644 Binary files a/winPEAS/winPEASexe/winPEAS/obj/x64/Release/zh-CN/winPEAS.resources.dll and b/winPEAS/winPEASexe/winPEAS/obj/x64/Release/zh-CN/winPEAS.resources.dll differ diff --git a/winPEAS/winPEASexe/winPEAS/obj/x86/Release/de/winPEAS.resources.dll b/winPEAS/winPEASexe/winPEAS/obj/x86/Release/de/winPEAS.resources.dll index 7ef61f7..32f353c 100644 Binary files a/winPEAS/winPEASexe/winPEAS/obj/x86/Release/de/winPEAS.resources.dll and b/winPEAS/winPEASexe/winPEAS/obj/x86/Release/de/winPEAS.resources.dll differ diff --git a/winPEAS/winPEASexe/winPEAS/obj/x86/Release/es/winPEAS.resources.dll b/winPEAS/winPEASexe/winPEAS/obj/x86/Release/es/winPEAS.resources.dll index c05db9e..7f43cd2 100644 Binary files a/winPEAS/winPEASexe/winPEAS/obj/x86/Release/es/winPEAS.resources.dll and b/winPEAS/winPEASexe/winPEAS/obj/x86/Release/es/winPEAS.resources.dll differ diff --git a/winPEAS/winPEASexe/winPEAS/obj/x86/Release/fr/winPEAS.resources.dll b/winPEAS/winPEASexe/winPEAS/obj/x86/Release/fr/winPEAS.resources.dll index 391781b..d602a67 100644 Binary files a/winPEAS/winPEASexe/winPEAS/obj/x86/Release/fr/winPEAS.resources.dll and b/winPEAS/winPEASexe/winPEAS/obj/x86/Release/fr/winPEAS.resources.dll differ diff --git a/winPEAS/winPEASexe/winPEAS/obj/x86/Release/it/winPEAS.resources.dll b/winPEAS/winPEASexe/winPEAS/obj/x86/Release/it/winPEAS.resources.dll index c059e07..b82c46c 100644 Binary files a/winPEAS/winPEASexe/winPEAS/obj/x86/Release/it/winPEAS.resources.dll and b/winPEAS/winPEASexe/winPEAS/obj/x86/Release/it/winPEAS.resources.dll differ diff --git a/winPEAS/winPEASexe/winPEAS/obj/x86/Release/pl/winPEAS.resources.dll b/winPEAS/winPEASexe/winPEAS/obj/x86/Release/pl/winPEAS.resources.dll index 5f4290b..4fc6ba0 100644 Binary files a/winPEAS/winPEASexe/winPEAS/obj/x86/Release/pl/winPEAS.resources.dll and b/winPEAS/winPEASexe/winPEAS/obj/x86/Release/pl/winPEAS.resources.dll differ diff --git a/winPEAS/winPEASexe/winPEAS/obj/x86/Release/ru/winPEAS.resources.dll b/winPEAS/winPEASexe/winPEAS/obj/x86/Release/ru/winPEAS.resources.dll index 72c7290..272d20e 100644 Binary files a/winPEAS/winPEASexe/winPEAS/obj/x86/Release/ru/winPEAS.resources.dll and b/winPEAS/winPEASexe/winPEAS/obj/x86/Release/ru/winPEAS.resources.dll differ diff --git a/winPEAS/winPEASexe/winPEAS/obj/x86/Release/winPEAS.csproj.GenerateResource.cache b/winPEAS/winPEASexe/winPEAS/obj/x86/Release/winPEAS.csproj.GenerateResource.cache index cc2c502..4c6e211 100644 Binary files a/winPEAS/winPEASexe/winPEAS/obj/x86/Release/winPEAS.csproj.GenerateResource.cache and b/winPEAS/winPEASexe/winPEAS/obj/x86/Release/winPEAS.csproj.GenerateResource.cache differ diff --git a/winPEAS/winPEASexe/winPEAS/obj/x86/Release/winPEAS.csprojAssemblyReference.cache b/winPEAS/winPEASexe/winPEAS/obj/x86/Release/winPEAS.csprojAssemblyReference.cache index 4c4ceaf..cb387d5 100644 Binary files a/winPEAS/winPEASexe/winPEAS/obj/x86/Release/winPEAS.csprojAssemblyReference.cache and b/winPEAS/winPEASexe/winPEAS/obj/x86/Release/winPEAS.csprojAssemblyReference.cache differ diff --git a/winPEAS/winPEASexe/winPEAS/obj/x86/Release/zh-CN/winPEAS.resources.dll b/winPEAS/winPEASexe/winPEAS/obj/x86/Release/zh-CN/winPEAS.resources.dll index d4ca103..916fe5a 100644 Binary files a/winPEAS/winPEASexe/winPEAS/obj/x86/Release/zh-CN/winPEAS.resources.dll and b/winPEAS/winPEASexe/winPEAS/obj/x86/Release/zh-CN/winPEAS.resources.dll differ