http403 / pyrit

Automatically exported from code.google.com/p/pyrit
0 stars 0 forks source link

pyrit cant find scapy (osx) #38

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.install scapy
2.try to analyze/attack with pyrit
3.

What is the expected output? What do you see instead?
instead of analyzing the dump i get error "Scapy 2.x is required to use Pyrit's 
analyze/attack 
functions but seems to be unavailable."

What version of the product are you using? On what operating system?
pyrit 0.2.4 on osx 10.5.8 with scapy 2.0.0.10

Please provide any additional information below.
i probably just have scapy in the wrong place or something so some info on 
where pyrit looks for 
scapy would probably solve the problem

Original issue reported on code.google.com by c.king...@gmail.com on 26 Aug 2009 at 1:28

GoogleCodeExporter commented 9 years ago
Install scapy with it's own 'setup.py'.

Original comment by lukas.l...@gmail.com on 26 Aug 2009 at 5:51

GoogleCodeExporter commented 9 years ago
Gday - did you manage to find the solution to the problem you're encountering, 
was it just in the wrong 
place?  I'm having the same issues...  Have tried reinstalling, but not much 
more.  Will continue to troubleshoot 
and post resolution if I find one...  

Error:

userone:cap userone$ pyrit -r /home/home-07.cap attack_db
Pyrit 0.2.4 (C) 2008, 2009 Lukas Lueg http://pyrit.googlecode.com
This code is distributed under the GNU General Public License v3

Scapy 2.x is required to use Pyrit's analyze/attack functions but seems to be 
unavailable.

Original comment by rogil...@gmail.com on 9 Oct 2009 at 6:46

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.install scapy with macports
2. compile pyrit 0.3.0
3.try to analyze/attack with pyrit

What is the expected output? What do you see instead?
instead of analyzing the dump i get error "Scapy 2.x is required to use Pyrit's 
analyze/attack 
functions but seems to be unavailable."

What version of the product are you using? On what operating system?
pyrit 0.3.0 on osx 10.6.3 with scapy 2.0.1

Hello, I am having the same problem here. Anyone care to help? I've read lots 
of posts about this exact same 
problem, but each never had a solution/ending. I understand the problem is 
installing scapy with macports, 
as it's libraries are installed in opt/local/lib/python2.5/scapy instead of the 
usr/lib/python2.5/scapy.
Creating a symlink doesn't work.

Another thing might be that my pyrit libraries are in /usr/lib/python2.6 
instead of 2.5. Also, my pyrit 
executable is located in the folder from which I installed it. But that doesn't 
seem to be causing any 
problems...

Hope this is enough info. Please tell me if you need more stuff, with 
directions how to get you this info since I 
am not so used to all this compiling. Thanks :)

Original comment by philippe...@hotmail.com on 1 Jun 2010 at 7:14

GoogleCodeExporter commented 9 years ago
you have more than one python installation installed - one from osx (where pyrit
lives) and one from macports (where scapy lives)

you dont need macports to install scapy - its a pure python module and doesnt 
need
compiling. Get it from their website, use setup.py build && setup.py install as
instructed to install it into your osx python installation

Original comment by lukas.l...@gmail.com on 2 Jun 2010 at 6:40

GoogleCodeExporter commented 9 years ago
I'm having the same problem. Anyone have solution?

Original comment by reuben.c...@gmail.com on 17 Aug 2010 at 6:33

GoogleCodeExporter commented 9 years ago
I have the same issue, and I installed both scapy and pyrit using the system 
Python (/usr/bin/python).  I used the scapy install.py and it installed into 
/Library/Python and I still get the same error. 

Original comment by mbain...@gmail.com on 6 Nov 2010 at 3:36

GoogleCodeExporter commented 9 years ago
Please take a look at https://code.google.com/p/pyrit/issues/detail?id=206 and 
https://code.google.com/p/libdnet/issues/detail?id=9

Original comment by lukas.l...@gmail.com on 7 Nov 2010 at 12:44

GoogleCodeExporter commented 9 years ago
sudo apt-get install python-scapy

Original comment by Mikel...@gmail.com on 29 Jul 2014 at 7:56