Skip to content

Commit

Permalink
rename script
Browse files Browse the repository at this point in the history
  • Loading branch information
SkypLabs committed Sep 11, 2017
1 parent f5ade85 commit f179078
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ How to

::

usage: sniff-probe-req.py [-h] [-e ESSID [ESSID ...]]
[--exclude EXCLUDE [EXCLUDE ...]] -i INTERFACE
[-o OUTPUT] [-r REGEX] [-s STATION [STATION ...]]
usage: sniff-probe-req [-h] [-e ESSID [ESSID ...]]
[--exclude EXCLUDE [EXCLUDE ...]] -i INTERFACE
[-o OUTPUT] [-r REGEX] [-s STATION [STATION ...]]

Wi-Fi Probe Requests Sniffer

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
'Programming Language :: Python :: 3',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
],
scripts = ['sniff-probe-req.py'],
scripts = ['sniff-probe-req'],
install_requires = ['argparse', 'scapy-python3'],
)
File renamed without changes.

0 comments on commit f179078

Please sign in to comment.