Puwifi

Latest version: v1.1.2

Safety actively analyzes 641872 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

1.1.2

What's Changed
* Fix Wi-Fi login/logout functionality by worldofvarun in https://github.com/SaicharanKandukuri/puwifi/pull/38

New Contributors
* worldofvarun made their first contribution in https://github.com/SaicharanKandukuri/puwifi/pull/38

**Full Changelog**: https://github.com/SaicharanKandukuri/puwifi/compare/v1.1.1...v1.1.2

1.1.1

What's Changed
* Add patch to warn user on login without internet by SaicharanKandukuri in https://github.com/SaicharanKandukuri/puwifi/pull/33
* Fix connection check by SaicharanKandukuri in https://github.com/SaicharanKandukuri/puwifi/pull/37


**Full Changelog**: https://github.com/SaicharanKandukuri/puwifi/compare/v1.1.0...v1.1.1

1.0.9

1.0.8

- dynamically set epoch time for "&a"
- fixes issue with logout with mode ( mode 191: for login, mode 193: for logout )
- Control for product type ( unfinished )
- Validation checks for auth modes

python
body_arg_passwd = f"&password={password}" if mode == "191" else ""
body_arg_username = f"&username={username}"
body_arg_epoch = f"&a={int(time.time())}"
body_arg_product = f"&product={product}"

body = (
f"mode={mode}"
+ body_arg_username
+ body_arg_passwd
+ body_arg_epoch
+ body_arg_product
)


> PR based on experiments with abhikatta

---

**Full Changelog**: https://github.com/SaicharanKandukuri/puwifi/compare/v1.0.6...v1.0.8

1.0.7

**Full Changelog**: https://github.com/SaicharanKandukuri/puwifi/compare/v1.0.3...v1.0.7

1.0.6

**Full Changelog**: https://github.com/SaicharanKandukuri/puwifi/compare/v1.0.3...v1.0.6

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.