Carlos Polop
adc8e168a5
f
2024-08-28 21:11:54 +02:00
Carlos Polop
1a82bd8ee4
all arg
2024-08-28 20:03:32 +02:00
Carlos Polop
9408efbcd7
fix
2024-08-28 20:01:03 +02:00
Carlos Polop
bf00500bd1
fileanalysis winpeas not default
2024-08-28 19:52:24 +02:00
Carlos Polop
b3cd9417f8
fic
2024-08-28 00:06:09 +02:00
Carlos Polop
a3fe115848
update workflows
2024-08-28 00:02:29 +02:00
Carlos Polop
49efee3bb9
merge
2024-08-27 23:58:45 +02:00
Carlos Polop
0ed01d58d3
Big linpeas update
2024-08-27 23:56:21 +02:00
SirBroccoli
55326d29cc
Merge pull request #424 from 0danteh/patch-1
...
Refactor peasLoaded.py for Improved Efficiency
2024-08-27 22:59:24 +02:00
SirBroccoli
bffde719fa
Merge pull request #426 from inPhraZ/linpeas-container
...
linPEAS: Add CVE-2021-41091 to docker version exploits
2024-08-27 22:56:21 +02:00
SirBroccoli
f296f659b6
Merge pull request #429 from shadowabi/master
...
Update 3_cloud.sh for check_cvm
2024-08-27 22:54:36 +02:00
Carlos Polop
463154aa05
Merge branch 'master' of github.com:peass-ng/PEASS-ng
2024-08-27 22:10:06 +02:00
Carlos Polop
b435119723
WinPEASS Big Update
2024-08-27 22:08:48 +02:00
shadowabi
8afc352878
Update 3_cloud.sh
...
add detect user data
2024-06-17 14:31:28 +08:00
shadowabi
efa0e98547
Update 3_cloud.sh for check_cvm
...
Added connection timeout Settings and fixed wget syntax errors for check_cvm
2024-06-17 11:23:11 +08:00
Farzin Monsef
5c1f081344
checkDockerVersionExploits: add CVE-2021-41091
2024-06-02 17:43:33 +03:30
cp
74c1391d66
Merge pull request #421 from gcorrall/fix_find_possible_conf_files
...
Fix 'find possible conf files with passwords' in 9_interesting_files.sh
2024-05-05 15:54:30 +02:00
Dante
fa5578b2ff
Refactor peasLoaded.py for Improved Efficiency
...
This pull request introduces a set of improvements to the peasLoaded.py file, aimed at enhancing the readability, maintainability, and performance of the code. The key changes include:
- Indentation Correction: Fixed the indentation to comply with Python standards, ensuring proper code block recognition and avoiding potential runtime errors.
- List Comprehension: Implemented list comprehension for the creation of FileRecord instances, which simplifies the code structure and improves readability.
- Configuration Handling: Streamlined the access to the config dictionary by extracting it once at the beginning of the loop, reducing repetitive code and potential access errors.
- Default Value Usage: Utilized the .get() method with default values from DEFAULTS for both `auto_check` and `exec` keys.
These changes do not alter the core functionality of the code but provide a cleaner and more efficient approach to the existing logic.
Please review the changes and let me know if there are any concerns or further improvements that can be made.
2024-05-05 14:50:25 +02:00
cp
972503f806
Update CI-master_tests.yml
2024-05-05 11:48:54 +02:00
Gary Corrall
d8f86e81b2
Fix 'find possible conf files with passwords' in 9_interesting_files.sh
2024-04-11 14:54:27 +01:00
cp
a2fb2cd2be
Update 3_cloud.sh
2024-04-08 11:31:00 +02:00
cp
5621c83110
Merge pull request #420 from shadowabi/master
...
Delete the condition that Tencent Cloud detection is liable to cause false positives
2024-04-08 11:30:14 +02:00
shadowabi
751d61b27f
Update 3_cloud.sh
...
Delete the condition that Tencent Cloud detection is liable to cause false positives
2024-04-08 14:41:46 +08:00
Carlos Polop
c37db4654c
peass-ng
2024-04-04 11:30:56 +02:00
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
2024-03-23 13:02:56 +01:00
Carlos Polop
aee8acf60f
Update 3_cloud.sh
2024-02-26 20:40:36 +01:00
Carlos Polop
a79fb7f5d5
Update 3_cloud.sh
2024-02-25 20:50:25 +01:00
Carlos Polop
0dccf2f2a8
Merge pull request #415 from LionelOvaert/patch-1
...
Add try-except for PrintCachedCreds
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
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
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
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