403Webshell
Server IP : 23.254.227.96  /  Your IP : 216.73.216.7
Web Server : Apache/2.4.62 (Unix) OpenSSL/1.1.1k
System : Linux hwsrv-1277026.hostwindsdns.com 4.18.0-477.13.1.el8_8.x86_64 #1 SMP Tue May 30 14:53:41 EDT 2023 x86_64
User : viralblo ( 1001)
PHP Version : 8.1.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /lib/python3.6/site-packages/cloudinit/config/__pycache__/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /lib/python3.6/site-packages/cloudinit/config/__pycache__/cc_apt_configure.cpython-36.pyc
3

��b/�@sUdZddlZddlZddlZddlZddlmZddlmZddlm	Z
ddlmZmZm
Z
ddlmZmZddlmZe
je�ad	Zd
ZdZdZeZd
dgZddded�eed�ged�Zeee�ZdZdZdZdZ ddd�Z!ddd�Z"ddgZ#dd d!d"d#d$gZ$dfd%d&�Z%d'd(�Z&d)d*�Z'd+d,�Z(dgd-d.�Z)dhd/d0�Z*did1d2�Z+d3d4�Z,d5d6�Z-d7d8�Z.d9d:�Z/d;d<�Z0d=d>�Z1d?d@�Z2dAdB�Z3djdDdE�Z4dkdFdG�Z5dHdI�Z6dldJdK�Z7dLdM�Z8dNdO�Z9dPdQ�Z:dRdS�Z;dTdU�Z<dVdW�Z=dXdY�Z>dZd[�Z?d\d]�Z@dmd^d_�ZAd`da�ZBdndcdd�ZCdee,iZDdS)oz*Apt Configure: Configure apt for the user.�N)�dedent)�gpg)�log)�subp�	templater�util)�
MetaSchema�get_meta_doc)�PER_INSTANCEz
^[\w-]+:\wz/etc/apt/trusted.gpgz/etc/apt/trusted.gpg.d/z/etc/apt/cloud-init.gpg.d/ZubuntuZdebianZcc_apt_configurez
Apt ConfigurezConfigure apt for the usera�        This module handles both configuration of apt options and adding
        source lists.  There are configuration options such as
        ``apt_get_wrapper`` and ``apt_get_command`` that control how
        cloud-init invokes apt-get. These configuration options are
        handled on a per-distro basis, so consult documentation for
        cloud-init's distro support for instructions on using
        these config options.

        .. note::
            To ensure that apt configuration is valid yaml, any strings
            containing special characters, especially ``:`` should be quoted.

        .. note::
            For more information about apt configuration, see the
            ``Additional apt configuration`` example.a        apt:
          preserve_sources_list: false
          disable_suites:
            - $RELEASE-updates
            - backports
            - $RELEASE
            - mysuite
          primary:
            - arches:
                - amd64
                - i386
                - default
              uri: 'http://us.archive.ubuntu.com/ubuntu'
              search:
                - 'http://cool.but-sometimes-unreachable.com/ubuntu'
                - 'http://us.archive.ubuntu.com/ubuntu'
              search_dns: false
            - arches:
                - s390x
                - arm64
              uri: 'http://archive-to-use-for-arm64.example.com/ubuntu'

          security:
            - arches:
                - default
              search_dns: true
          sources_list: |
              deb $MIRROR $RELEASE main restricted
              deb-src $MIRROR $RELEASE main restricted
              deb $PRIMARY $RELEASE universe restricted
              deb $SECURITY $RELEASE-security multiverse
          debconf_selections:
              set1: the-package the-package/some-flag boolean true
          conf: |
              APT {
                  Get {
                      Assume-Yes 'true';
                      Fix-Broken 'true';
                  }
              }
          proxy: 'http://[[user][:pass]@]host[:port]/'
          http_proxy: 'http://[[user][:pass]@]host[:port]/'
          ftp_proxy: 'ftp://[[user][:pass]@]host[:port]/'
          https_proxy: 'https://[[user][:pass]@]host[:port]/'
          sources:
              source1:
                  keyid: 'keyid'
                  keyserver: 'keyserverurl'
                  source: 'deb [signed-by=$KEY_FILE] http://<url>/ bionic main'
              source2:
                  source: 'ppa:<ppa-name>'
              source3:
                  source: 'deb $MIRROR $RELEASE multiverse'
                  key: |
                      ------BEGIN PGP PUBLIC KEY BLOCK-------
                      <key data>
                      ------END PGP PUBLIC KEY BLOCK-------)�id�name�title�description�distrosZexamples�	frequencyz/var/lib/apt/listsz'/etc/apt/apt.conf.d/94cloud-init-configz)/etc/apt/apt.conf.d/90cloud-init-aptproxyzkeyserver.ubuntu.comz!http://archive.ubuntu.com/ubuntu/z"http://security.ubuntu.com/ubuntu/)�PRIMARY�SECURITYz$http://ports.ubuntu.com/ubuntu-ports�amd64Zi386Zs390xZarm64ZarmhfZpowerpcZppc64elZriscv64cCsB|dkrtj|�}|tkr"tj�S|tkr2tj�Std|��dS)z�returns the default mirrors for the target. These depend on the
    architecture, for more see:
    https://wiki.ubuntu.com/UbuntuDevelopment/PackageArchive#PortsNz#No default mirror known for arch %s)r�get_dpkg_architecture�PRIMARY_ARCHES�PRIMARY_ARCH_MIRRORS�copy�PORTS_ARCHES�
PORTS_MIRRORS�
ValueError)�arch�target�r�&/usr/lib/python3.6/cc_apt_configure.py�get_default_mirrors�s
rcCs\d}|dk	r|at|�}|jdi�}t|t�sBtdjt|�d���t||�t	|||�dS)z�process the config for apt_config. This can be called from
    curthooks if a global apt config was provided or via the "apt"
    standalone command.N�aptz9Expected dictionary for 'apt' config, found {config_type})Zconfig_type)
�LOG�convert_to_v3_apt_format�get�
isinstance�dictr�format�type�apply_debconf_selections�	apply_apt)rZocfg�cloudr�_r�cfgrrr�handle�s

r-cCs(tj�rdStjd�ptjd�s$d	Sd
S)NF�system is snappy.zapt-getr �no apt commands.T�Apt is available.)Fr.)Fr/)Tr0)rZsystem_is_snappyrZwhichrrrr�_should_configure_on_empty_apt�s
r1cCs*|s"t�\}}|s"tjd|�dStjd|�tj|d�d}tj|�}t|||d�}tjd|�tj|jdd��r�t	||�t
||||�t|||�yt|t
t�Wn"ttfk
r�tjd	�YnXd
|k�r&|}||d<|d|d<d}	|jd
t�}
|
�rtj|
�j}	t|d
||||	d�dS)Nz#Nothing to do: No apt config and %szhandling apt config: %s)r�codename)rzApt Mirror info: %s�preserve_sources_listFz)Failed to apply proxy or apt config info:�sources�RELEASE�MIRROR�add_apt_repo_match)r�template_params�
aa_repo_match)r1r!�debugrZlsb_releaser�find_apt_mirror_infoZis_falser#�add_mirror_keys�generate_sources_list�rename_apt_lists�apply_apt_config�APT_PROXY_FN�
APT_CONFIG_FN�IOError�OSError�	exception�ADD_APT_REPO_MATCH�re�compile�search�add_apt_sources)r,r*rZ
should_config�msg�releaser�mirrors�paramsZmatcherZmatchcfgrrrr)�s@



r)cCs*|jd�s|d7}tjdg||dd�dS)N�
zdebconf-set-selectionsT)�datar�capture)�endswithr)�
selectionsrrrr�debconf_set_selections�s
rScCs�g}g}xB|D]:}|tkr>tjd|�t||�|j|�q|j|�qWt|�r`tjd|�t|�r�tjddgt|�d|dd�dS)Nzunconfiguring %szSThe following packages were installed and preseeded, but cannot be unconfigured: %szdpkg-reconfigurez--frontend=noninteractiveT)rOrrP)�CONFIG_CLEANERSr!r:�append�len�warningr�list)ZpackagesrZ	unhandledZ	to_config�pkgrrr�dpkg_reconfigure�s&
rZc
s�|jd���stjd�dSdj�fdd�t�j��D��}t|j�|d�t�}xJ�j	�D]>\}}x4|j
�D](}|jd�r~qntj
d	d
|�}|j|�qnWq\Wtj|�}tjd|�|j|�}	t|	�dkr�tjd
�dSt|	|d�dS)z2apply_debconf_selections - push content to debconfZdebconf_selectionsz(debconf_selections was not set in configN�
csg|]}�|�qSrr)�.0�key)�selsetsrr�
<listcomp>'sz,apply_debconf_selections.<locals>.<listcomp>)r�#z[:\s].*�z
pkgs_cfgd: %srzno need for reconfig)r#r!r:�join�sorted�keysrS�encode�set�items�
splitlines�
startswithrF�sub�addrZget_installed_packages�intersectionrVrZ)
r,rrRZ	pkgs_cfgdZ_keyZcontent�linerYZpkgs_installedZ
need_reconfigr)r^rr(s(

 



r(cCs:tjtj|d��}tjd|�x|D]}tj|�q$WdS)z%clean out any local cloud-init configz/etc/cloud/cloud.cfg.d/*dpkg*z#cleaning cloud-init config from: %sN)�globr�target_pathr!r:�os�unlink)r�flistZdpkg_cfgrrr�clean_cloud_init?s

rscCsL|}|jd�r|dd�}|jd�}|dkr<||dd�}|jdd�}|S)	z�mirrorurl_to_apt_fileprefix
    Convert a mirror url to the file prefix used by apt on disk to
    store cache information for that mirror.
    To do so do:
    - take off ???://
    - drop tailing /
    - convert in string / to _�/r�z://�Nr+���)rQ�find�replace)�mirror�string�posrrr�mirrorurl_to_apt_fileprefixJs

r}c

Cs�t|�}tj|t�}x�|j�D]�\}}|j|�}|s6q|tjjt	|�}|tjjt	|�}	||	krhqt
|�}
xltjd|�D]Z}d|	||
d�f}tj
d||�ytj||�Wq�tk
r�tjddd�Yq�Xq�WqWdS)z>rename_apt_lists - rename apt lists to preserve old cache dataz%s_*z%s%sNzRenaming apt list %s to %szFailed to rename apt list:T)�exc_info)rrro�	APT_LISTSrgr#rp�path�sepr}rVrnr!r:�renamerCrW)
Znew_mirrorsrrZdefault_mirrorsZprerZomirrorZnmirrorZoprefixZnprefixZolen�filenameZnewnamerrrr>\s$
r>cCs"||krtjd||�|j||�S)z�mirror_to_placeholder
    replace the specified mirror in a template with a placeholder string
    Checks for existance of the expected mirror and warns if not foundz%Expected mirror '%s' not found in: %s)r!rWry)�tmplrzZplaceholderrrr�mirror_to_placeholderusr�cCs:dddddd�}y||}Wntk
r4|}YnX|S)z�there are a few default names which will be auto-extended.
    This comes at the inability to use those names literally as suites,
    but on the other hand increases readability of the cfg quite a lotz$RELEASE-updatesz$RELEASE-backportsz$RELEASE-securityz$RELEASE-proposedz$RELEASE)ZupdatesZ	backports�securityZproposedrK)�KeyError)�suite�mappingZretsuiterrr�map_known_suites~s
r�cCs�|s|S|}x�|D]�}t|�}tj|d|i�}tjd||�d}x�|jd�D]�}|jd�rd||7}qL|j�}t|�dkr�d}	|djd�r�x(|dd	�D]}
|	d7}	|
j	d
�r�Pq�W||	|kr�d|}||7}qLW|}qW|S)zRreads the config for suites to be disabled and removes those
    from the templater5zDisabling suite %s as %sraTr`ru��[N�]z"# suite disabled by cloud-init: %s)
r�r�
render_stringr!r:rhri�splitrVrQ)�disabled�srcrKZretsrcr�ZreleasesuiteZnewsrcrmZcolsZpcol�colrrr�disable_suites�s2


r�cCs6x0dD](}x"|j|g�D]}t|||d�qWqWdS)z=Adds any keys included in the primary/security mirror clauses�primaryr�)�	file_nameN)r�r�)r#�add_apt_key)r,rr]rzrrrr<�s
r<cCs�d}||d�}x(|D] }||||<||||j�<qW|jdd�}|dkr�tjd�|jd|jj�}|sv|jd�}|s�tjd�dStj	|�}t
j||�}	t|jd	�|	|�}
tj
||
d
d�dS)z�generate_sources_list
    create a source.list file based on a custom or default template
    by replacing mirrors and release in the templatez/etc/apt/sources.list)r5r2�sources_listNz1No custom template provided, fall back to builtinzsources.list.%szsources.listz6No template found, not rendering /etc/apt/sources.listr�i�)�mode)�lowerr#r!�infoZget_template_filename�distrorrWrZ	load_filerr�r��
write_file)r,rKrLr*ZaptsrcrM�kr�Ztemplate_fnZrenderedr�rrrr=�s(




r=FcCsPtjd|�ytj|�j}td|||d�Stjk
rJtjd��YnXdS)zM
    actual adding of a key as defined in key argument
    to the system
    zAdding key:
'%s'rk)�output_filerO�hardenedz(failed to add apt GPG Key to apt keyringN)	r!r:�pathlibZPathZstem�apt_keyr�ProcessExecutionErrorrD)r]r�r�rrrrr�add_apt_key_raw�s
r�cCs^d|kr8d|kr8t}d|kr$|d}tj|d|�|d<d|krZt|d|pR|d|d�SdS)z�
    Add key to the system as defined in ent (if any).
    Supports raw keys or keyid's
    The latter will as a first step fetched to get the raw key
    Zkeyidr]�	keyserverr�)r�N)�DEFAULT_KEYSERVERrZ
getkeybyidr�)�entrr�r�r�rrrr��sr�cCs|jj�dS)N)r�Zupdate_package_sources)r*rrr�update_packages�sr�cCs�|dkri}|dkrtd��t|t�s2td|���xt|D�]j}||}tjd|�d|krd||d<d|kr�d|dkr�t||dd	�}||d
<n
t||�}d|kr�q:|d}tj||�}|dj	d�s�t
jjd|d�|d<|dj
d
��s�|dd
7<||��rDytjd|g|d�Wq:tjk
�r@tjd��Yq:Xq:tj||d�}	yd|}
tj|	|
dd�Wq:tk
�r�}ztjd|	|��WYdd}~Xq:Xq:Wt|�dS)a�
    install keys and repo source .list files defined in 'sources'

    for each 'source' entry in the config:
        1. expand template variables and write source .list file in
                /etc/apt/sources.list.d/
        2. install defined keys
        3. update packages via distro-specific method (i.e. apt-key update)


    @param srcdict: a dict containing elements required
    @param cloud: cloud instance object

    Example srcdict value:
    {
    'rio-grande-repo': {
        'source': 'deb [signed-by=$KEY_FILE] $MIRROR $RELEASE main',
        'keyid': 'B59D 5F15 97A5 04B7 E230  6DCA 0620 BBCF 0368 3F77',
        'keyserver': 'pgp.mit.edu'
        }
    }

    Note: Deb822 format is not supported
    Nz did not get a valid repo matcherzunknown apt format: %szadding source/key '%s'r��sourcez	$KEY_FILET)r�ZKEY_FILErtz/etc/apt/sources.list.d/z.listzadd-apt-repository)rzadd-apt-repository failed.z%s
�a)Zomodezfailed write to file %s: %s)rr$r%�	TypeErrorr!r:r�rr�rirpr�rbrQrr�rDrorr�rBr�)�srcdictr*rr8r9r�r��key_filer�Zsourcefn�contentsZdetailrrrrIsP




rIcCs|i}tjd�t|t�r`tjd�xT|D]2}d|krJd|d<tj|d�}n|d}|||<q(Wnt|t�rp|}ntd��|S)z1convert v1 apt format to v2 (dict in apt_sources)zIDEPRECATION: 'apt_sources' deprecated config key found. Use 'apt' insteadz9apt config: convert V1 to V2 format (source list to dict)r�zcloud_config_sources.listzunknown apt_sources format)	r!rWr$rXr:rZ
rand_dict_keyr%r)Zsrclistr�Zsrcentr]rrr�convert_v1_to_v2_apt_formatQs



r�cCs,|j|d�dk	r(|j|�||<||=dSdS)ziconvert an old key to the new one if the old one exists
    returns true if a key was found and convertedNTF)r#)�oldcfg�aptcfg�oldkey�newkeyrrr�convert_keyls
r�cCsNd
ddg}d}dd	gi}x"|D]\}}t||||�rd
}qW|rJ|g|d<dS)zBconvert old apt_mirror keys into the new more advanced mirror spec�
apt_mirror�uri�apt_mirror_searchrH�apt_mirror_search_dns�
search_dnsF�arches�defaultTr�N)r�r�)r�rH)r�r�)r�)r�r�ZkeymapZ	convertedZnewmcfgr�r�rrr�convert_mirrorvs
r�cCshddddddddddd	d
�}g}x2|D]*}||kr&||dkrF||=q&|j|�q&W|s\|Stjdd
j|��|jdd�}|dk	r�tjd�x^|D]V}||}||}||=|dks�|j|d�dkr�q�|||kr�td||||f��q�W|Si}x.|D]&}||dk	�r�t|||||��q�Wt||�x,|D]$}|j|d�dk	�r4td|���q4W||d<|S)z:convert old to new keys and adapt restructured mirror specr4N�proxy�
http_proxy�https_proxy�	ftp_proxyr3r�r7)�apt_sourcesr�r�r�Z	apt_proxyZapt_http_proxyZ
apt_ftp_proxyZapt_https_proxyZapt_preserve_sources_listZapt_custom_sources_listr7razdDEPRECATION apt: converted deprecated config V2 to V3 format for keys '%s'. Use updated config keys.z, r zODEPRECATION: apt config: deprecated V1/2 and V3 format specified, preferring V3z@Old and New apt format defined with unequal values %s vs %s @ %sz&old apt key '%s' left after conversion)Nra)rUr!rWrbr#rr�r�)r�Z
mapoldkeysZ
needtoconvertr�Z	newaptcfgr�Zverifyr�rrr�convert_v2_to_v3_apt_format�s^




r�cCs,|jdd�}|dk	r t|�|d<t|�}|S)z�convert the old list based format to the new dict based one. After that
    convert the old dict keys/format to v3 a.k.a 'new apt config'r�N)r#r�r�)r,r�rrrr"�s
r"cCs�d}|r�d}g}|dkrd}n|dkr,d}ntd��tj||�\}}	dj|	jd�d	d��}|rn|jd
|�|jd�g}
|jj}d||d
|f}x|D]}
|
j||
�q�Wtj	|
�}|S)zG
    Try to resolve a list of predefines DNS names to pick mirrors
    Nrar�rzr�zsecurity-mirrorzunknown mirror type�.ruz.%s�.localdomainzhttp://%s-%s%s/%sz%s)r�ra)
rrZget_hostname_fqdnrbr�rU�extendr�r�search_for_mirror)Z
configured�
mirrortyper,r*rzZmydomZdomsZ	mirrordnsr+ZfqdnZmirror_listr�Z	mirrorfmtZpostrrr�search_for_mirror_dns�s.

r�cCsX|dk	r|dkr|}||d�S|jj�}|rP|j�}|d|d<|d|d<|St|�S)z^sets security mirror to primary if not defined.
    returns defaults if no mirrors are definedN)rrr�rr�r)Z
datasourceZget_package_mirror_inforr)�pmirror�smirrorrr*�mirror_info�mrrr�update_mirror_infos

r�cCsT|j|d�}|dkrdSd}x2|D]*}|jd�p2g}||kr@|Sd|kr"|}q"W|S)zuout of a list of potential mirror configurations select
    and return the one matching the architecture (or default)Nr�r�)r#)r,r�rZmirror_cfg_listr�Zmirror_cfg_elemr�rrr�get_arch_mirrorconfig#s
r�cCs`t|||�}|dkrdS|jdd�}|dkr>tj|jdd��}|dkr\t|jdd�|||�}|S)z�pass the three potential stages of mirror specification
    returns None is neither of them found anything otherwise the first
    hit is returnedNr�rHr�)r�r#rr�r�)r,r�rr*Zmcfgrzrrr�
get_mirror6sr�cCsn|dkrtj�}tjd|�t|d||�}tjd|�t|d||�}tjd|�t||||�}|d|d<|S)	afind_apt_mirror_info
    find an apt_mirror given the cfg provided.
    It can check for separate config of primary and security mirrors
    If only primary is given security is assumed to be equal to primary
    If the generic apt_mirror is given that is defining for both
    Nz!got arch for mirror selection: %sr�zgot primary mirror: %sr�zgot security mirror: %srr6)rrr!r:r�r�)r,r*rr�r�r�rrrr;Psr;cs�d}�fdd	�|D�}t|�rBtjd
|�tj|dj|�d�n"tjj|�rdtj	|�tjd|��j
d
d�r�tjd|�tj|�j
d
��n"tjj|�r�tj	|�tjd|�dS)zHapply_apt_config
    Applies any apt*proxy config from if specified
    r��Acquire::http::Proxy "%s";r�r��Acquire::ftp::Proxy "%s";r��Acquire::https::Proxy "%s";cs(g|] \}}�j|�r|�j|��qSr)r#)r\rZfmt)r,rrr_tsz$apply_apt_config.<locals>.<listcomp>zwrite apt proxy info to %sr[z#no apt proxy configured, removed %sZconfNzwrite apt config info to %sz$no apt config configured, removed %s�r�r��r�r��r�r��r�r�)r�r�r�r�)rVr!r:rr�rbrpr��isfileZdel_filer#)r,Zproxy_fnameZconfig_fnameZcfgsZproxiesr)r,rr?hs"

r?TcsVdd�����fdd�}��fdd�}|dkr4|�S|dksD|d	krJ|�Std
��dS)adapt-key replacement

    commands implemented: 'add', 'list', 'finger'

    @param output_file: name of output gpg file (without .gpg or .asc)
    @param data: key contents
    @param human_output: list keys formatted for human parsing
    @param hardened: write keys to to /etc/apt/cloud-init.gpg.d/ (referred to
    with [signed-by] in sources file)
    cSsXtjjt�rtgng}x4tjt�D]&}|jd�s:|jd�r"|jt|�q"W|rT|SdS)z�return all apt keys

        /etc/apt/trusted.gpg (if it exists) and all keyfiles (and symlinks to
        keyfiles) in /etc/apt/trusted.gpg.d/ are returned

        based on apt-key implementation
        z.gpgz.ascra)rpr�r��APT_LOCAL_KEYS�listdir�APT_TRUSTED_GPG_DIRrQrU)Z	key_files�filerrr�_get_key_files�s
zapt_key.<locals>._get_key_filescs�d}�stjtdj���n�y2�r&tnt}tj��}dj|��}tj||�WnLt	j
k
rvtjtdj���Yn&tk
r�tjtdj���YnX|S)ziapt-key add <file>

        returns filepath to new keyring, or '/dev/null' when an error occurs
        z	/dev/nullz)Unknown filename, failed to add key: "{}"z{}{}.gpgz Gpg error, failed to add key: {}z#Decode error, failed to add key: {})rZlogexcr!r&�CLOUD_INIT_GPG_DIRr�rZdearmorr�rr��UnicodeDecodeError)r�Zkey_dir�stdout)rOr�r�rr�apt_key_add�s 
zapt_key.<locals>.apt_key_addcsjg}xZ��D]P}y|jtj|�d��Wqtjk
rZ}ztjd||�WYdd}~XqXqWdj|�S)zapt-key list

        returns string of all trusted keys (in /etc/apt/trusted.gpg and
        /etc/apt/trusted.gpg.d/)
        )�human_outputzFailed to list key "%s": %sNr[)rUrrXrr�r!rWrb)Zkey_listr��error)r�r�rr�apt_key_list�s$zapt_key.<locals>.apt_key_listrkZfingerrXz@apt_key() commands add, list, and finger are currently supportedN)r)Zcommandr�rOr�r�r�r�r)r�rOr�r�r�rr��sr�z
cloud-init)NN)N)N)N)FN)NFN)NNN)N)NNFT)E�__doc__rnrpr�rF�textwraprZ	cloudinitrrZloggingrrrZcloudinit.config.schemarr	Zcloudinit.settingsr
Z	getLogger�__name__r!rEr�r�r�rr�metarrAr@r�rrrrrr-r1r)rSrZr(rsr}r>r�r�r�r<r=r�r�r�rIr�r�r�r�r"r�r�r�r�r;r?r�rTrrrr�<module>	s�
:

	-

!
#	&


P
K)

Q

Youez - 2016 - github.com/yon3zu
LinuXploit