1
mirror of https://github.com/carlospolop/PEASS-ng synced 2025-02-14 08:54:27 +01:00
Commit Graph

259 Commits

Author SHA1 Message Date
Carlos Polop
80bd473168 linpeasv3.1.6 2021-05-04 23:28:28 +02:00
Carlos Polop
61f9fd5d60 Merge branch 'master' of github.com:carlospolop/privilege-escalation-awesome-scripts-suite 2021-05-04 23:04:51 +02:00
Carlos Polop
8beca89dac kuber 2021-05-04 23:04:36 +02:00
Alvin Smith
effc67efa5 Update linpeas.sh SUID/SGID binaries 2021-05-01 19:27:23 +12:00
CyberSecurityN00b
aade1c5100 Highlight all container capabilities
When looking for docker breakout techniques, linpeas is not running a global sed against `$containercapsB`, so only the first match is highlighted.
2021-04-29 23:35:18 -05:00
Carlos Polop
51236fa39e
Update linpeas.sh 2021-04-23 08:43:34 +01:00
Carlos Polop
84e9df0add linpeasv3.1.4 2021-04-22 19:01:52 +02:00
Carlos Polop
14601ecd35 linpeasv3.1.3 2021-04-22 18:57:33 +02:00
neargle
69c3eaebb2 Fix the bug that the k8s container cannot be detected 2021-04-17 19:34:44 +08:00
Carlos Polop
6e09137795
Update linpeas.sh 2021-04-09 10:05:38 +01:00
Carlos Polop
89d587f11d
Update linpeas.sh 2021-04-09 10:04:14 +01:00
Kali
de206c5e14 linpeasv3.1.4 2021-04-06 15:40:45 -04:00
Carlos Polop
b4c1be0709
Update linpeas.sh 2021-04-03 02:46:34 +02:00
Carlos Polop
be19e6b6c2
Update linpeas.sh 2021-04-03 00:49:25 +02:00
Carlos Polop
993b628e7d
linpeasv3.1.2 2021-04-01 20:30:58 +02:00
Kali
883e5b56e6 linpeasv3.1.1 2021-03-25 18:43:35 -04:00
Kali
0808442e7b linpeasv3.1.0 2021-03-24 21:16:40 -04:00
Kali
79f44d0ec5 linpeasv3.0.9 2021-03-24 00:52:49 -04:00
Kali
687b171317 linpasv3.0.9 2021-03-23 20:05:54 -04:00
Kali
fbdce5d314 linpeasv3.0.9 2021-03-23 19:57:01 -04:00
Carlos Polop
3b099d09ef linpeasv3.0.9 2021-03-17 01:08:49 +01:00
Carlos Polop
e3f9882f67 lnpeasv3.0.8 2021-03-14 14:17:08 +01:00
Kali
a51f21f9f7 linpeasv3.0.7 2021-03-14 07:27:41 -04:00
kali
f62098b30e linpeasv3.0.7 2021-03-11 08:50:28 -05:00
kali
c702b03744 rm file 2021-03-11 07:51:30 -05:00
kali
a3579c09f5 linpeasv3.0.6 2021-03-11 05:17:32 -05:00
kali
77ed9adbbd linpeasv3.0.6 2021-03-11 05:16:22 -05:00
Kali
5ff4cc920d linpeasv3.0.6 2021-03-10 21:38:56 -05:00
Carlos Polop
4d69dc6e6c
Update linpeas.sh 2021-03-08 09:07:44 +00:00
Carlos Polop
1bad2745e7
Update linpeas.sh 2021-03-07 23:26:14 +00:00
kali
9b79bd33a7 linpeasv3.0.5 2021-03-02 16:59:23 -05:00
kali
3bf02fb0cb linpeasv3.0.5 2021-03-02 16:38:34 -05:00
Carlos Polop
c018fb3966
Update linpeas.sh 2021-02-28 11:17:18 +00:00
Carlos Polop
c3012f4e4c
Update linpeas.sh 2021-02-17 20:49:43 +00:00
kali
036a2aed64 linpeasv3.0.4 2021-02-16 11:10:56 -05:00
Kali
6133e624ec linpeasv3.0.4 2021-02-09 05:25:33 -05:00
Kali
f22283bd20 linpeasv3.0.3 2021-02-09 04:38:00 -05:00
Kali
f83cf6706d Merge branch 'master' of https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite 2021-02-09 04:32:06 -05:00
Kali
ffd2a659ed linpeasv3.0.3 2021-02-09 04:31:23 -05:00
Jonathan Hodgson
37a2030faf Fix: False positive for writeable network-scripts directory
Symbolic links almost always have 777 permissions although this doesn't
mean you can change them.

This commit prevents the tool from flagging symbolic links with write
access in the /etc/sysconfig/network-scripts folder
2021-01-27 11:27:44 +00:00
Carlos Polop
55f10da6c3
Update linpeas.sh 2021-01-22 00:42:15 +00:00
DidierA
dd61ed8591 check if sed accepts -r instead of -E 2021-01-14 12:09:17 +01:00
DidierA
12d68d7a80 fix for infinite loop when sed does not support -E 2021-01-14 09:59:30 +01:00
Carlos Polop
11618a488a
Merge pull request #94 from HomeSen/linpeas_fix_ss_bug
Fixed empty "Active Ports" output of LinPEAS, when ss is used
2021-01-07 10:12:29 +01:00
kali
6afa4a3cb0 linpeasv3.0.3 2021-01-06 19:10:47 -05:00
kali
6d5854e33a linpeasv3.0.3 2021-01-06 19:08:45 -05:00
Patrick Walker
856614c78f
Fixed empty "Active Ports" output, when ss is used 2021-01-06 23:48:17 +01:00
smdigey
4e85705c56 syntax fix - /bin/sh not /bin/bash sorry! 2021-01-05 21:50:41 +11:00
smdigey
379fac795f updated USB Creator test to use integer comparison 2021-01-05 15:35:44 +11:00
Kali
cd6dc2ecf4 Merge branch 'master' of https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite 2021-01-04 08:40:26 -05:00