Metadata-Version: 2.1
Name: probequest
Version: 0.6.0
Summary: Wi-Fi Probe Requests Sniffer
Home-page: https://github.com/SkypLabs/probequest
Author: Paul-Emmanuel Raoul
Author-email: skyper@skyplabs.net
License: GPLv3
Download-URL: https://github.com/SkypLabs/probequest/archive/v0.6.0.zip
Description: ==========
        ProbeQuest
        ==========
        
        |PyPI Package| |Build Status| |Code Coverage| |Known Vulnerabilities| |Documentation Status|
        
        Toolkit allowing to sniff and display the Wi-Fi probe requests passing near
        your wireless interface.
        
        Probe requests are sent by a station to elicit information about access
        points, in particular to determine if an access point is present or not
        in the nearby environment. Some devices (mostly smartphones and tablets)
        use these requests to determine if one of the networks they have
        previously been connected to is in range, leaking personal information.
        
        Further details are discussed in `this
        paper <https://brambonne.com/docs/bonne14sasquatch.pdf>`__.
        
        Installation
        ============
        
        ::
        
            pip3 install --upgrade probequest
        
        Documentation
        =============
        
        The project is documented `here <http://probequest.readthedocs.io/en/latest/>`__.
        
        License
        =======
        
        `GPL version 3 <https://www.gnu.org/licenses/gpl.txt>`__
        
        .. |Build Status| image:: https://travis-ci.org/SkypLabs/probequest.svg
           :target: https://travis-ci.org/SkypLabs/probequest
           :alt: Build Status
        .. |Code Coverage| image:: https://api.codacy.com/project/badge/Grade/16b9e70e51744256b37099ae8fe9132d
           :target: https://www.codacy.com/app/skyper/probequest?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=SkypLabs/probequest&amp;utm_campaign=Badge_Grade
           :alt: Code Coverage
        .. |Documentation Status| image:: https://readthedocs.org/projects/probequest/badge/?version=latest
           :target: http://probequest.readthedocs.io/en/latest/?badge=latest
           :alt: Documentation Status
        .. |Known Vulnerabilities| image:: https://snyk.io/test/github/SkypLabs/probequest/badge.svg
           :target: https://snyk.io/test/github/SkypLabs/probequest
           :alt: Known Vulnerabilities
        .. |PyPI Package| image:: https://badge.fury.io/py/probequest.svg
           :target: https://badge.fury.io/py/probequest
           :alt: PyPI Package
        
Keywords: wifi wireless security sniffer
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Provides-Extra: docs
