notchener Posted April 26, 2015 Share Posted April 26, 2015 Hello. I have installed wifite on pineapple and discovered that it also needs tshark/cowpaty and Pyrit.After I download pyrit and run "python setup.py build", I get this message after a while:"unable to execute mips-openwrt-linux-uclibc-gcc: No such file or directoryerror: command 'mips-openwrt-linux-uclibc-gcc' failed with exit status 1"How do I get pass this?Reason why I want use wifite and it's dependencies is because I want capture wpa handshake and properly validate it with pyrit. I have not yet tried to install tshark and cowpatty, but I assume that thos can be installed on pineapple?Regards Quote Link to comment Share on other sites More sharing options...
sud0nick Posted April 26, 2015 Share Posted April 26, 2015 I think you can get pyrit through opkg. Do it through the command line or install the opkg manager infusion. You should be able to find it in there. Quote Link to comment Share on other sites More sharing options...
notchener Posted April 26, 2015 Author Share Posted April 26, 2015 That certanly helped, thnx for the info..... :-) Quote Link to comment Share on other sites More sharing options...
notchener Posted April 27, 2015 Author Share Posted April 27, 2015 One more question. Upon installing pyrit trough OPKG manager, I get a "Installing, configuring Pyrit" message,this message never dissapears. So I reboot after an hour or so, when logging in again OPKG says additional package has bin installed, but how do I actually run pyrit, all I get in command line is:root@Apple:/bin# pyritTraceback (most recent call last): File "/sd/usr/bin/pyrit", line 4, in <module> import pyrit_cliImportError: No module named pyrit_cli:-) Quote Link to comment Share on other sites More sharing options...
sud0nick Posted April 27, 2015 Share Posted April 27, 2015 (edited) You probably need to install pyrit_cli as well from opkg. Try: opkg install pyrit_cli Or if that doesn't exist use: opkg find pyrit to see all packages that have the word pyrit in them and install the appropriate one. Edit: I've noticed the opkg manager infusion always stops at the last line of output without displaying any message of success. I just install packages through the command line because it ends up being easier. Edited April 27, 2015 by sud0nick Quote Link to comment Share on other sites More sharing options...
notchener Posted April 27, 2015 Author Share Posted April 27, 2015 Thank you very much for this info. Just learned to use OPKG command.... I installed pyrit trough this command only "opkg install pyrit" and it solved everything.. :-) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.