https://github.com/shollingsworth/piclicker
Use sound to find Wifi foxes
https://github.com/shollingsworth/piclicker
defcon hacking python radio wifi
Last synced: 10 months ago
JSON representation
Use sound to find Wifi foxes
- Host: GitHub
- URL: https://github.com/shollingsworth/piclicker
- Owner: shollingsworth
- Created: 2017-08-02T18:06:00.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-15T02:41:24.000Z (almost 8 years ago)
- Last Synced: 2025-07-09T17:07:47.288Z (12 months ago)
- Topics: defcon, hacking, python, radio, wifi
- Language: Python
- Homepage: https://youtu.be/BRf3WGekgHc
- Size: 7.43 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Presentation
[Defcon 26 Slides](./docs/piClicker_presentation_dc26_2018_08_10.pdf)
# Command and Control w/ Slack
* You'll need an AWS account, an will need to create an access id and secret
[See WCTF Slack Bot Repo](https://github.com/shollingsworth/wctf-slack-bot/blob/master/README.md)
# Running daemon in a DEV environment
## Clone repo
```
git clone git@github.com:shollingsworth/piClicker.git
cd piClicker
make venv
source ./venv/bin/activate
pip install ./dist/piClicker-2.0.1.tar.gz
cd ./src/piclicker
```
## run control and navigate to UI
* `./control.py`
* naviagate to http://127.0.0.1:5000 to see UI
# Links
* [Todo](./TODO.md)