nagyistoce / fern-wifi-cracker

Automatically exported from code.google.com/p/fern-wifi-cracker
1 stars 0 forks source link

After the update.. I get an error. #20

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
-The shortcut doesnt work at all, It doesnt load.

What is the expected output? What do you see instead?

mike@laptop:/usr/local/bin/Fern-Wifi-Cracker$ sudo python execute.py
Traceback (most recent call last):
  File "execute.py", line 62, in <module>
    initialize()
  File "execute.py", line 17, in initialize
    os.chdir(direc)
OSError: [Errno 2] No such file or directory: ''

What version of the product are you using? On what operating system?

Ubunti - latest 11.
3.0.0-14-generic #23-Ubuntu SMP Mon Nov 21 20:34:47 UTC 2011 i686 i686 i386 
GNU/Linux

Please provide any additional information below.

worked fine before I updated to 1.5

Original issue reported on code.google.com by m...@vulnerability.ca on 22 Jan 2012 at 4:19

GoogleCodeExporter commented 9 years ago
Bug has been fixed.. You can now update..

Thanks for the report ;-)

Original comment by saviob...@rocketmail.com on 22 Jan 2012 at 1:13

GoogleCodeExporter commented 9 years ago
Update: The update worked now.. I got the GUI.
These are the following errors I had in the background in console:

IOError: [Errno 2] No such file or directory: 
'/usr/local/bin/Fern-Wifi-Cracker/fern-settings/general_settings.dat'
Traceback (most recent call last):
  File "/usr/local/bin/Fern-Wifi-Cracker/core/fern.py", line 359, in setmonitor
    if settings_exists('mac_address'):
  File "/usr/local/bin/Fern-Wifi-Cracker/core/functions.py", line 116, in settings_exists
    create_settings_file()
  File "/usr/local/bin/Fern-Wifi-Cracker/core/functions.py", line 111, in create_settings_file
    setting_file = open(os.getcwd() + '/fern-settings/general_settings.dat','a+')
IOError: [Errno 2] No such file or directory: 
'/usr/local/bin/Fern-Wifi-Cracker/fern-settings/general_settings.dat'
Traceback (most recent call last):
  File "/usr/local/bin/Fern-Wifi-Cracker/core/fern.py", line 359, in setmonitor
    if settings_exists('mac_address'):
  File "/usr/local/bin/Fern-Wifi-Cracker/core/functions.py", line 116, in settings_exists
    create_settings_file()
  File "/usr/local/bin/Fern-Wifi-Cracker/core/functions.py", line 111, in create_settings_file
    setting_file = open(os.getcwd() + '/fern-settings/general_settings.dat','a+')
IOError: [Errno 2] No such file or directory: 
'/usr/local/bin/Fern-Wifi-Cracker/fern-settings/general_settings.dat'
Unhandled exception in thread started by <bound method 
wep_attack_dialog.association_thread of <core.wep.wep_attack_dialog object at 
0x8ce689c>>
Traceback (most recent call last):
  File "/usr/local/bin/Fern-Wifi-Cracker/core/wep.py", line 230, in association_thread
    attacker_mac_address = str(reader('/tmp/fern-log/monitor-mac-address.log').strip('\n'))
  File "/usr/local/bin/Fern-Wifi-Cracker/core/functions.py", line 44, in reader
    open_ = open(arg,'r+')
IOError: [Errno 2] No such file or directory: 
'/tmp/fern-log/monitor-mac-address.log'

Original comment by m...@vulnerability.ca on 22 Jan 2012 at 3:37

GoogleCodeExporter commented 9 years ago
This is helpful.. ill work on those errors

Original comment by saviob...@rocketmail.com on 24 Jan 2012 at 7:19

GoogleCodeExporter commented 9 years ago
Bug has been fixed..

Original comment by saviob...@rocketmail.com on 29 May 2012 at 11:50