Commit Graph

1597 Commits

Author SHA1 Message Date
SirBroccoli
bf1edc9a18 Update CONTRIBUTING.md 2024-09-23 14:41:43 +02:00
SirBroccoli
8d096a4c72 Merge pull request #438 from tunnellord/master
User folder for cloud creds
20240923-90f4bce8
2024-09-23 14:41:05 +02:00
Carlos Polop
d9f6e3eb46 fix issue 435 20240923-21a34b2a 2024-09-23 14:36:50 +02:00
tunnellord
abfb06e77c User folder for cloud creds 2024-09-22 14:35:21 +02:00
Carlos Polop
cb39091bfa curl follow redirects 20240919-31659910 20240922-a5703fe8 2024-09-19 11:57:19 +02:00
SirBroccoli
7979c470a1 Update CI-master_tests.yml 20240905-f8a96271 20240908-e068962e 20240915-f58aa30b 2024-09-05 14:02:04 +02:00
SirBroccoli
746ef49fc8 Merge pull request #432 from B-Kluss/patch-1
Fix: README.md Linpeas
2024-09-05 13:15:25 +02:00
B-Kluss
5fa7823e38 Fix: README.md Linpeas
Exchange broken release page url
2024-09-05 10:29:53 +02:00
SirBroccoli
2e615f7bc6 Merge pull request #431 from peass-ng/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7
Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
2024-09-04 12:26:42 +02:00
SirBroccoli
5ecb01ed14 Merge pull request #430 from jeffbencteux/add-useful-software
Update USEFUL_SOFTWARE.sh
2024-09-04 12:26:21 +02:00
dependabot[bot]
ac8a3fac97 Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v2...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-03 22:02:59 +00:00
Jeffrey Bencteux
f881a4719d Update USEFUL_SOFTWARE.sh
add lua and go binaries as it serves to escape restricted environments.
2024-09-03 15:14:35 +02:00
Carlos Polop
b3bcfa4466 f2 20240828-cfb5c8f6 20240901-df0685e9 2024-08-28 21:57:32 +02:00
Carlos Polop
adc8e168a5 f 20240828-7c0b24ef 2024-08-28 21:11:54 +02:00
Carlos Polop
1a82bd8ee4 all arg 20240828-241c7602 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 20240827-a05c7ccd 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 20240827-a18a2293 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
20240505-284a0ce8 20240512-3398870e 20240519-fab0d0d5 20240526-eac1a3fa 20240602-829055f0 20240609-52b58bf5 20240616-43d0a061 20240623-7d729c04 20240630-b2cfbe8a 20240707-68b6f322 20240714-cd435bb2 20240721-1e44f951 20240728-0f010225 20240804-31b931f7 20240811-aea595a1 20240818-ea81ae32 20240825-da8efc68
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 20240408-791fa356 20240414-ed0a5fac 20240421-825f642d 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 20240407-0335a42b 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 20240323-9113f876 20240324-2c3cd766 20240331-d41b024f 2024-03-23 13:02:56 +01:00
Carlos Polop
aee8acf60f Update 3_cloud.sh 20240226-e0f9d47b 20240303-ce06043c 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