Commit Graph

142 Commits

Author SHA1 Message Date
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
Carlos Polop
5199c4c395
Update ProcessInfo.cs 2023-08-24 19:48:31 +02: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
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
carlospolop
898b29b0fa f 2023-06-01 00:16:51 +02: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
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
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
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
godylockz
c8b28b1fb6 Fix CRLF 2021-12-31 12:18:31 -05: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
makikvues
1eb12a5852 - fixed wlan enumeration - if wlanapi.dll is unsupported, try to use netsh
- added support to log to file
- updated check for modifiable services
- updated documentation
2021-09-21 21:02:52 +02:00
makikvues
1186060f36 - exception handling for LsaRegisterLogonProcessHelper 2021-08-27 23:35:54 +02:00
Carlos.Martin
757dbc83cc a 2021-08-27 21:17:14 +01:00
makikvues
dbfd0be62e - added ISSUE_TEMPLATE.md
- added null reference checks
2021-08-27 21:19:16 +02:00
Carlos Polop
e67097e123 peass-ng 2021-07-15 23:01:51 +02:00
makikvues
2a1d2cfb52 - implemented YAML checks
- updated sensitive_files.yaml
2021-07-06 13:57:25 +02:00
makikvues
d8cc0f31d3 - added github actions for winpeas
- updated Beaprint - titles
- added test solution
2021-07-06 13:47:50 +02:00
makikvues
4cb1a48975 - sensitive_files.yaml updates - removed duplicates, updated windows files key
- added registry search for CurrentPass
2021-06-22 19:39:53 +02:00
zoork11
17883fa0de fixed a bug in watson that marked a vulnerable version as not vulnerable and vice versa, added smbghost to watson 2021-06-07 04:06:47 -04:00
Carlos.Martin
28b3df57ab fix 2021-05-14 09:42:08 +01:00
Jonas A. Wendorf
bb4622a067
Fix path to UseWUServer 2021-03-19 15:01:36 +00:00
carlospolop
e49e1e5f6d winpeasv2 fixes 2021-03-05 12:40:35 +00:00
carlospolop
0d890a4140 quick fix 2021-03-05 01:16:44 +00:00
kali
fffcbb18ba improved services permissions checks 2021-03-04 19:40:08 -05:00
Carlos Polop
bcfd7a8bc3
Merge pull request #113 from makikvues/master
Introduced PermissionTypes enum, added AllowUnsafeBlocks for all configurations
2021-03-05 00:18:01 +00:00