Strigoi Posted June 4, 2017 Share Posted June 4, 2017 In virtual box, got an error when trying to load pineapple. https://ibb.co/gOZROF Quote Link to comment Share on other sites More sharing options...
esa Posted June 4, 2017 Share Posted June 4, 2017 50 minutes ago, Strigoi said: In virtual box, got an error when trying to load pineapple. https://ibb.co/gOZROF you didnt download the script properly. what you did was download the html file instead. copy the wp6.sh manually, paste it into a file, or vi into a file. Quote Link to comment Share on other sites More sharing options...
b0N3z Posted June 4, 2017 Share Posted June 4, 2017 $ wget http://wifipineapple.com/wp6.sh this will download it to your root directory and you'll just have to $ chmod +x wp6.sh and then $ ./wp6.sh to run 1 Quote Link to comment Share on other sites More sharing options...
Strigoi Posted June 6, 2017 Author Share Posted June 6, 2017 (edited) Let me try Edited June 6, 2017 by Strigoi Quote Link to comment Share on other sites More sharing options...
Strigoi Posted June 6, 2017 Author Share Posted June 6, 2017 I used wget (website). The $ in front didn't work Quote Link to comment Share on other sites More sharing options...
Lord_KamOS Posted June 6, 2017 Share Posted June 6, 2017 (edited) 10 hours ago, Strigoi said: I used wget (website). The $ in front didn't work Like esa said, you did not go to the raw page by clicking the button that says "raw" so you copied the entire page, and not the wp6 script. This command should work. (did for me) wget https://raw.githubusercontent.com/hak5darren/wp6/master/wp6.sh This will copy the page. (what you probably did) wget https://github.com/hak5darren/wp6/blob/master/wp6.sh Edited June 6, 2017 by Lord_KamOS Quote Link to comment Share on other sites More sharing options...
b0N3z Posted June 6, 2017 Share Posted June 6, 2017 the $ <--- represents another line in the terminal, kind of a way to say "hey its a terminal command" 1 Quote Link to comment Share on other sites More sharing options...
Strigoi Posted June 8, 2017 Author Share Posted June 8, 2017 Gotcha, that did the trick! 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.