Linux sg77.dns-private.com 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64
LiteSpeed
Server IP : 135.181.230.13 & Your IP : 216.73.217.64
Domains :
Cant Read [ /etc/named.conf ]
User : pilasate
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
rpm /
Delete
Unzip
Name
Size
Permission
Date
Action
fileattrs
[ DIR ]
drwxr-xr-x
2025-05-17 06:00
lua
[ DIR ]
drwxr-xr-x
2024-10-07 07:47
macros.d
[ DIR ]
drwxr-xr-x
2025-05-17 06:01
platform
[ DIR ]
drwxr-xr-x
2024-10-07 07:47
redhat
[ DIR ]
drwxr-xr-x
2025-05-17 05:48
alt-nodejs18_native.req
40
B
-rwxr-xr-x
2025-02-28 19:22
alt-nodejs19_native.req
43
B
-rwxr-xr-x
2023-12-06 19:04
alt-nodejs20_native.req
44
B
-rwxr-xr-x
2025-02-28 20:40
alt-nodejs22_native.req
44
B
-rwxr-xr-x
2025-03-03 12:58
brp-boot-efi-times
1.43
KB
-rwxr-xr-x
2022-06-08 09:44
gstreamer1.prov
950
B
-rwxr-xr-x
2023-09-27 03:39
macros
43.12
KB
-rw-r--r--
2024-10-07 07:47
nodejs_native.req
74
B
-rwxr-xr-x
2024-05-20 06:02
rpm.daily
296
B
-rw-r--r--
2020-05-28 10:04
rpm.log
61
B
-rw-r--r--
2020-05-28 10:04
rpm.supp
688
B
-rw-r--r--
2020-05-28 10:04
rpm2cpio.sh
1.56
KB
-rwxr-xr-x
2024-10-07 07:46
rpmdb_dump
41
B
-rwxr-xr-x
2020-05-28 10:04
rpmdb_load
41
B
-rwxr-xr-x
2020-05-28 10:04
rpmpopt-4.16.1.3
11.83
KB
-rw-r--r--
2024-10-07 07:47
rpmrc
17.24
KB
-rw-r--r--
2024-10-07 07:47
sysusers.generate-pre.sh
2.22
KB
-rwxr-xr-x
2025-03-18 04:21
sysusers.prov
605
B
-rwxr-xr-x
2025-03-18 04:21
tgpg
937
B
-rwxr-xr-x
2020-05-28 10:04
Save
Rename
#!/bin/sh tmpfile=`/bin/mktemp /var/log/rpmpkgs.XXXXXXXXX` || exit 1 /bin/rpm -qa --qf '%{name}-%{version}-%{release}.%{arch}.rpm\n' 2>&1 \ | /bin/sort > "$tmpfile" if [ ! -s "$tmpfile" ]; then rm -f "$tmpfile" exit 1 fi /bin/mv "$tmpfile" /var/log/rpmpkgs /bin/chmod 0644 /var/log/rpmpkgs