DrDinosaur Posted August 25, 2014 Share Posted August 25, 2014 root@Pineapple:~# wget https://raw.github.com/derv82/wifite/master/wifite.py wget: not an http or ftp url: https://raw.github.com/derv82/wifite/master/wifite.py root@Pineapple:~# wget http://raw.github.com/derv82/wifite/master/wifite.py Connecting to raw.github.com (199.27.79.133:80) wget: not an http or ftp url: https://raw.github.com/derv82/wifite/master/wifite.py root@Pineapple:~# wget http://raw.github.com/derv82/wifite/master/wifite.py:443 Connecting to raw.github.com (199.27.79.133:80) wget: not an http or ftp url: https://raw.github.com/derv82/wifite/master/wifite.py:443 root@Pineapple:~# Can't figure it out. Quote Link to comment Share on other sites More sharing options...
Guest spazi Posted August 25, 2014 Share Posted August 25, 2014 (edited) Just tried myself, same error.I did fix it like this:ssh into the pineapple as roottype "opkg update" wait for it to finish then type "opkg install wget"wait for it to finish cd into the directory you want to install wifitethen type "wget --no-check-certificate https://raw.githubusercontent.com/derv82/wifite/master/wifite.py" after it's downloaded type "chmod 755 wifite.py"Optionally:link it to the /bin folder so you just have to type "wifite" to start the programlet's say you put wifite.py into the /etc folder cd into /bintype "ln -s /etc/wifite.py wifite" while in the /bin folder type "chmod 755 wifite"Now you should only have to type wifite, wherever you are and it'll start wifite right away :) now is a good time to learn how to use opkg, I just did :) Edited August 25, 2014 by spazi Quote Link to comment Share on other sites More sharing options...
DrDinosaur Posted August 26, 2014 Author Share Posted August 26, 2014 Just tried myself, same error. I did fix it like this: ssh into the pineapple as root type "opkg update" wait for it to finish then type "opkg install wget" wait for it to finish cd into the directory you want to install wifite then type "wget --no-check-certificate https://raw.githubusercontent.com/derv82/wifite/master/wifite.py" after it's downloaded type "chmod 755 wifite.py" Optionally: link it to the /bin folder so you just have to type "wifite" to start the program let's say you put wifite.py into the /etc folder cd into /bin type "ln -s /etc/wifite.py wifite" while in the /bin folder type "chmod 755 wifite" Now you should only have to type wifite, wherever you are and it'll start wifite right away :) now is a good time to learn how to use opkg, I just did :) Thanks for that. I actually just ended up copying the text to a file and placing that in /sd/usr/bin, which worked just fine. Quote Link to comment Share on other sites More sharing options...
Guest spazi Posted August 26, 2014 Share Posted August 26, 2014 hehe, that works too :) 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.