
Originally Posted by
Alaska_Nebreska
Unhandled exception in thread started by <bound method mainwindow.scan_wep of <__main__.mainwind ow object at 0xb743592c>>
Traceback (most recent call last):
File "fern.py", line 723, in scan_wep
detail_process1 = process[iterate]
IndexError: list index out of range
aircrack-ng: no process killed
airmon-ng: no process killed
Thanks
Code:
Unhandled exception in thread started by <bound method mainwindow.scan_wep of <__main__.mainwind ow object at 0xb743592c>>
Traceback (most recent call last):
File "fern.py", line 723, in scan_wep
detail_process1 = process[iterate]
IndexError: list index out of range
That Bug has been fixed
Update to revision 52
Code:
aircrack-ng: no process killed
airmon-ng: no process killed
Although there's nothing wrong with this output: nevertheless the function has been replaced with another similar alternative
That is from : "os.system()" to "commands.getstatusoutput()"
To verify the fact that , that ouput does not signify and exception:
try this on terminal :
"killall ping" Notice the output, it will return "ping: no process killed", because ping was not running on your memory
then fireup ping like this to keep the process busy "ping 127.0.0.1"
run "killall ping" again in another instance of terminal and notice the output