Metadata-Version: 1.1
Name: pyudpscan
Version: 1.1.0
Summary: UDP port scanner with SOCKS5 support.
Home-page: https://github.com/FromZeus/pyudpscan
Author: Daniil Trishkin
Author-email: asteroid566@gmail.com
License: UNKNOWN
Description: |language| |license|
        
        =========
        pyudpscan
        =========
        
        Description
        ~~~~~~~~~~~
        
        Simple UDP port scanner with SOCKS5 proxy support.
        
        Installation
        ~~~~~~~~~~~~
        
        ``python setup.py install``
        
        or
        
        ``pip install -e .``
        
        or
        
        ``pip install pyudpscan``
        
        How to use
        ~~~~~~~~~~
        
        Run ``sudo pyudpscan --proxy 99.99.99.99:1080 --host 8.8.0-8.0/24 --ports 53 199 65535 -i 192.168.0.15``
        
        Also checkout list of `arguments`_
        
        arguments
        ^^^^^^^^^
        * ``--hosts`` - List of target hosts/subnets/ranges separated by space
        * ``--ports`` - List of target ports/ranges separated by space
        * ``-p, --proxy`` - List of SOCKS5 proxies which will be taken at random for every request
        * ``-t, --timeout`` - How long to wait for reply at UDP request from target host
        * ``-r, --recheck`` - Number of recheck for every port
        * ``-i, --src-int-address`` - Address of local source interface to listen on.
        
        .. |language| image:: https://img.shields.io/badge/language-python-blue.svg
        .. |license| image:: https://img.shields.io/badge/license-Apache%202-blue.svg
        
        
Platform: UNKNOWN
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
