shell bypass 403

UnknownSec Shell

: /lib64/python2.7/ [ drwxr-xr-x ]

name : popen2.pyo
�
zfc@sVdZddlZddlZddlZejdedd�dddgZyejd	�ZWne	e
fk
r�d
ZnXgZd�Zddd
��YZ
de
fd��YZejd dks�ejdkr[
[ddd�Zddd�Zddd�Zn@ddd�Zddd�Zddd�Zejddg�dS(snSpawn a command with pipes to its stdin, stdout, and optionally stderr.

The normal os.popen(cmd, mode) call spawns a shell command and provides a
file interface to just the input or output of the process depending on
whether mode is 'r' or 'w'.  This module provides the functions popen2(cmd)
and popen3(cmd) which return two or three pipes to the spawned command.
i����Ns<The popen2 module is deprecated.  Use the subprocess module.t
stacklevelitpopen2tpopen3tpopen4tSC_OPEN_MAXicCsYxRtD]I}|jdtj�dkrytj|�WqQtk
rMqQXqqWdS(Nt
_deadstatei(t_activetpolltsystmaxinttremovet
ValueError(tinst((s/usr/lib64/python2.7/popen2.pyt_cleanups
tPopen3cBsJeZdZdZedd�Zd�Zd�Zdd�Z	d�Z
RS(s{Class representing a child process.  Normally, instances are created
    internally by the functions popen2() and popen3().i����c
Cs;t�||_tj�\}}tj�\}}|rOtj�\}}	ntj�|_|jdkr�tj|d�tj|d�|r�tj|	d�n|j|�ntj|�tj	|d|�|_
tj|�tj	|d|�|_|r.tj|	�tj	|d|�|_n	d|_dS(sdThe parameter 'cmd' is the shell command to execute in a
        sub-process.  On UNIX, 'cmd' may be a sequence, in which case arguments
        will be passed directly to the program without shell intervention (as
        with os.spawnv()).  If 'cmd' is a string it will be passed to the shell
        (as with os.system()).   The 'capturestderr' flag, if true, specifies
        that the object should capture standard error output of the child
        process.  The default is false.  If the 'bufsize' parameter is
        specified, it specifies the size of the I/O buffers to/from the child
        process.iiitwtrN(R
tcmdtostpipetforktpidtdup2t
_run_childtclosetfdopenttochildt	fromchildtchilderrtNone(
tselfRt
capturestderrtbufsizetp2creadtp2cwritetc2preadtc2pwriteterroutterrin((s/usr/lib64/python2.7/popen2.pyt__init__(s*
	


cCsE|jdtj�|jdkrAtdk	rAtj|�qAndS(NRi(RRR	tstsRRtappend(R((s/usr/lib64/python2.7/popen2.pyt__del__JscCs^t|t�r!dd|g}ntjdt�ztj|d|�Wdtjd�XdS(Ns/bin/shs-ciii(t
isinstancet
basestringRt
closerangetMAXFDtexecvpt_exit(RR((s/usr/lib64/python2.7/popen2.pyRRscCs�|jdkr~y=tj|jtj�\}}||jkrK||_nWq~tjk
rz|dk	r{||_q{q~Xn|jS(shReturn the exit status of the child process if it has finished,
        or -1 if it hasn't finished yet.iN(R(RtwaitpidRtWNOHANGterrorR(RRRR(((s/usr/lib64/python2.7/popen2.pyR[scCs=|jdkr6tj|jd�\}}||_n|jS(s9Wait for and return the exit status of the child process.i(R(RR1R(RRR(((s/usr/lib64/python2.7/popen2.pytwaitisN(t__name__t
__module__t__doc__R(tFalseR'R*RRRR4(((s/usr/lib64/python2.7/popen2.pyR"s"			tPopen4cBseZdZdd�ZRS(i����cCs�t�||_tj�\}}tj�\}}tj�|_|jdkr�tj|d�tj|d�tj|d�|j|�ntj|�tj	|d|�|_
tj|�tj	|d|�|_dS(NiiiRR(R
RRRRRRRRRRR(RRR R!R"R#R$((s/usr/lib64/python2.7/popen2.pyR'ws	

N(R5R6RRR'(((s/usr/lib64/python2.7/popen2.pyR9tsitwintos2emxttcCs%tj|||�\}}||fS(s�Execute the shell command 'cmd' in a sub-process. On UNIX, 'cmd' may
        be a sequence, in which case arguments will be passed directly to the
        program without shell intervention (as with os.spawnv()). If 'cmd' is a
        string it will be passed to the shell (as with os.system()). If
        'bufsize' is specified, it sets the buffer size for the I/O pipes. The
        file objects (child_stdout, child_stdin) are returned.(RR(RR tmodeRR((s/usr/lib64/python2.7/popen2.pyR�scCs+tj|||�\}}}|||fS(s�Execute the shell command 'cmd' in a sub-process. On UNIX, 'cmd' may
        be a sequence, in which case arguments will be passed directly to the
        program without shell intervention (as with os.spawnv()). If 'cmd' is a
        string it will be passed to the shell (as with os.system()). If
        'bufsize' is specified, it sets the buffer size for the I/O pipes. The
        file objects (child_stdout, child_stdin, child_stderr) are returned.(RR(RR R=RRte((s/usr/lib64/python2.7/popen2.pyR�scCs%tj|||�\}}||fS(s�Execute the shell command 'cmd' in a sub-process. On UNIX, 'cmd' may
        be a sequence, in which case arguments will be passed directly to the
        program without shell intervention (as with os.spawnv()). If 'cmd' is a
        string it will be passed to the shell (as with os.system()). If
        'bufsize' is specified, it sets the buffer size for the I/O pipes. The
        file objects (child_stdout_stderr, child_stdin) are returned.(RR(RR R=RR((s/usr/lib64/python2.7/popen2.pyR�scCs"t|t|�}|j|jfS(s�Execute the shell command 'cmd' in a sub-process. On UNIX, 'cmd' may
        be a sequence, in which case arguments will be passed directly to the
        program without shell intervention (as with os.spawnv()). If 'cmd' is a
        string it will be passed to the shell (as with os.system()). If
        'bufsize' is specified, it sets the buffer size for the I/O pipes. The
        file objects (child_stdout, child_stdin) are returned.(RR8RR(RR R=R((s/usr/lib64/python2.7/popen2.pyR�scCs(t|t|�}|j|j|jfS(s�Execute the shell command 'cmd' in a sub-process. On UNIX, 'cmd' may
        be a sequence, in which case arguments will be passed directly to the
        program without shell intervention (as with os.spawnv()). If 'cmd' is a
        string it will be passed to the shell (as with os.system()). If
        'bufsize' is specified, it sets the buffer size for the I/O pipes. The
        file objects (child_stdout, child_stdin, child_stderr) are returned.(RtTrueRRR(RR R=R((s/usr/lib64/python2.7/popen2.pyR�scCst||�}|j|jfS(s�Execute the shell command 'cmd' in a sub-process. On UNIX, 'cmd' may
        be a sequence, in which case arguments will be passed directly to the
        program without shell intervention (as with os.spawnv()). If 'cmd' is a
        string it will be passed to the shell (as with os.system()). If
        'bufsize' is specified, it sets the buffer size for the I/O pipes. The
        file objects (child_stdout_stderr, child_stdin) are returned.(R9RR(RR R=R((s/usr/lib64/python2.7/popen2.pyR�s((R7RRtwarningstwarntDeprecationWarningt__all__tsysconfR.tAttributeErrorRRR
RR9tplatformRRRtextend(((s/usr/lib64/python2.7/popen2.pyt<module>s.	

	
R"






© 2025 UnknownSec
Display on the page Footer | Anyleson - Learning Platform
INR (₹)
India Rupee
$
United States Dollar

Display on the page Footer

Privacy Policy

Effective Date: 24 August , 2024

At Anyleson, we are committed to protecting your privacy and ensuring that your personal information is handled securely and responsibly. This Privacy Policy outlines how we collect, use, and safeguard your data when you use our platform.


Information We Collect


  1. Personal Information:

    • Name, email address, phone number, and billing details.

    • Account login credentials (username and password).



  2. Course Usage Data:

    • Progress and activity within courses.

    • Feedback and reviews submitted for courses.



  3. Technical Information:

    • IP address, browser type, device information, and cookies for improving website functionality.



  4. Communication Data:

    • Information from your interactions with our customer support.




How We Use Your Information


  1. To Provide Services:

    • Process course purchases, registrations, and access to content.



  2. To Improve User Experience:

    • Analyze user behavior to enhance course offerings and platform features.



  3. To Communicate:

    • Send updates, notifications, and promotional offers (only if you’ve opted in).



  4. For Legal Compliance:

    • Meet legal or regulatory requirements and prevent fraud.




How We Protect Your Information


  1. Data Encryption: All sensitive data is encrypted during transmission using SSL.

  2. Access Control: Only authorized personnel have access to personal information.

  3. Secure Storage: Data is stored on secure servers with regular security updates.


Sharing Your Information

We do not sell, rent, or trade your personal data. However, we may share your information with:


  1. Service Providers:

    • Payment processors and hosting services that assist in delivering our platform.



  2. Legal Authorities:

    • When required by law or to protect our legal rights.




Your Rights


  1. Access and Update: You can view and update your personal information in your account settings.

  2. Request Deletion: You have the right to request deletion of your data by contacting us.

  3. Opt-Out: You can opt out of receiving promotional emails by clicking the “unsubscribe” link in our emails.


Cookies Policy

We use cookies to enhance your experience by:


  • Remembering your preferences.

  • Analyzing website traffic.
    You can manage your cookie preferences through your browser settings.


Third-Party Links

Our platform may contain links to third-party websites. We are not responsible for their privacy practices and recommend reviewing their privacy policies.


Policy Updates

We may update this Privacy Policy from time to time. Changes will be posted on this page, and the "Effective Date" will be updated. Please review the policy periodically.


Contact Us

If you have any questions or concerns about our Privacy Policy or how your data is handled, please contact us at:

Email: support@anyleson.comThank you for trusting Anyleson with your learning journey!