kali
4906eecd20
linpeasv2.5.6
2020-05-15 01:33:22 +02:00
kali
574c4de5d7
-O
2020-05-14 13:39:17 -04:00
kali
41cb2b2be0
linpeasv2.5.5
2020-05-14 10:37:52 -04:00
Carlos Polop
a85dacaa44
Update linpeas.sh
2020-05-14 11:16:54 +01:00
kali
fc1ce0dbec
fix
2020-05-08 14:30:20 +02:00
Carlos Polop
be9544ab01
Update linpeas.sh
2020-05-08 11:52:21 +01:00
Carlos Polop
6e9da9dd73
Update linpeas.sh
2020-05-08 10:35:53 +01:00
Carlos Polop
03d436d819
Update linpeas.sh
2020-05-04 22:29:54 +01:00
kali
f10d82ade1
linpeasv2.5.2
2020-05-03 09:56:31 -04:00
kali
577c6a4503
linpeasv2.5.2
2020-05-03 14:43:46 +02:00
kali
3764ee868c
systemd
2020-05-02 19:34:08 +02:00
kali
7b185806bc
systemd
2020-05-02 19:33:00 +02:00
Carlos Polop
8bc10aae53
Update linpeas.sh
2020-04-29 22:41:07 +01:00
Carlos Polop
55b36fb7df
Update linpeas.sh
2020-04-29 21:47:53 +01:00
Carlos Polop
0f09620a4b
Update linpeas.sh
2020-04-29 21:38:16 +01:00
Carlos Polop
4bebe3c3ab
Update linpeas.sh
2020-04-29 21:18:19 +01:00
Carlos Polop
f5005667a5
Update linpeas.sh
2020-04-29 09:28:18 +01:00
kali
638a6bfc0a
linpeasv2.4.9
2020-04-29 01:17:11 +02:00
kali
6e8ac2b221
linpeasv2.4.9
2020-04-29 01:16:07 +02:00
kali
6f29d7d8f1
fix banner
2020-04-28 23:47:53 +02:00
Carlos Polop
7be859e1fd
Update linpeas.sh
2020-04-28 22:13:38 +01:00
carlospolop
12fa1deaab
linpeasv2.4.9
2020-04-28 15:12:49 +01:00
kali
c325cdb7f7
linpeasv2.4.8
2020-04-27 18:26:05 +02:00
kali
52031ec9ed
linpeasv2.4.7
2020-04-26 17:13:45 +02:00
kali
eb5c2a0075
linpeasv2.4.6
2020-04-25 12:19:27 -04:00
kali
9f78607910
linpeasv2.4.6
2020-04-25 12:03:45 -04:00
Carlos Polop
6bdd799c8a
Update README.md
2020-04-23 18:50:29 +01:00
Carlos Polop
fb9509e2b0
Update linpeas.sh
2020-04-23 18:49:50 +01:00
kali
f2bff9abb2
fixed
2020-04-21 08:38:09 -04:00
kali
59683d0466
linpeasv2.4.6
2020-04-21 05:19:07 -04:00
kali
4145eeec0d
linpeasv2.4.5
2020-04-20 06:00:53 -04:00
carlospolop
a1ea7d12ff
caching directories colors
2020-04-19 10:51:26 +01:00
carlospolop
b461005801
fix .ovpn
2020-04-19 10:07:05 +01:00
kali
d63e54de8d
Readme
2020-04-18 17:00:40 -04:00
kali
874d7fa40d
support
2020-04-18 15:21:08 -04:00
kali
0a33f29d18
linpeasv2.4.2
2020-04-18 11:09:52 -04:00
kali
7c1b1d1f34
fix Cloud creds
2020-04-18 09:28:06 -04:00
kali
68434fd938
fix1
2020-04-18 09:10:20 -04:00
Carlos Polop
6b58fe3f18
Merge pull request #35 from kthenrique/perf_find
...
Improve linpeas.sh speed
2020-04-18 14:02:59 +01:00
Kelve T. Henrique
d71900854c
Reduce size of cache variables
...
The variables could explode for huge directory trees. Now when searching
through a relevant directory, just the relevant names will fill the
variables. This should further improve speed.
There is still places to improve with this approach. Some "find /" were
left untouched because they seem to be non-trivial searches filtering
permission bits, for example.
There is a huge bottleneck in the ssh section, namely the search for the
privatekeyfiles! That's why I shifted this process nearer to its use.
2020-04-17 23:05:20 +02:00
sweetroll
11dc0b73e0
readme typo fix
...
corrected "searh" to "search"
2020-04-15 08:04:38 -06:00
Kelve T. Henrique
a9f0b53ae7
Improve linpeas.sh performance
...
Caching the findings into a variable and reusing it with grep's for
faster results.
2020-04-13 23:59:24 +02:00
carlospolop
0a5b2b69ed
Winpeas
2020-04-10 18:54:38 +01:00
carlospolop
599fc51663
Merge branch 'master' of https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite
2020-04-02 14:10:06 +01:00
carlospolop
720f3fecd7
linpeasv2.4.0
2020-04-02 14:09:39 +01:00
Carlos Polop
70f33f8f41
Update linpeas.sh
2020-03-29 23:29:15 +01:00
carlospolop
a1a144b182
Merge branch 'master' of https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite
2020-03-25 15:42:09 +00:00
carlospolop
9f4da90ad8
linpeasv2.3.9
2020-03-25 15:41:44 +00:00
Carlos Polop
044d0ddc0d
Update linpeas.sh
2020-03-24 11:21:56 +00:00
carlospolop
e57666a88b
Merge branch 'master' of https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite
2020-03-12 12:30:06 +00:00