Carlos Polop
46612a23aa
Merge pull request #405 from d4t4s3c/patch-1
...
useful for when on the victim host we have access to the internet but…
2024-01-13 16:36:49 +01:00
Carlos Polop
a762fdd29e
Merge pull request #404 from AidanFeess/master
...
Create powershell versions of the peas2json.py and json2html.py parsers
2024-01-13 16:36:26 +01:00
Carlos Polop
048428236c
Merge pull request #400 from lenhart/master
...
Fix Typo in SNMP Check
2024-01-13 16:35:29 +01:00
d4t4s3c
28a8f4b3e9
useful for when on the victim host we have access to the internet but we do not have: curl, wget or netcat
2024-01-13 13:40:24 +01:00
Aidan Feess
ad357d538a
remove irrelevant error message text
2023-12-14 14:46:00 -06:00
Aidan Feess
61a4f91baa
remove irrelevant error message text
2023-12-14 14:45:01 -06:00
Aidan Feess
c131c20a43
fix typo
2023-12-14 14:41:14 -06:00
Aidan Feess
f5339ae80c
add json to html powershell parser
2023-12-14 12:35:20 -08:00
Aidan Feess
ed4d60c64d
Add winpeas to json powershell parser
2023-12-14 12:34:32 -08: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
Carlos Polop
31aed5cd92
Merge pull request #397 from RandolphConley/master
...
code update ; Added search / function for excel files
2023-10-24 12:34:02 +02:00
StevenLtheThird
11d93c42e7
Update winPEAS.ps1
...
Remove extra code in search for files.
2023-10-13 17:46:43 -04:00
StevenLtheThird
9f75cc824c
Merge branch 'master' of https://github.com/RandolphConley/PEASS-ng
2023-10-13 17:43:05 -04:00
StevenLtheThird
8caca65606
Update winPEAS.ps1
2023-10-13 17:42:51 -04:00
RandolphConley
3ee6ee0836
Merge branch 'carlospolop:master' into master
2023-10-13 17:39:54 -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
Carlos Polop
9163062daa
Merge pull request #396 from RandolphConley/master
...
logo color, updated output, added -fullcheck flag
2023-10-11 22:59:21 +02: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
05f6cb7b0a
Update 9_interesting_files.sh
2023-10-02 23:54:28 +02:00
Carlos Polop
5199c4c395
Update ProcessInfo.cs
2023-08-24 19:48:31 +02:00
Carlos Polop
f99387feed
Update linpeas_base.sh
2023-08-18 13:19:53 +02:00
Carlos Polop
7eac86c008
Merge pull request #387 from RandolphConley/master
...
Updated switch parameter to TimeStamp
2023-08-17 22:00:57 +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
eddc6726e0
Update 1_system_information.sh
2023-08-07 08:35:15 +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
Carlos Polop
0fe26134ea
Merge pull request #378 from Mateodevv/master
...
Fixed Typo in Readme for linPEASS
2023-08-03 15:29:34 +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
z004r19n
6c0d00f1cb
Fixed Typo
2023-08-01 09:48:37 +02:00
Carlos Polop
9861259bca
Merge pull request #375 from galoget/master
...
Fix typos, grammar and spacing
2023-07-31 16:56:43 +02:00
Carlos Polop
0ab20b9524
Merge pull request #374 from jahatfi/master
...
Wrap 'nosh_usrs' user names in word boundaries
2023-07-31 16:55:51 +02:00
Carlos Polop
33bba036ce
Update CI-master_tests.yml
2023-07-31 16:55:07 +02:00
Carlos Polop
89240fc7ea
Delete aicoder.yml
2023-07-31 16:32:13 +02:00
Carlos Polop
3ab9ab8101
Delete AIPRChecker.yml
2023-07-31 16:31:49 +02:00
Carlos Polop
d101acc85c
Merge pull request #377 from makikvues/fix-alphafs-leaked-handle
...
Fixed AlphaFS dependency, fixed leaked handlers detection
2023-07-31 16:31:12 +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
galoget
6525727ca9
Update peass.rb
...
Fix typos, grammar and misspelled words.
2023-07-25 12:33:15 -05:00
galoget
41e2367be6
Update linpeas_builder.py
...
Standardize spacing in comments.
2023-07-25 12:22:14 -05:00
galoget
5e41f694e2
Update linpeas_base.sh
...
Standardize spacing in comments.
2023-07-25 12:21:36 -05:00
galoget
5e8def70d1
Update 9_interesting_files.sh
...
Standardize spacing in comments
2023-07-25 12:16:03 -05:00
galoget
f441212026
Update 8_interesting_perms_files.sh
...
Standardize spacing in comments
2023-07-25 12:13:37 -05:00
galoget
337f210bb9
Update 7_software_information.sh
...
Fix typos and spacing
2023-07-25 12:11:09 -05:00