Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SkypLabs/probequest
Toolkit for Playing with Wi-Fi Probe Requests
https://github.com/SkypLabs/probequest
dot11 monitoring network-attacks python python3 scapy security sniffer toolkit wifi wifi-security wireless
Last synced: 14 days ago
JSON representation
Toolkit for Playing with Wi-Fi Probe Requests
- Host: GitHub
- URL: https://github.com/SkypLabs/probequest
- Owner: SkypLabs
- License: gpl-3.0
- Created: 2017-09-10T14:07:29.000Z (about 7 years ago)
- Default Branch: develop
- Last Pushed: 2024-03-13T19:29:33.000Z (8 months ago)
- Last Synced: 2024-05-01T21:19:14.793Z (7 months ago)
- Topics: dot11, monitoring, network-attacks, python, python3, scapy, security, sniffer, toolkit, wifi, wifi-security, wireless
- Language: Python
- Homepage: https://probequest.skyplabs.net/en/stable/
- Size: 701 KB
- Stars: 250
- Watchers: 16
- Forks: 47
- Open Issues: 14
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: docs/security.rst
Awesome Lists containing this project
README
==========
ProbeQuest
==========|PyPI Package| |PyPI Downloads| |PyPI Python Versions| |Build Status| |LGTM
Grade| |LGTM Alerts| |Documentation Status|Toolkit allowing to sniff and display the Wi-Fi probe requests passing nearby
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
`__... image:: docs/_static/img/probequest_demo.gif
:target: https://asciinema.org/a/205172
:alt: ProbeQuest - DemoInstallation
============::
pip3 install --upgrade probequest
Documentation
=============The project is documented `here
`__.In the Media
============ProbeQuest has appeared in the following media:
- `KitPloit
`__
- `Hakin9 Magazine, VOL.13, NO. 05, "Open Source Hacking Tools"
`__
- `WonderHowTo
`__
(including a `YouTube video `__)
- `ShellVoide
`__
- `Cyber Pi Projects
`__ (`Worksheet
`__)License
=======`GPL version 3 `__
.. |Build Status| image:: https://github.com/SkypLabs/probequest/actions/workflows/test_and_publish.yml/badge.svg?branch=develop
:target: https://github.com/SkypLabs/probequest/actions/workflows/test_and_publish.yml?query=branch%3Adevelop
:alt: Build Status Develop Branch.. |Documentation Status| image:: https://readthedocs.org/projects/probequest/badge/?version=latest
:target: https://probequest.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status.. |LGTM Alerts| image:: https://img.shields.io/lgtm/alerts/g/SkypLabs/probequest.svg?logo=lgtm&logoWidth=18
:target: https://lgtm.com/projects/g/SkypLabs/probequest/alerts/
:alt: LGTM Alerts.. |LGTM Grade| image:: https://img.shields.io/lgtm/grade/python/g/SkypLabs/probequest.svg?logo=lgtm&logoWidth=18
:target: https://lgtm.com/projects/g/SkypLabs/probequest/context:python
:alt: LGTM Grade.. |PyPI Downloads| image:: https://img.shields.io/pypi/dm/probequest.svg?style=flat
:target: https://pypi.org/project/probequest/
:alt: PyPI Package Downloads Per Month.. |PyPI Package| image:: https://img.shields.io/pypi/v/probequest.svg?style=flat
:target: https://pypi.org/project/probequest/
:alt: PyPI Package Latest Release.. |PyPI Python Versions| image:: https://img.shields.io/pypi/pyversions/probequest.svg?logo=python&style=flat
:target: https://pypi.org/project/probequest/
:alt: PyPI Package Python Versions