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
Carlos Polop
ded6f3045f
Merge pull request #329 from godylockz/master
...
Fix Internet Explorer Enumeration
2022-12-31 18:37:08 +01:00
Carlos Polop
d20638fa7b
Merge pull request #331 from AlLongley/master
...
Check "doas.conf" based on binary existence, not configuration files
2022-12-31 18:34:57 +01: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
godylockz
3cc49b5b9a
Code Cleanup
2022-12-23 00:45:23 -05:00
godylockz
e5b9b67786
Fix IE Bug, Browser Consistency.
2022-12-23 00:45:05 -05:00
Carlos Polop
e29c9e88d5
Update CI-master_tests.yml
2022-12-21 15:32:55 +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
Carlos Polop
116d842158
Merge pull request #326 from Riqky/master
...
Update README.md to remove python2
2022-12-20 14:25:26 +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
27d954e03a
Update FileAnalysis.cs
2022-11-02 18:58:53 +00:00
Carlos Polop
9416b924cb
Update FileAnalysis.cs
2022-11-02 18:50:36 +00:00
Carlos Polop
6ec25656f2
Update FileAnalysis.cs
2022-11-02 18:42:29 +00:00
Carlos Polop
3039ce555d
Update FileAnalysis.cs
2022-11-02 18:37:11 +00:00
Carlos Polop
d382de1cb1
Merge pull request #319 from motikan2010/fix/small-typo
...
Fix small typo in /parser/README.md
2022-11-02 18:28:08 +00:00
Carlos Polop
c62a8f8b54
Update App.config
2022-11-02 18:27:42 +00:00
Carlos Polop
a70b9773db
Update FileAnalysis.cs
2022-11-02 18:26:18 +00: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
motikan2010
1afac19979
Fix typo in /parser/README.md
2022-10-09 13:56:29 +09:00
Carlos Polop
219b1669c3
Update Beaprint.cs
2022-10-06 17:46:45 +02:00
carlospolop
1274f21097
debug regex searches
2022-09-30 19:47:38 +02:00
carlospolop
f86e301a1b
try fix long path error
2022-09-30 14:50:56 +02:00
Carlos Polop
940b4bc791
Update 2_container.sh
2022-09-30 13:48:06 +02:00
Carlos Polop
b2e1a4e64a
Merge pull request #314 from lu-ka/master
...
added CVE-2022-2588; reduced CVE color
2022-09-23 16:40:53 +02:00
lu-ka
cb3e62a3ff
added CVE-2022-2588; reduced color to red
2022-09-20 19:26:56 +02:00
Carlos Polop
701d41073a
Merge pull request #313 from frkngksl/master
...
Update McAfee.cs
2022-09-20 00:50:05 +02:00
Furkan Göksel
31e318c870
Update McAfee.cs
2022-09-13 09:37:40 +03:00
Carlos Polop
eb34a006e2
Merge pull request #311 from Neology92/fix/winpeasbat-typo
...
Fix readme typo
2022-09-09 10:14:37 +02:00
Oskar Legner
3950a1f7bd
Fix typo
2022-09-06 23:19:25 +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
Carlos Polop
502e561445
Merge pull request #308 from z0ug/patch-2
...
Update 1_system_information.sh
2022-08-20 21:21:25 +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
f1f321be44
Merge pull request #304 from Reelix/patch-1
...
Fixed a broken Github link
2022-08-09 12:09:03 +02:00
Reelix
dec10cded1
Fix a broken Github link
...
- Fixed a typo in the KrbRelayUp Github link
2022-07-31 20:16:54 +02:00
Carlos Polop
5fa0e76b69
Update linpeas_base.sh
2022-07-31 00:29:32 +02:00
Carlos Polop
480cf17e12
Update sensitive_files.yaml
2022-07-30 16:56:14 +02:00
carlospolop
999fcff035
linpeas update
2022-07-30 12:14:53 +02:00
carlospolop
bbc22b3a91
update
2022-07-30 12:06:10 +02:00
Carlos Polop
56d71ae847
Update sensitive_files.yaml
2022-07-30 11:59:30 +02:00
Carlos Polop
91bcfa109e
Merge pull request #302 from codesalatdev/master
...
Add search for .cmd files
2022-07-30 11:58:32 +02:00
Noah Groß
e91676e6e6
Add search for .cmd files
2022-07-27 12:55:36 +02:00