chriswhat Posted December 22, 2012 Share Posted December 22, 2012 Got ICS working but I'm having a problem transferring files to my pineapple mk4. What file transfer protocols does pineapple support? Can't use WinSCP because I don't have a windows machine, and I've tried Transmit, Cyberduck, and FileZilla with no luck. I'm running BT5 in a vm on a MacBook Pro with os x 10.7. Help -Thanks Quote Link to comment Share on other sites More sharing options...
Mr-Protocol Posted December 22, 2012 Share Posted December 22, 2012 Use scp. Quote Link to comment Share on other sites More sharing options...
chriswhat Posted December 23, 2012 Author Share Posted December 23, 2012 Use scp. I just got the files transferred. I installed Windows 7 on a vm and used WinSCP to transfer the files. Now I'm trying to setup a MITM attack with the phishing files provided by hak5. The files are too large so now I need to figure out how to use the USB drive with it. I'm starting to think I'm better off using Easy-Creds. Quote Link to comment Share on other sites More sharing options...
Mr-Protocol Posted December 23, 2012 Share Posted December 23, 2012 You do know that linux/unix based OS have scp built in. There is no need for making a Windows VM to scp. Quote Link to comment Share on other sites More sharing options...
telot Posted December 23, 2012 Share Posted December 23, 2012 For example: scp -r -v OSXdir 172.16.42.1:/WP4dir/ so... scp -r -v /Users/chriswhat/Wp4Files/ 172.16.42.1:/usb/ telot Quote Link to comment Share on other sites More sharing options...
Whistle Master Posted December 23, 2012 Share Posted December 23, 2012 You can also install a sftp server: opkg updateopkg install openssh-sftp-server[/CODE] Quote Link to comment Share on other sites More sharing options...
chriswhat Posted December 26, 2012 Author Share Posted December 26, 2012 (edited) You do know that linux/unix based OS have scp built in. There is no need for making a Windows VM to scp. I used built-in scp in os x terminal but continued to receive the following error after I'm prompted to enter my password.: "debug1: Authentications that can continue: publickey,password Permission denied, please try again." Thanks. I appreciate the help. Edited December 26, 2012 by chriswhat Quote Link to comment Share on other sites More sharing options...
Mr-Protocol Posted December 27, 2012 Share Posted December 27, 2012 I'm not an OSX person, but it should prompt for password. You also may need to clear the known_hosts, not sure. Maybe some OSX people can chime in. Quote Link to comment Share on other sites More sharing options...
Sebkinne Posted December 27, 2012 Share Posted December 27, 2012 Make sure to use root@172.16.42.1 instead of just the IP. If your username is different than root this is needed. 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.