Commit Graph

640 Commits

Author SHA1 Message Date
wonda-tea-coffee
d20699ed51 fix hacktricks link 2023-04-28 00:13:16 +09:00
carlospolop
62e4b071cd Merge branch 'master' of https://github.com/carlospolop/PEASS-ng 2023-04-13 22:02:56 +02:00
carlospolop
4a0b8fb065 improvements 2023-04-13 22:02:50 +02:00
Carlos Polop
4ba0f6b6c2
Update 1_system_information.sh 2023-04-13 20:30:33 +02:00
carlospolop
144c0aef6f push 2023-04-13 16:10:26 +02:00
carlospolop
613bf14049 container 2023-04-13 15:44:57 +02:00
carlospolop
19a2ed5f5a linpeas improvements 2023-04-13 06:00:26 +02:00
Carlos Polop
0682cafe08
Update linpeas_base.sh 2023-03-29 17:23:14 +02:00
KeoOp
7b9bf9cf91
Fix a bug of finding readable file in sudoers.d
Fix a bug of finding user readable file in /etc/sudoers.d
```
for filename in /etc/sudoers.d/*; do
    echo $filename  # filename is a array
done
```

```
for filename in '/etc/sudoers.d/*'; do
    echo $filename  # filename is a single long string
done
```
2023-03-08 16:37:32 +08:00
Al Longley
aa69a494b4 Check "doas.conf" based on binary existence, not config 2022-12-31 18:43:14 +11:00
Carlos Polop
a4b226c16e
Update linpeas_base.sh 2022-12-31 00:58:00 +01:00
Carlos Polop
8b6ce759d0
Merge pull request #323 from ruppde/master
Update 1_system_information.sh
2022-12-20 14:26:25 +01:00
Riqky
46033a7af0
Update README.md
Update python webserver to python 3 command, since python 2 is EOL.
2022-12-20 13:46:59 +01:00
Arnim Rupp
0ab4a65bab Update 1_system_information.sh
Fix false positive, Ubuntu fixed it one day earlier:

policykit-1 (0.105-20ubuntu0.18.04.6) bionic-security; urgency=medium

  * SECURITY UPDATE: Local Privilege Escalation in pkexec
    - debian/patches/CVE-2021-4034.patch: properly handle command-line
      arguments in src/programs/pkcheck.c, src/programs/pkexec.c.
    - CVE-2021-4034

 -- Marc Deslauriers <email address hidden>  Wed, 12 Jan 2022 07:34:00 -0500
2022-11-21 15:17:28 +01:00
Carlos Polop
7a19b0968f
Update README.md 2022-10-12 14:56:18 +02:00
Carlos Polop
ce002b9f33
Update README.md 2022-10-12 14:34:05 +02:00
Carlos Polop
940b4bc791
Update 2_container.sh 2022-09-30 13:48:06 +02:00
lu-ka
cb3e62a3ff added CVE-2022-2588; reduced color to red 2022-09-20 19:26:56 +02:00
Carlos Polop
eaac654739
Update linpeas_base.sh 2022-09-01 20:17:07 +02:00
Carlos Polop
7bc53594b0
Update README.md 2022-09-01 20:16:43 +02:00
Carlos Polop
55faa3b5e8
Update README.md 2022-09-01 20:12:39 +02:00
carlospolop
8b444ba674 10k update 2022-09-01 20:08:01 +02:00
Carlos Polop
a5ca003383
Merge pull request #307 from z0ug/patch-1
Update 2_container.sh
2022-08-20 21:22:19 +02:00
z0ug
98e2318838
Update 1_system_information.sh 2022-08-20 20:01:18 +02:00
z0ug
27bc0ba5cc
Update 1_system_information.sh
Missing test makes false positive
2022-08-20 19:55:24 +02:00
z0ug
2f7d8ea583
Update 2_container.sh
Typo in release_agent_breakout2 variable name
2022-08-20 19:42:48 +02:00
Carlos Polop
5fa0e76b69
Update linpeas_base.sh 2022-07-31 00:29:32 +02:00
carlospolop
999fcff035 linpeas update 2022-07-30 12:14:53 +02:00
Carlos Polop
fa0f2e17fb
Update 7_interesting_files.sh 2022-05-11 21:13:18 +01:00
Carlos Polop
f8e0090962
Update 6_software_information.sh 2022-05-11 21:09:43 +01:00
Carlos Polop
10960f2456
Update linpeas_base.sh 2022-05-11 20:36:51 +01:00
Carlos Polop
0c9bee903a
Update 4_network_information.sh 2022-05-11 20:25:37 +01:00
Carlos Polop
7f2b14d8d7
Update 1_system_information.sh 2022-05-11 20:23:27 +01:00
Carlos Polop
0a41095a1b
Update 6_software_information.sh 2022-05-09 12:13:07 +01:00
carlospolop
585fcc33b2 change url 2022-05-01 17:43:55 +01:00
Carlos Polop
3b764452b5
Update linpeas_base.sh 2022-04-08 23:53:42 +01:00
Carlos Polop
6536042afd
Update linpeas_base.sh 2022-04-01 10:58:42 +01:00
Carlos Polop
d17e4dcca7
Update 1_system_information.sh 2022-03-28 17:31:07 +01:00
Carlos Polop
a928340752
Update 3_procs_crons_timers_srvcs_sockets.sh 2022-03-28 10:21:49 +01:00
carlospolop
b3eefad3fe check /opt 2022-03-14 16:30:44 -04:00
carlospolop
cf947f01c7 CVE-2022-0847 2022-03-10 05:34:15 -05:00
lu|ka
ee80f8d97a
Added check for CVE-2022-0847
See https://dirtypipe.cm4all.com/
2022-03-08 10:32:25 +01:00
Carlos Polop
7f3e4c440d
Update 1_system_information.sh 2022-03-07 23:33:54 +00:00
Carlos Polop
1209890aa9
Update 6_software_information.sh 2022-03-07 23:19:23 +00:00
Carlos Polop
820e12f1ed
Merge pull request #278 from carlospolop/linpeas_dev
Merge pull request #277 from julienbordet/linpeas_dev
2022-03-07 23:18:03 +00:00
Julien Bordet
073114db86 SIngle quotes in this line prevent '*' from being expanded
Right now this section for sudoers.d does not work
2022-03-08 00:11:27 +01:00
Carlos Polop
b6bf6a702a
Update 1_system_information.sh 2022-03-07 11:23:37 +00:00
Jan Roring
dd122b2f10 Fixed typo that caused linux-exploit-suggester results not being displayed 2022-03-02 17:47:14 +01:00
Carlos Polop
a89f235c43
Update linpeas_base.sh 2022-02-13 17:00:40 +00:00
secnigma
dc7c9db7dd
Improved CVE-2021-3560 Check
* Swapped `yum ` for `rpm ` for improved compatibility 
* Added known vulnerable version of Polkit
2022-02-11 13:23:50 -05:00
Carlos Polop
48ff8b061b
Update 1_system_information.sh 2022-02-09 12:02:26 +00:00
Carlos Polop
0a4df51b06
Update 1_system_information.sh 2022-02-05 19:56:14 +00:00
Kevin Pham
52c2a1e11b
fix typo
fix typo
2022-02-02 21:32:43 -08:00
Kevin Pham
f3495c48e9
Update 1_system_information.sh
More robust implementation of pkexec binary modification time check with integer comparison instead of date regex grep.

1642035600 == Thursday, January 13, 2022 1:00:00 AM
Which is when it was first patched. We have to check this way because the polkit version number is the same, patched & unpatched.
2022-02-02 21:30:43 -08:00
Carlos Polop
db89a779ad
Update 1_system_information.sh 2022-02-01 16:21:36 +00:00
Carlos Polop
77cc22a657
Update 1_system_information.sh 2022-01-31 13:21:10 +00:00
Carlos Polop
b9c8df71c5
Merge pull request #260 from carlospolop/linpeas_dev
Update 5_users_information.sh
2022-01-16 17:19:35 +00:00
Carlos Polop
c53425d4bc
Update 5_users_information.sh 2022-01-16 12:19:27 +00:00
Peter Melniček
cb81dbf02f
Update 3_procs_crons_timers_srvcs_sockets.sh 2022-01-09 17:55:39 +01:00
godylockz
9c31073279 Update to using release/latest/download 2021-12-31 12:23:33 -05:00
godylockz
f7eb8ce150 Remove trailing 2021-12-31 12:21:03 -05:00
carlospolop
07a2db8553 color correction 2021-12-31 05:50:45 -05:00
carlospolop
e81069ea0a color correction 2021-12-31 05:48:59 -05:00
carlospolop
94e10c0ae7 trigger action 2021-12-29 20:00:04 -05:00
carlospolop
1c02bbc9d6 trigger build 2021-12-29 18:40:06 -05:00
Carlos Polop
3ecb6090c1
Update README.md 2021-12-29 21:28:04 +00:00
Carlos Polop
f27c56bd3c
Update README.md 2021-12-29 21:22:16 +00:00
carlospolop
e1b1421bdb use releases page 2021-12-29 13:47:01 -05:00
CI-linpeas-ubuntu
3dd9088b81 linpeas.sh auto update 2021-12-29 17:19:06 +00:00
carlospolop
b0ab180ca8 linpeas binaries 2021-12-29 10:53:46 -05:00
carlospolop
64458b5947 checks 2021-12-29 08:26:13 -05:00
CI-linpeas-ubuntu
65eda41faa linpeas.sh auto update 2021-12-24 01:51:52 +00:00
carlospolop
bc328b1163 log4j 2021-12-23 20:41:15 -05:00
carlospolop
d9192ae1aa Merge branch 'linpeas_dev' of github.com:carlospolop/PEASS-ng into linpeas_dev 2021-12-23 20:38:49 -05:00
carlospolop
84524dfac5 log4j 2021-12-23 20:38:39 -05:00
CI-linpeas-ubuntu
310001b9f8 linpeas.sh auto update 2021-12-23 20:16:01 +00:00
carlospolop
1edcf4e28d kubelet 2021-12-23 15:06:05 -05:00
CI-linpeas-ubuntu
4c933bf8b8 linpeas.sh auto update 2021-12-23 13:21:04 +00:00
carlospolop
4ca310d66d kubelet 2021-12-23 08:11:52 -05:00
CI-linpeas-ubuntu
2a4410d2e3 linpeas.sh auto update 2021-12-22 15:38:12 +00:00
carlospolop
78153444ef more 2021-12-22 10:28:39 -05:00
CI-linpeas-ubuntu
6b73be5718 linpeas.sh auto update 2021-12-20 10:13:47 +00:00
carlospolop
4184355562 Merge branch 'linpeas_dev' of github.com:carlospolop/PEASS-ng into linpeas_dev 2021-12-20 05:05:11 -05:00
carlospolop
b65b24e20c regexes 2021-12-20 05:05:02 -05:00
CI-linpeas-ubuntu
ffa26b30f6 linpeas.sh auto update 2021-12-20 09:42:27 +00:00
CI-linpeas-ubuntu
4882144638 linpeas.sh auto update 2021-12-20 00:36:18 +00:00
CI-linpeas-ubuntu
f05bf003eb linpeas.sh auto update 2021-12-19 23:13:32 +00:00
carlospolop
6d70913b28 regexes 2021-12-19 18:03:02 -05:00
carlospolop
9d86748afe regexes 2021-12-19 17:59:26 -05:00
carlospolop
784542cdde Merge branch 'linpeas_dev' of github.com:carlospolop/PEASS-ng into linpeas_dev 2021-12-19 17:56:30 -05:00
carlospolop
dc8fd3a6b1 search regexes 2021-12-19 17:56:21 -05:00
carlospolop
d30c6ca63a search regexes 2021-12-19 17:54:29 -05:00
CI-linpeas-ubuntu
a47050b005 linpeas.sh auto update 2021-12-19 18:37:54 +00:00
carlospolop
6c2bba00f4 Merge branch 'linpeas_dev' of github.com:carlospolop/PEASS-ng into linpeas_dev 2021-12-19 13:17:52 -05:00
carlospolop
c731f6ebe6 fix 2021-12-19 13:17:45 -05:00
CI-linpeas-ubuntu
ca4247d5cd linpeas.sh auto update 2021-12-19 18:08:17 +00:00
carlospolop
83be61d946 Merge branch 'linpeas_dev' of github.com:carlospolop/PEASS-ng into linpeas_dev 2021-12-19 12:47:58 -05:00
carlospolop
6c39d33b7b linpeas fixes 2021-12-19 12:47:50 -05:00
CI-linpeas-ubuntu
18d46cac81 linpeas.sh auto update 2021-12-19 16:02:29 +00:00
carlospolop
abc169dddd more checks 2021-12-19 10:42:15 -05:00