Commit Graph

352 Commits

Author SHA1 Message Date
Lionel Ovaert
b430fc80bd
Add try-except for PrintCachedCreds 2024-02-18 21:09:53 +01:00
md347
41d6a03db3
Update FileAnalysis.cs
escape backslashes in regex
2024-02-13 21:54:08 +00:00
wowlolx
8c7f56631f
Fixed netsh command for spaces in SSIDs 2024-01-31 00:34:27 +05:00
Carlos Polop
12ff600e52
Merge pull request #403 from Signum21/master
Better error handling in FileAnalysis
2024-01-24 18:11:02 +01:00
Signum21
340256b3b3
Better error handling in FileAnalysis
The previous specific check doesn't handle the following exception, causing it to be catched by the last try/catch block.

Error looking for regexes inside files: System.AggregateException: One or more errors occurred. ---> System.UnauthorizedAccessException: Access to the path '<REDACTED>' is denied.
2023-11-28 00:38:13 +01:00
lenhart
6da7bfb7f6
Fix Typo in SNMP Check 2023-11-15 11:51:33 +01:00
StevenLtheThird
11d93c42e7 Update winPEAS.ps1
Remove extra code in search for files.
2023-10-13 17:46:43 -04:00
StevenLtheThird
8caca65606 Update winPEAS.ps1 2023-10-13 17:42:51 -04:00
StevenLtheThird
e0b0ffcacc code update ; Added search / function for excel files
Function will read excel files looking for words: "user" or "pass" - in case those cells are populated for a credentials file.
2023-10-13 17:39:24 -04:00
StevenLtheThird
6d8db70b30 Merge branch 'master' of https://github.com/RandolphConley/PEASS-ng 2023-10-11 15:58:02 -04:00
StevenLtheThird
4ee91b897a logo color, updated output, added -fullcheck flag
Added colors to the logo, so winPEAS looks like it should.
Updated the output to filter out erroneous information. Which leads to the -fullcheck flag.
The flag adds all regex searches back into the script to check files/folders for data. However the regexes do return false positives, so use as a last resort.
2023-10-11 15:57:35 -04:00
Carlos Polop
5199c4c395
Update ProcessInfo.cs 2023-08-24 19:48:31 +02:00
StevenLtheThird
cab71afe3a update Parameter $TimeStamp 2023-08-17 15:18:59 -04:00
StevenLtheThird
822768ca1b Add $debugTimeStamp parameter 2023-08-17 14:40:49 -04:00
Carlos Polop
84dc284fac
Merge pull request #382 from RandolphConley/master
Feature add, bug fix
2023-08-08 07:41:42 +02:00
StevenLtheThird
101f477279 Merge branch 'master' of https://github.com/RandolphConley/PEASS-ng 2023-08-07 15:20:07 -04:00
StevenLtheThird
f296c89300 Feature Add, Bug fix
Added 203 regex password options (from yaml regex search).
Updated entry for %userprofile% to $env:UserName
2023-08-07 15:20:01 -04:00
Carlos Polop
ae37d8f24f
Merge pull request #380 from makikvues/fix-tests-and-logo
Fixed logo, removed  long-running checks from tests,  create search lists only if necessary
2023-08-05 18:02:31 +02:00
makikvues
78d187db52 - fixed logo
- updated tests, long-running checks are removed
- create search lists only if necessary
2023-08-03 19:21:22 +02:00
RandolphConley
40c47868d2
Merge branch 'carlospolop:master' into master 2023-08-02 16:01:56 -04:00
StevenLtheThird
b617756f80 Update winPEAS.ps1
bug fix: replaced %username% with $env:usernames
Introduced Regex search based on yaml file (integrated to script)
Added -debug switch for timestamps
2023-08-02 15:57:21 -04:00
makikvues
869145388d - added progress bar while reading leaked handles 2023-07-30 17:38:57 +02:00
makikvues
bcd52764ba - added alphaFS as 3rd party library
- PrintVulnLeakedHandlers wrapped in try/catch
- removed commented out code in SearchHelper.cs
- added check for empty config in YamlConfigHelper
2023-07-30 11:01:20 +02: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
Carlos Polop
bc064ddb88
Update README.md 2023-07-20 17:44:02 +02:00
carlospolop
898b29b0fa f 2023-06-01 00:16:51 +02:00
Carlos Polop
11cfe79ad0
Rename WinPeas.ps1 to winPEAS.ps1 2023-05-29 16:51:23 +02:00
carlospolop
a1552d61df banner 2023-05-29 16:44:38 +02:00
carlospolop
71ec9c7d31 ps1 2023-05-29 16:43:04 +02:00
carlospolop
d4ff43b604 readme 2023-05-29 16:41:54 +02:00
StevenLtheThird
f67bedda4f Update winPeas.ps1
Added padding and Time Stamps in more locations.
2023-05-26 16:07:47 -04:00
StevenLtheThird
f988d8b05f winPEAS initial upload
PS1 version of winPEAS
Powershell V2 support coming soon!
2023-05-26 11:04:49 -04:00
Fr3sh
58719a6075 removing unecessary build number 2023-05-23 15:38:02 +02:00
Fr3sh
2a4868c0eb add systeminfo output for wes-ng 2023-05-23 15:14:45 +02:00
Carlos Polop
7bb66d2182
Delete SearchHelperTests.cs 2023-05-08 17:20:30 +02:00
wonda-tea-coffee
d20699ed51 fix hacktricks link 2023-04-28 00:13:16 +09:00
Carlos Polop
df4f122a53
Merge pull request #350 from Donovoi/master
fix path too long
2023-04-25 17:05:49 +02:00
Bighound
fad2771dfb
Update Putty.cs
Updated Putty's stored session enumeration functionality, now also showing the \\Software\\SimonTatham\\PuTTY\\Sessions registry keys itself
2023-04-25 12:44:20 +02:00
Michael Moran
3bec4c4b52
Merge branch 'carlospolop:master' into master 2023-04-14 19:26:40 +10:00
carlospolop
a0175b0172 fix linpeas in winpeas 2023-04-13 23:28:24 +02:00
carlospolop
4a0b8fb065 improvements 2023-04-13 22:02:50 +02:00
Lino
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
Michael Moran
5b96594c3c speed up file search and fix long path error 2023-03-28 06:25:05 +11:00
godylockz
3cc49b5b9a Code Cleanup 2022-12-23 00:45:23 -05:00
godylockz
e5b9b67786 Fix IE Bug, Browser Consistency. 2022-12-23 00:45:05 -05:00
Carlos Polop
27d954e03a
Update FileAnalysis.cs 2022-11-02 18:58:53 +00:00
Carlos Polop
9416b924cb
Update FileAnalysis.cs 2022-11-02 18:50:36 +00:00
Carlos Polop
6ec25656f2
Update FileAnalysis.cs 2022-11-02 18:42:29 +00:00
Carlos Polop
3039ce555d
Update FileAnalysis.cs 2022-11-02 18:37:11 +00:00
Carlos Polop
c62a8f8b54
Update App.config 2022-11-02 18:27:42 +00:00
Carlos Polop
a70b9773db
Update FileAnalysis.cs 2022-11-02 18:26:18 +00:00
Carlos Polop
219b1669c3
Update Beaprint.cs 2022-10-06 17:46:45 +02:00
carlospolop
1274f21097 debug regex searches 2022-09-30 19:47:38 +02:00
carlospolop
f86e301a1b try fix long path error 2022-09-30 14:50:56 +02:00
Furkan Göksel
31e318c870
Update McAfee.cs 2022-09-13 09:37:40 +03:00
Oskar Legner
3950a1f7bd Fix typo 2022-09-06 23:19:25 +02:00
Reelix
dec10cded1
Fix a broken Github link
- Fixed a typo in the KrbRelayUp Github link
2022-07-31 20:16:54 +02:00
carlospolop
bbc22b3a91 update 2022-07-30 12:06:10 +02:00
Noah Groß
e91676e6e6
Add search for .cmd files 2022-07-27 12:55:36 +02:00
carlospolop
585fcc33b2 change url 2022-05-01 17:43:55 +01:00
Carlos Polop
8d232ee083
Update Beaprint.cs 2022-04-08 23:54:49 +01:00
carlospolop
09312c6883 winpeas fix 2022-03-07 22:49:35 +00:00
Carlos Polop
3723327e21
Update README.md 2022-01-16 12:04:31 +00:00
Carlos Polop
8f12ad9d67
Update winPEAS.bat 2022-01-09 21:39:55 +00:00
godylockz
9c31073279 Update to using release/latest/download 2021-12-31 12:23:33 -05:00
godylockz
f7eb8ce150 Remove trailing 2021-12-31 12:21:03 -05:00
godylockz
c8b28b1fb6 Fix CRLF 2021-12-31 12:18:31 -05:00
Carlos Polop
21d3b3f349
Update README.md 2021-12-30 10:23:11 +00:00
Carlos Polop
0a605cdd32
Update README.md 2021-12-29 23:41:22 +00:00
Carlos Polop
5d763a1c8b
Update README.md 2021-12-29 23:41:06 +00:00
Carlos Polop
23d8f264be
Update README.md 2021-12-29 23:40:50 +00:00
Carlos Polop
6a0b3f7cb1
Update README.md 2021-12-29 21:28:22 +00:00
Carlos Polop
3ffaf1f1bb
Update README.md 2021-12-29 21:26:36 +00:00
carlospolop
e1b1421bdb use releases page 2021-12-29 13:47:01 -05:00
CI-winpeas
f26d434025 winpeas binaries auto update 2021-12-24 02:26:21 +00:00
CI-winpeas
1dc76cd04f winpeas binaries auto update 2021-12-23 20:51:13 +00:00
CI-winpeas
8d45b5091e winpeas binaries auto update 2021-12-23 14:37:08 +00:00
CI-winpeas
1dbbcbd57e winpeas binaries auto update 2021-12-22 16:58:01 +00:00
CI-winpeas
1daa02d8dd winpeas binaries auto update 2021-12-20 10:52:40 +00:00
CI-winpeas
92168ead27 winpeas binaries auto update 2021-12-20 01:11:39 +00:00
CI-winpeas
e93a02d030 winpeas binaries auto update 2021-12-19 23:47:13 +00:00
CI-winpeas
14fa744ef9 winpeas binaries auto update 2021-12-19 19:12:58 +00:00
CI-winpeas
9b096b734c winpeas binaries auto update 2021-12-19 16:37:00 +00:00
CI-winpeas
5f12fbc9ca winpeas binaries auto update 2021-12-19 14:31:50 +00:00
CI-winpeas
a7f161a40d winpeas binaries auto update 2021-12-18 22:57:53 +00:00
CI-winpeas
ff55ae4dae winpeas binaries auto update 2021-12-07 13:21:05 +00:00
CI-winpeas
35ce0ffe65 winpeas binaries auto update 2021-11-25 03:18:54 +00:00
CI-winpeas
f91e0fcc90 winpeas binaries auto update 2021-11-17 23:42:40 +00:00
CI-winpeas
c0f458c5ef winpeas binaries auto update 2021-11-17 21:59:45 +00:00
CI-winpeas
f22ef81ff6 winpeas binaries auto update 2021-11-10 13:11:07 +00:00
jask06
05d35fb016
Update Magenta ANSI code
Updating the colon to a semi-colon in order to properly print the item following the code in Magenta. Currently, it prints out the text, but does not put the item in the color.

Reference: https://bixense.com/clicolors/ and also the LMAGENTA ANSI code below MAGENTA.

Thanks!
2021-11-05 17:45:25 -05:00
CI-winpeas
dc4754e225 winpeas binaries auto update 2021-11-03 00:30:30 +00:00
CI-winpeas
87bbddb43b winpeas binaries auto update 2021-10-28 10:29:22 +00:00
CI-winpeas
33542ddaaf winpeas binaries auto update 2021-10-24 12:34:11 +00:00
CI-winpeas
8bf50143e2 winpeas binaries auto update 2021-10-21 15:00:37 +00:00
CI-winpeas
3f9965332b winpeas binaries auto update 2021-10-11 00:58:45 +00:00
CI-winpeas
c160fd0467 winpeas binaries auto update 2021-10-05 01:22:10 +00:00
CI-winpeas
a5d46162e5 winpeas binaries auto update 2021-10-04 00:59:28 +00:00
CI-winpeas
9481c2e58a winpeas binaries auto update 2021-09-27 20:26:27 +00:00