How should I convert this password machine thing into a working network password cracker?
I am very new to code in general and especially python. I have created the code below just as a basic test (credit goes to youtuber https://www.youtube.com/watch?v=sI5zo1ZElCc) and was wondering how I could make it so that I can get a wifi password with it?
Pywifi Unable to Pull Authentication Method
The company I work for has an old wifi-scanner application written in VBScript that utilizes a lot of deprecated features that will cause it to stop functioning when we roll out Windows 11 Professional. For this reason, I am rewriting the application in Python. The intention is that once it is functional, I would convert it to an executable using the PyInstaller module.
Pywifi Unable to Pull Authentication Method
The company I work for has an old wifi-scanner application written in VBScript that utilizes a lot of deprecated features that will cause it to stop functioning when we roll out Windows 11 Professional. For this reason, I am rewriting the application in Python. The intention is that once it is functional, I would convert it to an executable using the PyInstaller module.
How to import modules from other local directories in python?
I’ve been using JavaScript and can say I’m used to how the imports of modules are done but when it’s Python, I get confused as to how to import modules from local directories. Be it two or more levels up.