Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.112
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
python3 /
dist-packages /
OpenSSL /
Delete
Unzip
Name
Size
Permission
Date
Action
__pycache__
[ DIR ]
drwxrwxrwx
2020-08-25 15:28
SSL.py
63.99
KB
-rwxrwxrwx
2016-10-15 15:15
__init__.py
461
B
-rwxrwxrwx
2016-10-15 15:15
_util.py
3.79
KB
-rwxrwxrwx
2016-10-15 15:15
crypto.py
91.72
KB
-rwxrwxrwx
2016-10-15 15:15
rand.py
5.67
KB
-rwxrwxrwx
2016-10-15 15:15
tsafe.py
975
B
-rwxrwxrwx
2016-10-15 15:15
version.py
637
B
-rwxrwxrwx
2016-10-15 15:15
Save
Rename
from threading import RLock as _RLock from OpenSSL import SSL as _ssl class Connection: def __init__(self, *args): self._ssl_conn = _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))