<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
</html>
ó
Afc           @   sW   d  d l  Z  d  d l Td  d l Z d  d l Z d Z d Z d „  Z d „  Z e ƒ  d S(   iÿÿÿÿN(   t   *i  i   c          C   sé   t  t j ƒ d k r1 t t t j d ƒ ƒ }  n t }  t t t ƒ } | j	 d |  f ƒ | j
 d ƒ x| | j ƒ  \ } \ } } d G| G| GHd } x' | j t ƒ } | s° Pn  | | } q— Wt | ƒ } | j | ƒ | j ƒ  qi Wd  S(   Ni   t    s   connected by(   t   lent   syst   argvt   intt   evalt   PORTt   sockett   AF_INETt   SOCK_STREAMt   bindt   listent   acceptt   recvt   BUFSIZEt   executet   sendt   close(   t   portt   st   connt
   remotehostt
   remoteportt   requestt   datat   reply(    (    s-   /usr/lib64/python2.7/Demo/sockets/rpythond.pyt   main   s$    c         B   sv   e  j } e  j } e j ƒ  e  _ e  _ } z* y |  i  i  UWn He j d ƒ n XWd  | e  _ | e  _ X| j ƒ  S(   Nid   (   R   t   stdoutt   stderrt   StringIOt	   tracebackt	   print_exct   getvalue(   R   R   R   t   fakefile(    (    s-   /usr/lib64/python2.7/Demo/sockets/rpythond.pyR   %   s    			
(   R   R   R   R   R   R   R   R   (    (    (    s-   /usr/lib64/python2.7/Demo/sockets/rpythond.pyt   <module>   s   
		