Bountyhunter50 Posted May 18, 2013 Posted May 18, 2013 Hey guys, ok so I'm wanting to upload a custom phishing page/landing page. I guess though my files are too large to shove on internal memory for my Mark IV. Can I still upload it to my USB and on the landing page reference it over to that? or is it as simple as putting in the main index for it? Quote
deathdealerxx Posted May 18, 2013 Posted May 18, 2013 Yes. make your phishing pages and place them in a folder lets say /usb/phishing/pages/ then you want to symlink that folder to your /www on the pineapple. To do so enter this command in ssh; ln -s /usb/phishing/pages/* /wwwMake sure to give your folder with phishing pages permission: chmod -r 755 /usb/phishing/pages/* Quote
Bountyhunter50 Posted May 19, 2013 Author Posted May 19, 2013 Yes. make your phishing pages and place them in a folder lets say /usb/phishing/pages/ then you want to symlink that folder to your /www on the pineapple. To do so enter this command in ssh; ln -s /usb/phishing/pages/* /www Make sure to give your folder with phishing pages permission: chmod -r 755 /usb/phishing/pages/* Just so I'm understanding: SSH into the Mark IV, punch in " ln -s /usb/phishing/pages/* /www then chmod that path? I can do all this without having to cd to that path (or even a mkdir? Got a little thrown off B) ) Then when I go to the web interface, instead of the redirect.php, I can go ahead and punch in my index.html that I want to use right? Quote
deathdealerxx Posted May 19, 2013 Posted May 19, 2013 http://www.youtube.com/user/Security4Plus Here, look at all of these videos. Quote
Bountyhunter50 Posted May 19, 2013 Author Posted May 19, 2013 http://www.youtube.com/user/Security4Plus Here, look at all of these videos. So here's one: I did that path you said, /usb/phishing/pages, chmod that path, went to upload not enough space. This is a 4GB usb, lol imposible Quote
deathdealerxx Posted May 19, 2013 Posted May 19, 2013 This is a video I made showing how I have mine setup. I am using a 4gb usb formated to Ext4 on both partitions with one as a swap partition. All of my phishing files are about 12 mb in total. Quote
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.