Carlos Polop
39d811c16f
Update CI-master_tests.yml
2023-04-13 23:31:22 +02:00
carlospolop
a0175b0172
fix linpeas in winpeas
2023-04-13 23:28:24 +02:00
carlospolop
b0f4868feb
add .gitignore
2023-04-13 22:43:10 +02:00
carlospolop
4f295a138d
fix
2023-04-13 22:42:35 +02:00
carlospolop
a1e06de8ca
fix regex
2023-04-13 22:40:57 +02:00
carlospolop
2775083680
download regexes ps1
2023-04-13 22:20:32 +02: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
Carlos Polop
ff96d02125
Update CI-master_tests.yml
2023-04-13 16:38:23 +02:00
Carlos Polop
4f3a8265e0
Merge pull request #349 from carlospolop/carlospolop-patch-2
...
Update CI-master_tests.yml
2023-04-13 16:12:19 +02:00
Carlos Polop
8912bd2b9c
Update CI-master_tests.yml
2023-04-13 16:12:10 +02:00
carlospolop
438e00527d
Merge branch 'master' of https://github.com/carlospolop/PEASS-ng
2023-04-13 16:10:37 +02:00
carlospolop
144c0aef6f
push
2023-04-13 16:10:26 +02:00
Carlos Polop
c597da42f7
Merge pull request #348 from carlospolop/carlospolop-patch-1
...
Update CI-master_tests.yml
2023-04-13 15:47:15 +02:00
carlospolop
613bf14049
container
2023-04-13 15:44:57 +02:00
Carlos Polop
e1fdef50d9
Update CI-master_tests.yml
2023-04-13 15:44:42 +02:00
carlospolop
b1845a1a18
add sensitive files
2023-04-13 15:06:11 +02:00
carlospolop
19a2ed5f5a
linpeas improvements
2023-04-13 06:00:26 +02:00
Carlos Polop
1a7183decf
Merge pull request #346 from L1-0/patch-1
...
ColorLine Fix
2023-04-03 15:36:03 +02:00
Lino
8ee66af278
ColorLine Fix
...
Added a trailing quotation on a ColorLine that could lead to an error.
Spelling on :CurrentClipboard
2023-04-03 13:32:15 +02:00
Carlos Polop
0682cafe08
Update linpeas_base.sh
2023-03-29 17:23:14 +02:00
Carlos Polop
aa1f162359
Merge pull request #341 from ZoeS17/snmp
...
sensitive_files.yaml(SNMP) add createUser to bad_regex
2023-03-29 17:17:28 +02:00
Carlos Polop
60b2e1d974
Merge pull request #340 from XHNan/patch-1
...
Fix a bug of finding readable files in sudoers.d
2023-03-29 17:16:34 +02:00
Michael Moran
5b96594c3c
speed up file search and fix long path error
2023-03-28 06:25:05 +11:00
Zoe Kahala
eabec47c08
sensitive_files.yaml(SNMP) add createUser to bad_regex
...
Add `createUser` to `bad_regex` as it likely contains a hardcoded
password.
As an example:
```
createUser bootstrap MD5 SuperSecurePassword123__ DES
```
where `SuperSecurePassword123__` is the password and `bootstrap` is the
username, though I should mention the username maybe misleading here.
Spec/Man-page link:
[freebsd.org - snmpd.conf]
[freebsd.org - snmpd.conf]: https://man.freebsd.org/cgi/man.cgi?query=snmpd.conf#:~:text=your%2D%0A%20%20%20%20%20%20%20self%20instead%3A-,createUser,-%5B%2De%09%20%20%20%20%20%20%20ENGINEID%5D%09%20%20%20%20%20%20username
2023-03-11 11:08:20 -06: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
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