PDA

View Full Version : Pyrot0.5.1 Issue



Exmix
2018-05-18, 18:32
So I followed this github (https://github.com/JPaulMora/Pyrit) and got pyrit installed and such as well as for using CUDA.
When I run 'pyrit list_cores' I see my Processors and my GPU, when I run 'pyrit benchmark' it works as well. Everything works EXCEPT the pyrit command.

pyrit -r path/to/.cap/file -i /path/to/dictionary attack_passthrough
Pyrit 0.5.1 (C) 2008-2011 Lukas Lueg - 2015 John Mora
https://github.com/JPaulMora/Pyrit
This code is distributed under the GNU General Public License v3+

Traceback (most recent call last):
File "/usr/local/bin/pyrit", line 6, in <module>
pyrit_cli.Pyrit_CLI().initFromArgv()
File "/usr/local/lib/python2.7/dist-packages/pyrit_cli.py", line 117, in initFromArgv
func(self, **options)
File "/usr/local/lib/python2.7/dist-packages/pyrit_cli.py", line 160, in new_f
import cpyrit.pckttools
File "/usr/local/lib/python2.7/dist-packages/cpyrit/pckttools.py", line 132, in <module>
scapy.packet.bind_layers(scapy.layers.l2.EAPOL, EAPOL_Key, type=3)
AttributeError: 'module' object has no attribute 'EAPOL'
I've even tried to import the dictionary to the database with 'pyrit -i /path/ro/dictionary import_passwords'. That works I get results with 'pyrit eval', but I get the same error when running the .cap file against attack_db with 'pyrit -r /path/to/dictionary attack_db'
I've also added an essid and ran it with that, im just running into the same error.

EDIT: Forgot add in, I am running the most recent version of Kali(2018.2), fully updated and upgraded

rayyyy
2018-05-19, 13:11
Same here
Pyrit isn't working anymore, when i tried to verify handshake using "pyrit -r anyhandshakefile.cap analyze", got almost the same error...was working a few weeks ago

i'm on kali 2018.2 on a raspberry pi 3 B

grid
2018-05-21, 14:49
That makes 3 of us. Wonder if this is a scapy issue? Has anyone entered this on bugs.kali.org?