Jump to content

Hackzilla

Active Members
  • Posts

    18
  • Joined

  • Last visited

Posts posted by Hackzilla

  1. its most likely because your android is caching the dns lookup prior to the dnsspoof, I clear mine with 1 tap cleaner

    also unplugging/stopping ICS will force android to be dns spoofed, it sucks because not all or everyone will be redirected for every site.

    But there is no way to fix it?

  2. This could be due to the fact that your cellphone doesn't actually go to *facebook.com .... usually they are transferred to a mobile version of facebook.com

    you might want to try...


    172.16.42.1 *facebook.com
    172.16.42.1 *m.facebook.com

    [/CODE]

    or whatever the url is for phones

    mine happens to be http://m.facebook.com/

    see if that does the trick :D

    Thanks for the help, yes i try that before, here you have my configuration:

    DNS Spoof Config:

    172.16.42.1 *m.facebook.com

    172.16.42.1 *facebook.com

    172.16.42.1 *twitter.com

    172.16.42.1 *accounts.google.com

    172.16.42.1 *hotmail.com

    Landing Page (Phishing)

    <?php

    $ref = $_SERVER['HTTP_HOST'];

    if (strpos($ref, 'facebook.com') !== FALSE){ include('facebook.html') ;}

    if (strpos($ref, 'twitter.com') !== FALSE){ include('twitter.html') ;}

    if (strpos($ref, 'accounts.google.com') !== FALSE){ include('gmail.html') ;}

    exit;

    require('error.php');

    ?>

    but still doing the redirection to the original facebook page, and i don't see the error in the configuration, is strange..

  3. Hi All!

    I configurated all the redirection sites on my /www folder, but i have a question, if a cellphone connect to my pineapple thinking that is a open free wifi spot, the dns spoof should work anyway? because i connect to the pineapple wifi network with my android and when i try to access to facebook, it goes to the original facebook page (the facebook is an example, I try with another webs), this is so extrange because when the karma is working in a laptop the dns spoof work correctly :S

    Thanks for the help!

  4. Hi, i'm trying to install nmap in the pineapple mark4 with this command in the "Advanced - Execute Commands", (i already install the module of nmap in the pineapple bar)


    opkg install --dest usb nmap
    [/CODE]

    is this right? because i don't have any response.

    Thanks!

  5. Thanks for your help, but when I follow all the steps, the console show me this error:

    SIOCDELRT: No such process

    there is some problem with the default gateway, but the correct gateway is "192.168.1.1", so i don't know what is the problem with that :(

  6. Hi all, i'm trying to setup the internet connection sharing in ubuntu, but when i run the script don't do nothing, here is some screenshots about my configuration:

    hackzilla@Notebook:~$ iwconfig

    lo no wireless extensions.

    eth1 IEEE 802.11 Access Point: Not-Associated

    Link Quality:1 Signal level:171 Noise level:199

    Rx invalid nwid:0 invalid crypt:2 invalid misc:0

    eth0 no wireless extensions.

    hackzilla@Notebook:~$ iwconfig

    lo no wireless extensions.

    eth1 IEEE 802.11 Access Point: Not-Associated

    Link Quality:1 Signal level:171 Noise level:199

    Rx invalid nwid:0 invalid crypt:2 invalid misc:0

    eth0 no wireless extensions.

    hackzilla @ Notebook: ~ $ ifconfig

    eth0 Link encap: Ethernet direcciónHW 00:23:5 a: a4: 7b: 8c

    Inet6 addr: fe80 :: 223:5 aff: fea4: 7b8c/64 Scope: Link

    ACTIVE BROADCAST RUNNING MULTICAST MTU: 1500 Metric: 1

    RX packets: 348 errors: 0 lost: 0 overruns: 0 frame: 0

    TX packets: 194 errors: 0 Lost: 0 overruns: 0 carrier: 0

    collisions: 0 long.colaTX: 1000

    RX bytes: 23439 (23.4 KB) TX bytes: 25429 (25.4 KB)

    Interrupt: 46 Base address: 0xA000

    eth1 Link encap: Ethernet direcciónHW 00:21:00: f1: f3: a7

    Direction. inet: 192.168.1.100 broadcast software.: 192.168.1.255 Mask: 255.255.255.0

    Inet6 addr: fe80 :: 221: ff: fef1: f3a7/64 Scope: Link

    ACTIVE BROADCAST RUNNING MULTICAST MTU: 1500 Metric: 1

    RX packets: 397087 errors: 0 lost: 0 overruns: 0 frame: 1087604

    TX packets: 254160 errors: 171 Lost: 0 overruns: 0 carrier: 0

    collisions: 0 long.colaTX: 1000

    RX bytes: 551948883 (551.9 MB) TX bytes: 25213181 (25.2 MB)

    Interruption: 18

    lo Link encap: Local Loopback

    Direction. inet: 127.0.0.1 Mask: 255.0.0.0

    Inet6 addr ::: 1/128 Scope: Host

    LOOP ACTIVE RUNNING MTU: 16436 Metric: 1

    RX packets: 7937 errors: 0 lost: 0 overruns: 0 frame: 0

    TX packets: 7937 errors: 0 Lost: 0 overruns: 0 carrier: 0

    collisions: 0 long.colaTX: 0

    RX bytes: 650816 (650.8 KB) TX bytes: 650816 (650.8 KB)

    do you have any idea why the internet connection is on eth1 if i'm connected to my house wifi, so, should not be wlan0?

    Thanks!

  7. hi all, here you have how you can display the log in page phishing "logs" in our pineapple:

    1) Enter the logs.php file located in / www / pineapple / pages

    2) At the end of the file before the last </ div> enter the following lines of code:


    <br />
    <div class=contentTitle id=syslog>Phishing Logs (<a href="#syslog" onclick="javascript:location.reload(true)">refresh</a>)</div>
    <div class=contentContent>
    <?php
    $file= fopen("../bitches.txt", "r");
    while(!feof($file)){
    $show=fgets ($file, 100);
    echo $show."</br>";
    }
    fclose($file);

    ?>
    </div>
    [/CODE]

    3) I use the file "bitches.txt" that is in the darren example but you can use any log file just changing "bitches.txt" for the name of your file

    Let me know if you have any questions!

  8. Hi all!, recently received the wifi pineapple mark 4, and I have a question, my devices do not connect automatically to the device, I have a phone with android that is configured as automatic connection of my home wifi network in that is protected with password but this device is configured as the default, now my question is, am I doing something wrong? I have to change the SSID name in the options of karma, or it automatically detects the default name of my android device and connect it? I have to do some special steps?

    Thank you very much!

×
×
  • Create New...