https://github.com/lockblock-dev/wpa-sec-upload
Upload capture files to wpa-sec
https://github.com/lockblock-dev/wpa-sec-upload
wpa-sec wpa2-handshake
Last synced: 10 months ago
JSON representation
Upload capture files to wpa-sec
- Host: GitHub
- URL: https://github.com/lockblock-dev/wpa-sec-upload
- Owner: LockBlock-dev
- License: mit
- Created: 2022-05-31T18:13:58.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-12T17:07:24.000Z (over 3 years ago)
- Last Synced: 2025-01-24T20:17:45.899Z (12 months ago)
- Topics: wpa-sec, wpa2-handshake
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wpa-sec upload
[](https://github.com/LockBlock-dev/wpa-sec-upload/stargazers)
[](#)
[](https://github.com/Lockblock-dev/wpa-sec-upload/network/members)
[](#)
Upload capture files to wpa-sec.
## Installation
- Install [Python3](https://www.python.org/downloads/).
- Get `hcxpcapngtool` from [hcxtools](https://github.com/ZerBea/hcxtools).
- Download or clone the project.
- Edit the [config.json](./config.json):
```json
{
"api_url": "https://wpa-sec.stanev.org/",
"api_key": "",
"whitelist": []
}
```
Put your own WIFIs SSID in the whitelist like `["AndroidAP1234"]`.
- Run `python3 upload.py`.
## Credits
[Czechball's upload script.](https://github.com/Czechball/wpa-sec-api)
## Copyright
See the [license](/LICENSE).