OXIESEC PANEL
- Current Dir:
/
/
usr
/
libexec
Server IP: 2a02:4780:11:1084:0:327f:3464:10
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
03/16/2023 11:26:16 AM
rwxr-xr-x
📁
awk
-
03/16/2023 11:25:39 AM
rwxr-xr-x
📁
coreutils
-
02/16/2024 08:50:23 PM
rwxr-xr-x
📁
gcc
-
05/22/2024 04:54:21 PM
rwxr-xr-x
📁
getconf
-
02/08/2025 12:05:42 AM
rwxr-xr-x
📁
git-core
-
02/08/2025 12:06:28 AM
rwxr-xr-x
📄
grepconf.sh
253 bytes
08/12/2018 07:47:56 AM
rwxr-xr-x
📁
mc
-
03/16/2023 12:45:18 PM
rwxr-xr-x
📁
openldap
-
11/05/2024 01:57:38 AM
rwxr-xr-x
📁
openssh
-
02/08/2025 12:05:31 AM
rwxr-xr-x
📁
p7zip
-
03/16/2023 12:45:14 PM
rwxr-xr-x
📄
platform-python3.6
11.59 KB
12/05/2024 01:10:21 PM
rwxr-xr-x
📄
platform-python3.6m
11.59 KB
12/05/2024 01:10:21 PM
rwxr-xr-x
📁
utempter
-
03/16/2023 11:25:41 AM
rwxr-xr-x
Editing: grepconf.sh
Close
#!/bin/sh case "$1" in -c | --interactive-color) ! grep -qsi "^COLOR.*none" /etc/GREP_COLORS ;; *) echo >&2 "Invalid / no option passed, so far only -c | --interactive-color is supported." exit 1 ;; esac