cp
e879812f45
Merge pull request #419 from MikeLauer/patch-1
...
Fix copy-paste mistake in Firefox.cs
2024-04-04 11:15:49 +02:00
Mike
db41676cdf
Fix copy-paste mistake in Firefox.cs
2024-04-01 15:35:56 +02:00
HackTricks
e32f496f12
Update FileAnalysis.cs
20240331-d41b024f
20240324-2c3cd766
20240323-9113f876
2024-03-23 13:02:56 +01:00
Carlos Polop
aee8acf60f
Update 3_cloud.sh
20240303-ce06043c
20240226-e0f9d47b
20240310-532aceca
20240317-32cd037e
2024-02-26 20:40:36 +01:00
Carlos Polop
a79fb7f5d5
Update 3_cloud.sh
20240225-d29d697a
2024-02-25 20:50:25 +01:00
Carlos Polop
0dccf2f2a8
Merge pull request #415 from LionelOvaert/patch-1
...
Add try-except for PrintCachedCreds
20240223-ab2bb023
20240225-3f95dc31
2024-02-23 15:12:38 +01:00
Carlos Polop
0cc314fe04
Merge pull request #413 from md347/master
...
Update FileAnalysis.cs
2024-02-23 15:10:27 +01:00
Carlos Polop
186ae60e9e
fix
20240221-e5eff12e
2024-02-21 16:39:57 +01:00
Carlos Polop
c4e858d226
cloud functions
2024-02-21 16:39:46 +01:00
Carlos Polop
8468c666f9
Merge pull request #408 from shadowabi/master
...
support of Tencent Cloud Enumeration
2024-02-21 16:15:22 +01:00
Lionel Ovaert
b430fc80bd
Add try-except for PrintCachedCreds
2024-02-18 21:09:53 +01:00
shadowabi
2f687dde18
Update 3_cloud.sh
...
Fixed an error and added an auxiliary judgment
2024-02-16 00:46:58 +08:00
md347
41d6a03db3
Update FileAnalysis.cs
...
escape backslashes in regex
2024-02-13 21:54:08 +00:00
Carlos Polop
b4b8afa169
Merge pull request #411 from wowlolx/master
...
Fixed netsh command for spaces in SSIDs
20240218-68f9adb3
20240211-db8c669a
20240204-ab87b191
20240131-07961633
2024-01-31 11:37:19 +01:00
wowlolx
8c7f56631f
Fixed netsh command for spaces in SSIDs
2024-01-31 00:34:27 +05:00
shadowabi
2d68186677
Format alignment
2024-01-25 11:58:51 +08:00
shadowabi
177fe211d0
Update 3_cloud.sh
2024-01-25 11:55:34 +08:00
shadowabi
9960d4780f
Add files via upload
2024-01-25 11:52:11 +08:00
shadowabi
4260e06722
add Tencent CVM metadata search
2024-01-25 11:49:20 +08:00
Carlos Polop
398081451f
Merge pull request #407 from Esonhugh/master
...
linpeas Cloud.sh: support of Alibaba Cloud Enumeration
20240128-3084e4e1
20240124-4b54e914
2024-01-24 18:13:22 +01:00
Carlos Polop
2dfbe62e64
Merge pull request #406 from mcdruid/master
...
fix typo in 'run unshare' container check
2024-01-24 18:12:53 +01:00
Carlos Polop
12ff600e52
Merge pull request #403 from Signum21/master
...
Better error handling in FileAnalysis
2024-01-24 18:11:02 +01:00
Esonhugh
edd8e3a397
feat: instance name and type
2024-01-22 22:04:21 +08:00
Esonhugh
7daefe700f
update: bug of req var error
2024-01-22 21:49:22 +08:00
Esonhugh
0c5b8194d3
format: better format of aliyun network print
2024-01-22 21:46:12 +08:00
Esonhugh
74ccf2c08a
fix: missing do at the of for
2024-01-22 21:39:41 +08:00
Esonhugh
9865e2a5b0
feat: aliyun network enumeration
2024-01-22 21:32:48 +08:00
Esonhugh
a8b7084b3e
feat: aliyun cloud support [incomplete]
2024-01-22 21:07:32 +08:00
mcdruid
5c4f81d0d4
fix typo in 'run unshare' container check
2024-01-16 16:11:42 +00:00
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…
20240121-3ce7876d
20240114-925b57c0
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
20240107-6fec90a8
20231231-3221ac1a
20231224-836b4ac9
20231217-4a3b3f9d
20231210-89d560ba
20231203-9cdcb38f
20231126-a1ab960a
20231119-295ce4ea
20231112-0a42c550
20231105-d387d97f
20231029-83b8fbe1
20231024-f6adaa47
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
20231022-e8682dd7
20231015-0ad0e48c
20231011-b4d494e5
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
20231008-041e379c
20231002-59c6f6e6
2023-10-02 23:54:28 +02:00