Skip to content

Commit c23f500

Browse files
committed
Update status cards in readme
1 parent 092055d commit c23f500

File tree

1 file changed

+34
-20
lines changed

1 file changed

+34
-20
lines changed

README.rst

+34-20
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,20 @@
22
ProbeQuest
33
==========
44

5-
|PyPI Package| |PyPI Downloads| |PyPI Python Versions| |Build Status Master Branch| |Build Status Develop Branch| |LGTM Grade| |LGTM Alerts| |Documentation Status|
5+
|PyPI Package| |PyPI Downloads| |PyPI Python Versions| |Build Status| |LGTM
6+
Grade| |LGTM Alerts| |Documentation Status|
67

7-
Toolkit allowing to sniff and display the Wi-Fi probe requests passing nearby your wireless interface.
8+
Toolkit allowing to sniff and display the Wi-Fi probe requests passing nearby
9+
your wireless interface.
810

9-
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.
11+
Probe requests are sent by a station to elicit information about access points,
12+
in particular to determine if an access point is present or not in the nearby
13+
environment. Some devices (mostly smartphones and tablets) use these requests
14+
to determine if one of the networks they have previously been connected to is
15+
in range, leaking personal information.
1016

11-
Further details are discussed in `this
12-
paper <https://brambonne.com/docs/bonne14sasquatch.pdf>`__.
17+
Further details are discussed in `this paper
18+
<https://brambonne.com/docs/bonne14sasquatch.pdf>`__.
1319

1420
.. image:: docs/_static/img/probequest_demo.gif
1521
:target: https://asciinema.org/a/205172
@@ -25,48 +31,56 @@ Installation
2531
Documentation
2632
=============
2733

28-
The project is documented `here <http://probequest.readthedocs.io/en/latest/>`__.
34+
The project is documented `here
35+
<http://probequest.readthedocs.io/en/latest/>`__.
2936

3037
In the Media
3138
============
3239

3340
ProbeQuest has appeared in the following media:
3441

35-
- `KitPloit <https://www.kitploit.com/2018/06/probequest-toolkit-for-playing-with-wi.html>`__
36-
- `Hakin9 Magazine, VOL.13, NO. 05, "Open Source Hacking Tools" <https://skyplabs.keybase.pub/Papers/Magazines/Hakin9%20Magazine%2C%20VOL.13%2C%20NO.%2005%2C%20%22Open%20Source%20Hacking%20Tools%22.pdf>`__
37-
- `WonderHowTo <https://null-byte.wonderhowto.com/how-to/track-wi-fi-devices-connect-them-using-probequest-0186137/>`__ (including a `YouTube video <https://www.youtube.com/watch?v=Z8RHMUSYTiA>`__)
38-
- `ShellVoide <https://www.shellvoide.com/wifi/wifi-karma-a-brief-guid-on-probe-response-frames/>`__
39-
- `Cyber Pi Projects <https://www.cyberpiprojects.com/student-designed-projects>`__ (`Worksheet <https://www.cyberpiprojects.com/s/Probequest-Sniffing-Student.pdf>`__)
42+
- `KitPloit
43+
<https://www.kitploit.com/2018/06/probequest-toolkit-for-playing-with-wi.html>`__
44+
- `Hakin9 Magazine, VOL.13, NO. 05, "Open Source Hacking Tools"
45+
<https://skyplabs.keybase.pub/Papers/Magazines/Hakin9%20Magazine%2C%20VOL.13%2C%20NO.%2005%2C%20%22Open%20Source%20Hacking%20Tools%22.pdf>`__
46+
- `WonderHowTo
47+
<https://null-byte.wonderhowto.com/how-to/track-wi-fi-devices-connect-them-using-probequest-0186137/>`__
48+
(including a `YouTube video <https://www.youtube.com/watch?v=Z8RHMUSYTiA>`__)
49+
- `ShellVoide
50+
<https://www.shellvoide.com/wifi/wifi-karma-a-brief-guid-on-probe-response-frames/>`__
51+
- `Cyber Pi Projects
52+
<https://www.cyberpiprojects.com/student-designed-projects>`__ (`Worksheet
53+
<https://www.cyberpiprojects.com/s/Probequest-Sniffing-Student.pdf>`__)
4054

4155
License
4256
=======
4357

4458
`GPL version 3 <https://www.gnu.org/licenses/gpl.txt>`__
4559

46-
.. |Build Status Master Branch| image:: https://img.shields.io/travis/SkypLabs/probequest/master.svg?label=master&logo=travis&style=flat
47-
:target: https://travis-ci.org/SkypLabs/probequest
48-
:alt: Build Status Master Branch
49-
.. |Build Status Develop Branch| image:: https://img.shields.io/travis/SkypLabs/probequest/develop.svg?label=develop&logo=travis&style=flat
50-
:target: https://travis-ci.org/SkypLabs/probequest
60+
.. |Build Status| image:: https://github.com/SkypLabs/probequest/actions/workflows/test_and_publish.yml/badge.svg?branch=develop
61+
:target: https://github.com/SkypLabs/probequest/actions/workflows/test_and_publish.yml?query=branch%3Adevelop
5162
:alt: Build Status Develop Branch
63+
5264
.. |Documentation Status| image:: https://readthedocs.org/projects/probequest/badge/?version=latest
53-
:target: http://probequest.readthedocs.io/en/latest/?badge=latest
65+
:target: https://probequest.readthedocs.io/en/latest/?badge=latest
5466
:alt: Documentation Status
55-
.. |Known Vulnerabilities| image:: https://snyk.io/test/github/SkypLabs/probequest/badge.svg
56-
:target: https://snyk.io/test/github/SkypLabs/probequest
57-
:alt: Known Vulnerabilities
67+
5868
.. |LGTM Alerts| image:: https://img.shields.io/lgtm/alerts/g/SkypLabs/probequest.svg?logo=lgtm&logoWidth=18
5969
:target: https://lgtm.com/projects/g/SkypLabs/probequest/alerts/
6070
:alt: LGTM Alerts
71+
6172
.. |LGTM Grade| image:: https://img.shields.io/lgtm/grade/python/g/SkypLabs/probequest.svg?logo=lgtm&logoWidth=18
6273
:target: https://lgtm.com/projects/g/SkypLabs/probequest/context:python
6374
:alt: LGTM Grade
75+
6476
.. |PyPI Downloads| image:: https://img.shields.io/pypi/dm/probequest.svg?style=flat
6577
:target: https://pypi.org/project/probequest/
6678
:alt: PyPI Package Downloads Per Month
79+
6780
.. |PyPI Package| image:: https://img.shields.io/pypi/v/probequest.svg?style=flat
6881
:target: https://pypi.org/project/probequest/
6982
:alt: PyPI Package Latest Release
83+
7084
.. |PyPI Python Versions| image:: https://img.shields.io/pypi/pyversions/probequest.svg?logo=python&style=flat
7185
:target: https://pypi.org/project/probequest/
7286
:alt: PyPI Package Python Versions

0 commit comments

Comments
 (0)