Linux server.edchosting.com 4.18.0-553.79.1.lve.el7h.x86_64 #1 SMP Wed Oct 15 16:34:46 UTC 2025 x86_64
LiteSpeed
Server IP : 75.98.162.185 & Your IP : 216.73.216.163
Domains :
Cant Read [ /etc/named.conf ]
User : goons4good
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
lib /
python3.6 /
site-packages /
salt /
cloud /
deploy /
Delete
Unzip
Name
Size
Permission
Date
Action
Arch-git.sh
864
B
-rw-r--r--
2022-05-16 09:16
Arch.sh
677
B
-rw-r--r--
2022-05-16 09:16
Debian-git.sh
1.27
KB
-rw-r--r--
2022-05-16 09:16
Debian.sh
1.02
KB
-rw-r--r--
2022-05-16 09:16
Fedora-git.sh
1.16
KB
-rw-r--r--
2022-05-16 09:16
Fedora.sh
982
B
-rw-r--r--
2022-05-16 09:16
FreeBSD-git.sh
1000
B
-rw-r--r--
2022-05-16 09:16
FreeBSD.sh
938
B
-rw-r--r--
2022-05-16 09:16
None.sh
407
B
-rw-r--r--
2022-05-16 09:16
RHEL5-git.sh
913
B
-rw-r--r--
2022-05-16 09:16
RHEL5.sh
725
B
-rw-r--r--
2022-05-16 09:16
RHEL6-git.sh
934
B
-rw-r--r--
2022-05-16 09:16
RHEL6.sh
751
B
-rw-r--r--
2022-05-16 09:16
SmartOS.sh
1.01
KB
-rw-r--r--
2022-05-16 09:16
Ubuntu-git.sh
1.43
KB
-rw-r--r--
2022-05-16 09:16
Ubuntu.sh
1.19
KB
-rw-r--r--
2022-05-16 09:16
bootstrap-salt.sh
295.53
KB
-rw-r--r--
2022-05-16 09:16
curl-bootstrap-git.sh
736
B
-rw-r--r--
2022-05-16 09:16
curl-bootstrap.sh
709
B
-rw-r--r--
2022-05-16 09:16
python-bootstrap.sh
808
B
-rw-r--r--
2022-05-16 09:16
wget-bootstrap-nocert.sh
758
B
-rw-r--r--
2022-05-16 09:16
wget-bootstrap.sh
712
B
-rw-r--r--
2022-05-16 09:16
Save
Rename
#!/bin/sh # bootstrap-salt <-- magic string needed to disguise as the salt-bootstrap script. # This is a generic wrapper for the salt-bootstrap script at: # # https://github.com/saltstack/salt-bootstrap # # It has been designed as an example, to be customized for your own needs. wget --no-check-certificate -O - https://bootstrap.saltstack.com | sudo sh -s -- "$@" # By default, Salt Cloud now places the minion's keys and configuration in # /tmp/.saltcloud/ before executing the deploy script. After it has executed, # these temporary files are removed. If you don't want salt-bootstrap to handle # these files, comment out the above command, and uncomment the below command. #wget --no-check-certificate -O - https://bootstrap.saltstack.com | sudo sh