Jump to content

dirtydeeds

Active Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by dirtydeeds

  1. Hi all, I just received my Pineapple and I am trying to get Wi-Fi relay to work through Network Manager. Basically, I can't get wlan1 to associate and get an IP address. Clicking on the [DHCP Request] link results in nothing happening, at least as far as the UI is concerned. I cannot, for the life of me, figure out what I am doing wrong. If someone can have a look at my config and help me out, I'd much appreciate it. And if there are any additional files/logs/config I should include, please let me know! Thanks! # Specs Pineapple Mark IV v2.8.1 Network Manager 1.9 Alfa AWUS036NHA USB Adapter # /etc/wireless/config config wifi-device 'radio0' option type 'mac80211' option channel '11' option hwmode '11ng' option macaddr '00:00:00:00:00:00' option htmode 'HT20' list ht_capab 'SHORT-GI-20' list ht_capab 'SHORT-GI-40' list ht_capab 'RX-STBC1' list ht_capab 'DSSS_CCK-40' option disabled '0' config wifi-iface 'wlan0' option device 'radio0' option mode 'ap' option ssid 'Brownie' option hidden '0' option network 'lan' config wifi-device 'radio1' option type 'mac80211' option channel '11' option hwmode '11ng' option macaddr '00:00:00:00:00:00' option htmode 'HT20' list ht_capab 'SHORT-GI-20' list ht_capab 'SHORT-GI-40' list ht_capab 'RX-STBC1' list ht_capab 'DSSS_CCK-40' option disabled '0' config wifi-iface 'wlan1' option device 'radio1' option mode 'sta' option ssid 'mynetwork' option network 'wan' option hidden '0' # ifconfig -a root@Pineapple:/pineapple# ifconfig -a br-lan Link encap:Ethernet HWaddr 00:00:00:00:00:00 inet addr:172.16.42.1 Bcast:172.16.42.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:2004 errors:0 dropped:52 overruns:0 frame:0 TX packets:823 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:237283 (231.7 KiB) TX bytes:259286 (253.2 KiB) eth0 Link encap:Ethernet HWaddr 00:00:00:00:00:00 UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) Interrupt:5 eth1 Link encap:Ethernet HWaddr 00:00:00:00:00:00 inet addr:192.168.1.6 Bcast:192.168.1.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:4948 errors:0 dropped:118 overruns:0 frame:0 TX packets:3893 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:633390 (618.5 KiB) TX bytes:953623 (931.2 KiB) Interrupt:4 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:41 errors:0 dropped:0 overruns:0 frame:0 TX packets:41 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:3538 (3.4 KiB) TX bytes:3538 (3.4 KiB) wlan0 Link encap:Ethernet HWaddr 00:00:00:00:00:00 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) wlan1 Link encap:Ethernet HWaddr 00:00:00:00:00:00 UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) # iwconfig lo no wireless extensions. wlan1 IEEE 802.11bgn ESSID:off/any Mode:Managed Access Point: Not-Associated Tx-Power=20 dBm RTS thr:off Fragment thr:off Encryption key:off Power Management:off eth1 no wireless extensions. wlan0 IEEE 802.11bgn Mode:Master Tx-Power=18 dBm RTS thr:off Fragment thr:off Power Management:on eth0 no wireless extensions. br-lan no wireless extensions.
  2. Just curious. Why do you say that node would be a bad idea on the Pineapple?
  3. I already know PHP (in addition to a shit ton of other languages) and I think it's garbage. But thanks for the video. It was full of misinformation and betrays a total lack of understanding of the platform, but his ignorance was mildly entertaining nonetheless. Python is fine. Not my first choice but it's definitely serviceable.
  4. Thanks for the reply Foxtrot. So if we can install Python, it seems reasonable to think we could install Node. I'll Google for it, but if you (or anyone else) knows where I can learn how to install and use Python on the Pineapple, please share the links. Cheers
  5. Hi everyone. I just discovered the Pineapple and its capabilities and was intrigued so I bought one now that they are back in stock. I intend to use it as a learning tool for discovering how these attacks work and how to protect myself and my friends from them. I'm also a programmer and like devices I can "hack" and write software for, and it might be a fun weekend project to build some add-ons and release them to the community. The thing is, I am loathe to write PHP. I haven't in years and would prefer to avoid it if possible. I was kinda thinking Node.js might be a lightweight alternative to PHP and more fun to develop with. So my question is, what would be involved in setting up node.js inside the Firmware and building modules around it? My understanding is that the Pineapple's Jasager firmware is based on OpenWRT, which is packaged as a Linux Distro. Installing Node.js on Linux is usually straightforward. So it seems like it might be possible if some effort was put into it. Has anyone thought about or put any work into this? Or does my meager understanding of how all of this works betray me? Thanks!
×
×
  • Create New...