Jump to content

Wget not working


DrDinosaur

Recommended Posts




Connecting to raw.github.com (199.27.79.133:80)



Connecting to raw.github.com (199.27.79.133:80)


root@Pineapple:~#


Can't figure it out.

Link to comment
Share on other sites

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 :)

Edited by spazi
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...