Server IP : 111.118.215.189 / Your IP : 216.73.216.126 Web Server : Apache System : Linux md-in-83.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : a1673wkz ( 2475) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /usr/lib/python2.7/site-packages/pyzor/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
� YF�Tc @ s d Z d d l Z d d l Z d d l Z d d l Z d d l Z d d l Z d d l Z d d l Z d d l Z d d l Z e j j j � d e f d � � YZ d e f d � � YZ d e f d � � YZ d e f d � � YZ d e f d � � YZ d S( sq Networked spam-signature detection client. >>> import pyzor >>> import pyzor.client >>> import pyzor.digest >>> import pyzor.config To load the accounts file: >>> accounts = pyzor.config.load_accounts(filename) To create a client (to then issue commands): >>> client = pyzor.client.Client(accounts) To create a client, using the anonymous user: >>> client = pyzor.client.Client() To get a digest (of an email.message.Message object, or similar): >>> digest = pyzor.digest.get_digest(msg) To query a server (where address is a (host, port) pair): >>> client.ping(address) >>> client.info(digest, address) >>> client.report(digest, address) >>> client.whitelist(digest, address) >>> client.check(digest, address) To query the default server (public.pyzor.org): >>> client.ping() >>> client.info(digest) >>> client.report(digest) >>> client.whitelist(digest) >>> client.check(digest) Response will contain, depending on the type of request, some of the following keys (e.g. client.ping()['Code']): All responses will have: - 'Diag' 'OK' or error message - 'Code' '200' if OK - 'PV' Protocol Version - 'Thread' `info` and `check` responses will also contain: - '[WL-]Count' Whitelist/Blacklist count `info` responses will also have: - '[WL-]Entered' timestamp when message was first whitelisted/blacklisted - '[WL-]Updated' timestamp when message was last whitelisted/blacklisted i����Nt Clientc B s� e Z d Z d Z d d d d � Z d d � Z d d � Z d d � Z d d � Z d d � Z d d � Z d d � Z d d � Z e d � � Z d � Z RS( i i c C s� | d k r i } n t d � | j � D� � | _ | d k rO t j j } n | | _ | d k rp | | _ n t j d � | _ d S( Nc s s3 | ]) \ \ } } } | t | � f | f Vq d S( N( t int( t .0t hostt portt account( ( s0 /usr/lib/python2.7/site-packages/pyzor/client.pys <genexpr>P s t pyzor( t Nonet dictt iteritemst accountsR t digestt digest_spect spect timeoutt loggingt getLoggert log( t selfR R R ( ( s0 /usr/lib/python2.7/site-packages/pyzor/client.pyt __init__M s s public.pyzor.orgiy_ c C s7 t j j � } | j | | � } | j | | j � � S( N( R t messaget PingRequestt sendt read_responset get_thread( R t addresst msgt sock( ( s0 /usr/lib/python2.7/site-packages/pyzor/client.pyt pingY s c C s: t j j | � } | j | | � } | j | | j � � S( N( R R t PongRequestR R R ( R R R R R ( ( s0 /usr/lib/python2.7/site-packages/pyzor/client.pyt pong^ s c C s: t j j | � } | j | | � } | j | | j � � S( N( R R t InfoRequestR R R ( R R R R R ( ( s0 /usr/lib/python2.7/site-packages/pyzor/client.pyt infoc s c C s@ t j j | | j � } | j | | � } | j | | j � � S( N( R R t ReportRequestR R R R ( R R R R R ( ( s0 /usr/lib/python2.7/site-packages/pyzor/client.pyt reporth s c C s@ t j j | | j � } | j | | � } | j | | j � � S( N( R R t WhitelistRequestR R R R ( R R R R R ( ( s0 /usr/lib/python2.7/site-packages/pyzor/client.pyt whitelistm s c C s: t j j | � } | j | | � } | j | | j � � S( N( R R t CheckRequestR R R ( R R R R R ( ( s0 /usr/lib/python2.7/site-packages/pyzor/client.pyt checkr s c C s5 d t j j j t j f } t j | d t j j �S( Ns: Code: %s Diag: OK PV: %s Thread: 1024 Count: 0 WL-Count: 0t _class( R R t Responset ok_codet proto_versiont emailt message_from_bytes( R t digestsR R ( ( s0 /usr/lib/python2.7/site-packages/pyzor/client.pyt _mock_checkw s c C s� | d t | d � f } | j � y | j | } Wn t k rT t j j } n Xt t j � � } | j | d <t | � | d <t j j t j j | j | j � | | � | d <| j j d | j � � | j | | � S( Ni i t Usert Timet Sigs sending: %r( R t init_for_sendingR t KeyErrorR R t AnonymousAccountt timet usernamet strt sign_msgt hash_keyt keyR t debugt as_stringt _send( R R R R t timestamp( ( s0 /usr/lib/python2.7/site-packages/pyzor/client.pyR } s c C s/ d } x t j | d | d d t j t j � D]� } | \ } } } } } y t j | | | � } Wn t j k r� d } q0 n Xy&