<!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           @   sE   d  d l  Z  d  d l Z d  d l Td Z d   Z d   Z e   d S(   i’’’’N(   t   *iO   c         C   st   t  t t  } | j |  t f  | j | d  x- | j d  } | sO Pn  t j j	 |  q6 Wt j j
   d  S(   Ns   
i   (   t   sockett   AF_INETt   SOCK_STREAMt   connectt   FINGER_PORTt   sendt   recvt   syst   stdoutt   writet   flush(   t   hostt   argst   st   buf(    (    s+   /usr/lib64/python2.7/Demo/sockets/finger.pyt   finger   s     c          C   sā   d }  d } xO | t  t j  k  r] t j | d  d k r] |  t j | d }  | d } q Wt j | } | s} d g } n  x^ | D]V } d | k rĆ t j | d  } | | d } | |  } n d } t | |  |  q Wd  S(   Nt    i   t   -t    t   @(   t   lenR   t   argvt   stringt   indexR   (   t   optionst   iR   t   argt   atR   (    (    s+   /usr/lib64/python2.7/Demo/sockets/finger.pyt   main%   s    /(   R   R   R   R   R   R   (    (    (    s+   /usr/lib64/python2.7/Demo/sockets/finger.pyt   <module>   s
   
		