New version uploaded to svn
Printable View
New version uploaded to svn
is it possible to use my own wordlist?
Perhaps it's an idea to post the download/URL in the OP?
The download URL is hosted at the same google code page:
fern-wifi-cracker - Project Hosting on Google Code
Added download link to Original post.
Thank you very much Mr Archangel
finally got around to testing this... wow dude awesome job!, I haven't got it hacking yet but that might have been me playing around with things too much.
not sure if this is expected but ...
Code:IOError: [Errno 4] Interrupted system call
Unhandled exception in thread started by <bound method wep_attack_dialog.crack_wep of <__main__.wep_attack_dialog object at 0xa11aaec>>
Traceback (most recent call last):
File "fern.py", line 1461, in crack_wep
commands.getstatusoutput('aircrack-ng /tmp/fern-log/WEP-DUMP/*.cap > /tmp/fern-log/WEP-DUMP/wep_key.txt')
File "/usr/lib/python2.5/commands.py", line 54, in getstatusoutput
text = pipe.read()
IOError: [Errno 4] Interrupted system call
Traceback (most recent call last):
File "fern.py", line 1328, in next_try
tmp_variable = tuple(ivs_number)
TypeError: 'int' object is not iterable
Traceback (most recent call last):
File "fern.py", line 1328, in next_try
tmp_variable = tuple(ivs_number)
TypeError: 'int' object is not iterable
Traceback (most recent call last):
File "fern.py", line 1328, in next_try
tmp_variable = tuple(ivs_number)
TypeError: 'int' object is not iterable
Traceback (most recent call last):
File "fern.py", line 1328, in next_try
tmp_variable = tuple(ivs_number)
TypeError: 'int' object is not iterable
Unhandled exception in thread started by <bound method wep_attack_dialog.crack_wep of <__main__.wep_attack_dialog object at 0xa11aaac>>
Traceback (most recent call last):
File "fern.py", line 1461, in crack_wep
commands.getstatusoutput('aircrack-ng /tmp/fern-log/WEP-DUMP/*.cap > /tmp/fern-log/WEP-DUMP/wep_key.txt')
File "/usr/lib/python2.5/commands.py", line 54, in getstatusoutput
text = pipe.read()
IOError: [Errno 4] Interrupted system call
Unhandled exception in thread started by <bound method wep_attack_dialog.crack_wep of <__main__.wep_attack_dialog object at 0xa0a85ec>>
Traceback (most recent call last):
File "fern.py", line 1461, in crack_wep
commands.getstatusoutput('aircrack-ng /tmp/fern-log/WEP-DUMP/*.cap > /tmp/fern-log/WEP-DUMP/wep_key.txt')
File "/usr/lib/python2.5/commands.py", line 54, in getstatusoutput
text = pipe.read()
IOError: [Errno 4] Interrupted system call
Unhandled exception in thread started by <bound method wep_attack_dialog.crack_wep of <__main__.wep_attack_dialog object at 0xa11aaac>>
Traceback (most recent call last):
File "fern.py", line 1461, in crack_wep
commands.getstatusoutput('aircrack-ng /tmp/fern-log/WEP-DUMP/*.cap > /tmp/fern-log/WEP-DUMP/wep_key.txt')
File "/usr/lib/python2.5/commands.py", line 54, in getstatusoutput
TypeError: 'int' object is not iterable
Traceback (most recent call last):
File "fern.py", line 1328, in next_try
tmp_variable = tuple(ivs_number)
TypeError: 'int' object is not iterable
Unhandled exception in thread started by <bound method wep_attack_dialog.crack_wep of <__main__.wep_attack_dialog object at 0xa11aaac>>
Traceback (most recent call last):
File "fern.py", line 1461, in crack_wep
commands.getstatusoutput('aircrack-ng /tmp/fern-log/WEP-DUMP/*.cap > /tmp/fern-log/WEP-DUMP/wep_key.txt')
File "/usr/lib/python2.5/commands.py", line 54, in getstatusoutput
text = pipe.read()
IOError: [Errno 4] Interrupted system call
Unhandled exception in thread started by <bound method wep_attack_dialog.crack_wep of <__main__.wep_attack_dialog object at 0xa11aaac>>
Traceback (most recent call last):
File "fern.py", line 1461, in crack_wep
commands.getstatusoutput('aircrack-ng /tmp/fern-log/WEP-DUMP/*.cap > /tmp/fern-log/WEP-DUMP/wep_key.txt')
File "/usr/lib/python2.5/commands.py", line 54, in getstatusoutput
text = pipe.read()
IOError: [Errno 4] Interrupted system call
Unhandled exception in thread started by <bound method wep_attack_dialog.crack_wep of <__main__.wep_attack_dialog object at 0xa11aaec>>
Traceback (most recent call last):
File "fern.py", line 1461, in crack_wep
commands.getstatusoutput('aircrack-ng /tmp/fern-log/WEP-DUMP/*.cap > /tmp/fern-log/WEP-DUMP/wep_key.txt')
File "/usr/lib/python2.5/commands.py", line 54, in getstatusoutput
text = pipe.read()
IOError: [Errno 4] Interrupted system call
Unhandled exception in thread started by <bound method wep_attack_dialog.crack_wep of <__main__.wep_attack_dialog object at 0xa11aaac>>
Traceback (most recent call last):
File "fern.py", line 1461, in crack_wep
commands.getstatusoutput('aircrack-ng /tmp/fern-log/WEP-DUMP/*.cap > /tmp/fern-log/WEP-DUMP/wep_key.txt')
File "/usr/lib/python2.5/commands.py", line 54, in getstatusoutput
text = pipe.read()
IOError: [Errno 4] Interrupted system call
Unhandled exception in thread started by <bound method wep_attack_dialog.crack_wep of <__main__.wep_attack_dialog object at 0xa0a85ec>>
Traceback (most recent call last):
File "fern.py", line 1461, in crack_wep
commands.getstatusoutput('aircrack-ng /tmp/fern-log/WEP-DUMP/*.cap > /tmp/fern-log/WEP-DUMP/wep_key.txt')
File "/usr/lib/python2.5/commands.py", line 54, in getstatusoutput
text = pipe.read()
IOError: [Errno 4] Interrupted system call
Thanks Spudgunman ....My Bad those exceptions are generated on line 1327That function was intended to display the next try on progress.. but i later replaced it with a more reliable code but forgot to take that function out since it was not longer needed... That function is called from a loop that captures ivs until wep is eventually cracked .. but since that function plays an obsolete part in the program... those exceptions will not affect the functionality of the cracking process, at all.. Key will still be crackedCode:
def next_try(self):
tmp_variable = tuple(ivs_number)
self.cracking_label.setEnabled(False)
self.cracking_label.setText('Cracking Encryption')
self.wep_status_label.setEnabled(True)
self.wep_status_label.setText('<font color=red>Key Not found at \t</font><font color=yellow>%s ivs</font><font color=red> \t will continue attack until key is found</font>'%(str(tmp_variable)))