Commit Graph
46 Commits
Author SHA1 Message Date
Carlos Polop 5d4b4522ef lhe 2026-04-17 13:15:05 +02:00
SirBroccoliandGitHub 485f91d46c Auto-merge PR #569 (Codex) 2026-01-20 17:25:00 +00:00
Matt 595e021864 fix: correct typo of SeDebugPrivilege 2025-12-08 00:27:02 +00:00
moscow chillandClaude 336c53a163 Fix ANSI escape codes displaying as literal text in winPEAS.bat
The script was setting E=0x1B[ as a literal string instead of the actual
ESC character (ASCII 27), causing color codes to display as text like
"0x1B[33m[+]0x1B[97m" instead of rendering as colors.

Changed the SetOnce subroutine to properly capture the ESC character using
the 'prompt $E' technique before building the ANSI escape sequence prefix.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-29 20:16:34 +01:00
moscow chillandClaude 29d8132d93 Fix winPEAS.bat compatibility with Windows 11 and modern Windows 10
WMIC has been deprecated since Windows 10 20H1 and removed in Windows 11.
The script was exiting early when WMIC commands failed instead of continuing.

Changes:
- Add proper WMIC existence checks using 'where wmic' before execution
- Implement PowerShell fallbacks for all WMIC commands
- Fix hotfix enumeration (Get-HotFix)
- Fix antivirus detection (Get-CimInstance)
- Fix mounted disk enumeration (Get-PSDrive)
- Fix running process checks (Get-Process)
- Fix service binary permission checks (Get-CimInstance Win32_Service)
- Add error suppression (2>nul) to conditional WMIC exploit checks

The script now properly detects WMIC availability and falls back to
PowerShell equivalents, ensuring full functionality on modern Windows
systems while maintaining backward compatibility with older systems.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-27 16:10:42 +01:00
Jimmy 96b7bdaf91 Brief description of your changes 2025-01-06 13:55:15 +01:00
darses a150d4a022 Add Windows LAPS check to winPEAS.bat 2024-11-28 19:37:58 +01:00
Carlos Polop b435119723 WinPEASS Big Update 2024-08-27 22:08:48 +02:00
Carlos Polop c37db4654c peass-ng 2024-04-04 11:30:56 +02:00
wowlolxandGitHub 8c7f56631f Fixed netsh command for spaces in SSIDs 2024-01-31 00:34:27 +05:00
takitakitanana 7c7b17a7cc fixed typo 2023-07-22 03:58:37 +03:00
takitakitanana 2cb6af3f27 path contains spaces check 2023-07-22 03:27:08 +03:00
wonda-tea-coffee d20699ed51 fix hacktricks link 2023-04-28 00:13:16 +09:00
LinoandGitHub 8ee66af278 ColorLine Fix
Added a trailing quotation on a ColorLine that could lead to an error.
Spelling on :CurrentClipboard
2023-04-03 13:32:15 +02:00
Oskar Legner 3950a1f7bd Fix typo 2022-09-06 23:19:25 +02:00
carlospolop bbc22b3a91 update 2022-07-30 12:06:10 +02:00
carlospolop 585fcc33b2 change url 2022-05-01 17:43:55 +01:00
Carlos PolopandGitHub 8f12ad9d67 Update winPEAS.bat 2022-01-09 21:39:55 +00:00
Carlos PolopandGitHub 5d763a1c8b Update README.md 2021-12-29 23:41:06 +00:00
Carlos Polop b421697b16 readme updates 2021-07-13 12:52:10 +02:00
TuxTheXplorerandGitHub cc00bf89ab Fixed typo of "Progam" in winPEAS.bat
There is typo on line 454 of "C:\Progam.exe" where it should be "C:\Program.exe"
2021-05-28 11:55:20 +02:00
zoork11 bad532a204 Adding gitattributes file to ensure windows style line endings on winPEAS.bat 2021-05-07 10:17:44 -04:00
Carlos Polop 80bd473168 linpeasv3.1.6 2021-05-04 23:28:28 +02:00
kali f2b66bc711 winPEASv2 2021-02-16 10:13:02 -05:00
Limn0andGitHub d0696edd18 updated color scheme
-purple
+readability
2020-10-09 15:08:57 +02:00
Limn0andGitHub 50e67cb174 Re-write of WinPEAS.bat
+ added color-coded output
+ added progress tracking in percent
+ segmented code into pass-through functions for easier maintenance
o reformatted advisory message
o removed some ECHO. to save uniform whitespace
o fixed some typos
o more error-catching
2020-10-09 12:39:45 +02:00
Limn0andGitHub 62f7ea3a94 fix typo & fix issue with weird echo on error messages 2020-10-09 00:27:54 +02:00
carlospolop 256b22d0dc Winpeas changes 2020-08-18 14:32:36 +01:00
Carlos PolopandGitHub 7843568837 Update winPEAS.bat 2020-04-27 21:41:07 +01:00
Carlos PolopandGitHub db0fe66e62 Update winPEAS.bat 2020-04-23 18:39:30 +01:00
kali d63e54de8d Readme 2020-04-18 17:00:40 -04:00
carlospolop 0a5b2b69ed Winpeas 2020-04-10 18:54:38 +01:00
carlospolop c657598821 Winpeas: More checks & fixes 2020-02-24 00:07:46 +00:00
Carlos PolopandGitHub 8477b159e2 Update winPEAS.bat 2020-02-17 09:46:47 +00:00
Carlos PolopandGitHub 1faa20fd60 Update winPEAS.bat 2020-01-19 21:24:32 +00:00
carlospolop b467269914 Telegram group: https://t.me/peass 2020-01-17 19:16:05 -05:00
carlospolop 814717819b More stable winPEAS & linpeasv2.2.9 2020-01-17 19:00:00 -05:00
maltemo 93fd77d665 Fixing typo in winPEASbat 2019-12-08 16:30:12 +01:00
carlospolop 5477232b51 scripts 2019-11-05 07:33:48 -05:00
carlospolop 062ce82ba6 video 2019-11-04 21:51:38 +01:00
carlospolop b5f6096045 video 2019-11-04 11:22:22 -05:00
carlospolop 45995cd200 donations 2019-11-04 08:46:33 -05:00
Carlos PolopandGitHub 1922890a67 Update README.md 2019-11-04 10:07:37 +00:00
Carlos PolopandGitHub b33a26b4ff Update README.md 2019-11-04 01:19:45 +00:00
Carlos PolopandGitHub e2c416b337 Update README.md 2019-11-04 00:52:24 +00:00
carlospolop dc4610c093 PEASS 2019-11-04 01:38:24 +01:00