Linux srv25.usacloudserver.us 5.14.0-570.39.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 4 05:08:52 EDT 2025 x86_64
LiteSpeed
Server IP : 23.137.84.82 & Your IP : 216.73.216.127
Domains :
Cant Read [ /etc/named.conf ]
User : epicgamerzoneco
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
cpguard /
3rdparty /
lynis /
Delete
Unzip
Name
Size
Permission
Date
Action
db
[ DIR ]
drwxr-xr-x
2025-07-05 06:18
extras
[ DIR ]
drwxr-xr-x
2025-07-05 06:18
include
[ DIR ]
drwxr-xr-x
2025-07-05 06:18
plugins
[ DIR ]
drwxr-xr-x
2025-07-05 06:18
.travis.yml
263
B
-rw-r--r--
2025-04-01 06:33
CODE_OF_CONDUCT.md
3.14
KB
-rw-r--r--
2025-04-01 06:33
CONTRIBUTORS.md
2.52
KB
-rw-r--r--
2025-04-01 06:33
FAQ
4.31
KB
-rw-r--r--
2025-04-01 06:33
HAPPY_USERS.md
1.25
KB
-rw-r--r--
2025-04-01 06:33
INSTALL
1.42
KB
-rw-r--r--
2025-04-01 06:33
README
4.47
KB
-rw-r--r--
2025-04-01 06:33
SECURITY.md
539
B
-rw-r--r--
2025-04-01 06:33
TODO.md
792
B
-rw-r--r--
2025-04-01 06:33
default.prf
20.92
KB
-rw-r--r--
2025-04-01 06:33
developer.prf
172
B
-rw-r--r--
2025-04-01 06:33
lynis
50.6
KB
-rwxr-xr-x
2025-04-01 06:33
lynis.8
5.61
KB
-rw-r--r--
2025-04-01 06:33
publiccode.yml
1.49
KB
-rw-r--r--
2025-04-01 06:33
Save
Rename
# To Do There are always thing to do, right?! Like to help? See CONTRIBUTING.md for more details. ## Remove deprecated tools Remove usage of `egrep` and `fgrep`. Replace with `grep` or `grep -E`. ### Rationale: The egrep/fgrep commands are deprecated. Although often linked on Linux distributions, here is an example where `egrep` is missing on an embedded Linux distribution: https://github.com/CISOfy/lynis/issues/1191 [The Open Group Base Specifications Issue 7, 2018 edition](https://pubs.opengroup.org/onlinepubs/9699919799/) > This grep has been enhanced in an upwards-compatible way to provide the exact functionality of the historical egrep and fgrep commands as well. It was the clear intention of the standard developers to consolidate the three greps into a single command.