galoget
f441212026
Update 8_interesting_perms_files.sh
...
Standardize spacing in comments
2023-07-25 12:13:37 -05:00
galoget
337f210bb9
Update 7_software_information.sh
...
Fix typos and spacing
2023-07-25 12:11:09 -05:00
galoget
d63f11bc53
Update 3_cloud.sh (Typos)
...
Fix typos, spacing and added comments.
2023-07-25 11:58:47 -05:00
galoget
210abd9329
Update 2_container.sh (Fix typo)
...
Fix typo and spacing.
2023-07-25 11:48:55 -05:00
galoget
44a3cce5c7
Update 2_container.sh (Fix broken links)
...
Update script 2_container.sh to fix broken links to Kubernetes Pentesting.
2023-07-24 11:03:05 -05:00
galoget
965ca0868a
Update 3_cloud.sh (Fix broken link)
...
Update script 3_cloud.sh to fix a broken link to GCP Pentesting.
2023-07-24 10:55:35 -05:00
carlospolop
1279434ba6
Merge branch 'aicoder' of https://github.com/carlospolop/PEASS-ng into aicoder
2023-07-24 10:23:18 +02:00
Nicolas GRELLETY
509e164d6f
🐛 fix linPEAS build
...
Update search regex due to API change
2023-07-23 00:49:04 +02:00
carlospolop
099755dbcb
actions
2023-07-02 15:45:35 +02:00
camercu
7f4965c0b7
fix su brute check.
...
Added Usage help message to indicate '-a' invokes all checks.
Removed 'sudo' exists check, replaced with appropriate 'su' check.
2023-06-11 10:45:51 -05:00
carlospolop
898b29b0fa
f
2023-06-01 00:16:51 +02:00
Antoine SANSON
e4b9ae6479
Fix LES regex
2023-05-15 14:31:13 +02:00
Carlos Polop
7b096cd930
Update linpeas_base.sh
2023-05-10 16:03:11 +02:00
Carlos Polop
a9ae25cdc3
Update 3_cloud.sh
2023-05-10 16:02:43 +02:00
wonda-tea-coffee
a36c2c9107
fix command not found error
...
The following error occurred when evaluating the expression because the space that should have been a space was U+0a00.
```
./linpeas.sh: 3672: ./linpeas.sh: [: not found
```
2023-05-08 19:22:22 +09:00
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