Jump to content

Recommended Posts

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?

Link to comment
Share on other sites

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/*

Link to comment
Share on other sites

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?

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...