Jump to content

CANNOT LOAD BULLETINS - WIFI PINEAPPLE NANO


cephasiii

Recommended Posts

I received a wifi pineapple nano as a Christmas gift and have yet to get any use out of it. I continually have issues restoring the firmware, IP address drops, can't access internet on host, etc.

So... I finally got the firmware to load, 2.0.2, and can access the web panel on 172.16.42.1. However I cannot load modules or wifi bullets, nor access the internet from my computer. I did install wp6,sh appropriately.

Here is my setup:

  • Mac OS X running VMWare Fusion
    • I have internet on my Mac, but not on Kali or pineapple.
  • Kali Linux Guest on Bridge mode
     
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.1.163  netmask 255.255.255.0  broadcast 192.168.1.255
        inet6 fe80::9214:9b83:34f6:e4fe  prefixlen 64  scopeid 0x20<link>
        ether 00:50:56:2c:e8:c4  txqueuelen 1000  (Ethernet)
        RX packets 33831  bytes 38502566 (36.7 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 15159  bytes 1867459 (1.7 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

eth1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 172.16.42.111  netmask 255.255.255.0  broadcast 172.16.42.255
        inet6 fe80::1ef:d781:91d2:dc5  prefixlen 64  scopeid 0x20<link>
        ether 00:c0:ca:90:dc:7f  txqueuelen 1000  (Ethernet)
        RX packets 4972  bytes 3106425 (2.9 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 4745  bytes 871859 (851.4 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
  • USB tethered to nano
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
172.16.42.0     *               255.255.255.0   U     0      0        0 br-lan
192.168.1.0     *               255.255.255.0   U     0      0        0 wlan2
192.168.1.1     *               255.255.255.255 UH    0      0        0 wlan2

 

Any assistance would be greatly appreciated. I have searched forums but can't find an answer that solves my problem. 

Link to comment
Share on other sites

Which of the connectors did you use to connect to the internet?   It does not appear you have a WiFi dongle?   What is on the other end of which of those connections?  The Bulletins will come through a public internet connection, when its connected.  Simply connecting to the MAC is not sufficient.  You must do something there to pass through that connection to your Mac's internet access.   You can also use the RJ45 connection to get to a LAN switch, but you have to do a bit of configuring there if that's what you want.  You can also tether your Pineapple to an Android phone. This is covered in the documentation.

Link to comment
Share on other sites

19 hours ago, Struthian said:

Which of the connectors did you use to connect to the internet?   It does not appear you have a WiFi dongle?   What is on the other end of which of those connections?  The Bulletins will come through a public internet connection, when its connected.  Simply connecting to the MAC is not sufficient.  You must do something there to pass through that connection to your Mac's internet access.   You can also use the RJ45 connection to get to a LAN switch, but you have to do a bit of configuring there if that's what you want.  You can also tether your Pineapple to an Android phone. This is covered in the documentation.

1. I am connected using the y-cable , both usb plugs are connected to my macbook and the single usb is connected to my nano.

2. I indeed have the usb wifi dongle inserted into the other end of my nano. However, it appears it does not register...

Quote

root@kali:~/Downloads# ifconfig
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 172.16.146.131  netmask 255.255.255.0  broadcast 172.16.146.255
        inet6 fe80::9214:9b83:34f6:e4fe  prefixlen 64  scopeid 0x20<link>
        ether 00:50:56:2c:e8:c4  txqueuelen 1000  (Ethernet)
        RX packets 26127  bytes 33158627 (31.6 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 14543  bytes 1038261 (1013.9 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

eth1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 172.16.42.111  netmask 255.255.255.0  broadcast 172.16.42.255
        inet6 fe80::1ef:d781:91d2:dc5  prefixlen 64  scopeid 0x20<link>
        ether 00:c0:ca:90:dc:7f  txqueuelen 1000  (Ethernet)
        RX packets 2178  bytes 1634428 (1.5 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 1753  bytes 385489 (376.4 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 54  bytes 3286 (3.2 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 54  bytes 3286 (3.2 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

 

3. I have used ./wp6.sh many times, guided, manual, etc, all to no avail.

Any other suggestions?

Link to comment
Share on other sites

10 hours ago, 8BitPixel said:

Any antivirus software running?
How about allowing the new network (wifi pineapple with internet connection sharing) through the firewall?

1. No antivirus software running.

2. can you provide me with the command to allow the nano through the firewall on kali? I have tired a couple of iptables, but none worked. I am almost certain, those are wrong.

iptables -A INPUT -m conntrack --ctstate ESTABLISHED,RELATED -j ACCEPT
iptables -A OUTPUT -m conntrack --ctstate ESTABLISHED -j ACCEPT
iptables -A INPUT -p tcp -m multiport --dports 80,443 -m conntrack --ctstate NEW,ESTABLISHED -j ACCEPT
iptables -A OUTPUT -p tcp -m multiport --dports 80,443 -m conntrack --ctstate ESTABLISHED -j ACCEPT

 

Link to comment
Share on other sites

15 hours ago, Foxtrot said:

If you cannot access the internet from your VM, then it's most likely your VM doesn't have internet access to begin with. I would recommend using NAT mode, or using a Linux host.

1. I switched to NAT and still the same issue.

2. I indeed have internet access via my VM, but not on my nano.

Link to comment
Share on other sites

***I take that back. I restarted the nano and now I can't access the internet via the WiFi Client Mode... :( I am really really confused...

 

Ok... well...  i am able to access the internet using the WiFi dongle on my nano using WiFi Client Mode via the Networking page. unfortunately, i am in a hotel right now connected to the hotel WiFi. So that means the issues is with my home router... I still can't connect using the y-cable, even though I am in the hotel. So if you would still assist with getting that straight, I would greatly appreciate it.

 

Link to comment
Share on other sites

I connect to my LAN using the RJ45 connector.  This is convenient for experiments at home.  Not such a good idea outside where someone could get in to the Pineapple by that path (at least in some theories).

Try this. The pineapple will be able to use your LAN as other computers you have do and you will be able to SSH to it.

to /etc/config/firewall for Wan web and ssh access
per:

I enclosed the original firewall configuration and the one modified according to that post.

 

firewall

firewallOrig

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...