Results 1 to 3 of 3

Thread: Pyrot0.5.1 Issue

  1. #1
    Join Date
    2016-Sep
    Posts
    4

    Pyrot0.5.1 Issue

    So I followed this github 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.
    Code:
     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

  2. #2
    Join Date
    2018-May
    Posts
    24
    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

  3. #3
    Join Date
    2013-Apr
    Location
    Kali forums
    Posts
    805
    That makes 3 of us. Wonder if this is a scapy issue? Has anyone entered this on bugs.kali.org?

Similar Threads

  1. Replies: 0
    Last Post: 2022-06-15, 19:29
  2. Replies: 0
    Last Post: 2022-06-14, 00:25

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •