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 /
cli /
Delete
Unzip
Name
Size
Permission
Date
Action
__pycache__
[ DIR ]
drwxr-xr-x
2022-10-11 05:09
__init__.py
73
B
-rw-r--r--
2022-05-16 09:16
api.py
2.32
KB
-rw-r--r--
2022-05-16 09:16
batch.py
12
KB
-rw-r--r--
2022-05-16 09:16
call.py
1.67
KB
-rw-r--r--
2022-05-16 09:16
caller.py
11.48
KB
-rw-r--r--
2022-05-16 09:16
cp.py
9.37
KB
-rw-r--r--
2022-05-16 09:16
daemons.py
21.05
KB
-rw-r--r--
2022-05-16 09:16
key.py
487
B
-rw-r--r--
2022-05-16 09:16
run.py
1.95
KB
-rw-r--r--
2022-05-16 09:16
salt.py
17.08
KB
-rw-r--r--
2022-05-16 09:16
spm.py
803
B
-rw-r--r--
2022-05-16 09:16
ssh.py
583
B
-rw-r--r--
2022-05-16 09:16
Save
Rename
import sys import salt.client.ssh import salt.utils.parsers from salt.utils.verify import verify_log class SaltSSH(salt.utils.parsers.SaltSSHOptionParser): """ Used to Execute the salt ssh routine """ def run(self): if "-H" in sys.argv or "--hosts" in sys.argv: sys.argv += ["x", "x"] # Hack: pass a mandatory two options # that won't be used anyways with -H or --hosts self.parse_args() self.setup_logfile_logger() verify_log(self.config) ssh = salt.client.ssh.SSH(self.config) ssh.run()