Upload capture files to wpa-sec.
- Install Python3.
- Get
hcxpcapngtool
from hcxtools. - Download or clone the project.
- Edit the config.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
.
See the license.