sensepost / snoopy-ng

Snoopy v2.0 - modular digital terrestrial tracking framework
Other
429 stars 128 forks source link

cpyrit.pckttools #12

Closed alxcrlsn closed 9 years ago

alxcrlsn commented 9 years ago

Hello,

Saw your talk at defcon. Awesome stuff!

I installed your software following the instructions. When attempting to pull data from my WiFi card using the instructions provided in the quick setup section:

snoopy -v -m wifi:mon=True -m sysinfo -m heartbeat -d myDrone -l London

yields the following error:

ImportError: No module named cpyrit.pckttools installed

Do you have any advice as to how one might resolve this error? Thanks!

alxcrlsn commented 9 years ago

Sorry for double posting the issue. Resolved using the following method:

wget http://pyrit.googlecode.com/files/pyrit-0.3.0.tar.gz tar xvzf pyrit-0.3.0.tar.gz cd pyrit-0.3.0 python setup.py build python setup.py install`