Jump to content

Recommended Posts

Posted

hello can you please help me in setting up an 5ghz open ap in wifi pineapple with all the karma attacks functionality so basically all the pineapple functions should be intact and the wifi pineapple should use my 5ghz alfa awus036acm adapter to host an open ap if possible can you also tell me how to use vif on the the wifi pineapple basically virtual cards please help me 

 

thanks in advance

Posted

Setting up an open AP based on the 5 GHz adapter isn't that difficult, but getting it to work with the rest of the Pineapple features isn't something I would recommend without the risk of breaking things. It's of course possible to factory reset the Pineapple, but you are pretty much on your own regarding support and help if tweaking the Pineapple too much.

The best way to understand the basics of the Pineapple "under the hood" is to study how OpenWrt works in general. There'a a lot of stuff available on the internet (OpenWrt web site mainly) that describes the "architecture".

Posted

i understand openwrt pretty well and i have a lot of experience in networks even though im 13 years old the thing is i need my alfa adapter to be converted into monitor to master in type and it should be used for the open ap i still can't indentify the interface the open ap is using to host is there any way i can change the interface that the open ap uses because if im able accomplish that i think the open ap will be in 5ghz

 

Posted

If you know OpenWrt pretty well, you should know where to look. /etc/config/wireless for example. That should be enough to get you started both when it comes to identifying the interface for the open AP (the "out of the box one" for the Pineapple), and enter settings to use the 5 GHz USB adapter as an AP.

Posted

hey bro i know where to look but i'm jsut hesistent about changing the config file even though i took backup and this is my config file check i removed the option_key

config wifi-device 'radio0'
        option type 'mac80211'
        option channel '11'
        option hwmode '11g'
        option path 'platform/10300000.wmac'
        option htmode 'HT20'
        option country 'IN'

config wifi-iface
        option device 'radio0'
        option ifname 'wlan0'
        option network 'lan'
        option mode 'ap'
        option macaddr '00:13:37:ab:e2:c0'
        option maxassoc '100'
        option hidden '0'
        option encryption 'none'
        option ssid 'FreeWifi'
        option disabled '0'

config wifi-iface
        option device 'radio0'
        option network 'lan'
        option mode 'ap'
        option ifname 'wlan0-1'
        option macaddr '02:13:37:ab:e2:c0'
        option encryption 'psk2+ccmp'
        option ssid 'WifiP'
        option key 'nope'
        option disabled '0'
        option hidden '0'

config wifi-iface
        option device 'radio0'
        option network 'lan'
        option ifname 'wlan0-2'
        option mode 'ap'
        option ssid 'PineAP_Enterprise'
        option macaddr '00:11:22:33:44:55'
        option encryption 'wpa2+ccmp'
        option key '12345678'
        option server '127.0.0.1'
        option hidden '0'
        option disabled '1'

config wifi-iface
        option device 'radio0'
        option network 'lan'
        option ifname 'wlan0-3'
        option mode 'ap'
        option hidden '0'
        option disabled '1'
        option ssid 'JioFiber-ytkBy_5G'
        option macaddr 'A8:DA:0C:AE:0E:FD'
        option encryption 'psk2+tkip+ccmp'
        option key 'nope'

config wifi-device 'radio1'
        option type 'mac80211'
        option channel '11'
        option hwmode '11g'
        option path 'platform/101c0000.ehci/usb1/1-1/1-1.1/1-1.1:1.0'
        option htmode 'HT20'
        option country 'IN'

config wifi-iface
        option device 'radio1'
        option ifname 'wlan1'
        option mode 'monitor'
        option ssid 'Pineapple_9CD8'
        option macaddr '00:3f:10:a6:9c:d8'
        option default_disabled '1'
        option encryption 'none'

config wifi-device 'radio2'
        option type 'mac80211'
        option channel '11'
        option hwmode '11g'
        option path 'platform/101c0000.ehci/usb1/1-1/1-1.2/1-1.2:1.0'
        option htmode 'HT20'
        option country 'IN'

config wifi-iface
        option device 'radio2'
        option ifname 'wlan2'
        option mode 'sta'
        option macaddr '00:3f:10:a6:9c:d4'
        option default_disabled '0'
        option network 'wcli'
        option encryption 'psk2+ccmp'
        option ssid 'oneplus'
        option key 'nope'

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

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