Kalihackz / Wifi_Tool

This is a python3 tool for scanning nearby Wifi and connecting to it either by normal manual password entry or by brute force attack using a password file.
72 stars 22 forks source link

missing file #3

Open thiklock opened 1 year ago

thiklock commented 1 year ago

Runned fine but got:

/ [*] Scanning for WiFi connections . . .

[Errno 2] No such file or directory: '/sbin/iwlist'
[!!] Something went wrong

Running in MacOS Ventura python3.9

Adamhsr commented 1 year ago

I got this too. I seems like the main program is trying to access files that were not part of the repo. Maybe there could be example files uploaded, or there could be a file tree in the readme.md

Historical-17 commented 1 year ago

me too, i'am using windows cmd with cygwin

naveenSaini1 commented 1 year ago

me too, i'am using windows cmd with cygwin

save both file in same folder and when you enter the path just write the name of the file like this : pass.txt

Historical-17 commented 1 year ago

me too, i'am using windows cmd with cygwin

save both file in same folder and when you enter the path just write the name of the file like this : pass.txt

Thx :) , i'll try that