Jump to content

ptrac3

Active Members
  • Posts

    93
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by ptrac3

  1. Hi guys i am trying to configure the responder module on my lan turtle but i am not receiving any hashes even if i connect fo a non existent SMB share from target machine. I can see from responder output that it was poisoned but i am not receiving anything back..Do you guys happen to have some ideas on why this is happening?

  2. Hello everybody, i have just bought this amazing piece of hardware and i would like to know if problems i am experiencing are "normal" or there's something wrong with it or my set up. 

    The first i plugged in the Lan Turtle to my Mac it didn't assign an IP via DHCP. So i have tried to connect to it using the self assigned 169.254.x.x IP as i saw there were SSH and DNS services enabled. Unfortunately it wasn't possible to log in as the default credentials didn't work forcing me to explore the unblocking procedure for a factory reset.

    After the reset i was able to connect to it but mostly the 50% of the time i plug in my Lan Turtle if i do not get IP even is SSH is accessible i cannot connect to it..Do you know guys why this is happening?(the non working dhcp but most importantly the wrong credential behaviour)  Thanks in advance for any feedback

     

  3. As the title , finally with the new awesome 1.4.0 upgrade i get client mode working properly but..It won't work via web interface but only issue manual commands trhough ssh. To make client mode works i've issue:

    killall  -2 wpa_supplicant; wpa_supplicant -B -iwlan1 -Dnl80211 -c connect; killall -2  udhcpc; udhcpc  -t 0 -i wlan1 -b 

    Any clues on why this happens? Or a quick way to modify script called via web interface to make it work? Thank you in advance!

    PS: my wpa_supplicant connect config file is

    network={
    ssid="ESSID"
    psk="ESSID_PASSWORD"
    }
    
  4. Hi everybody i'm experiencing a strange/weird issue on my mark V: mac address of interface radio1 randomlu change at every boot and i've never installed macchanger, connected devices trhough USB etc etc. I've tried to flash, re-flash trhough web interface but with no success, so i would like to completely erase and re-flash the pineapple in a harder way respect the "official" flashing how to's cause i've already tried everything possibile.. So the question to developers is: how can i flash through serial? :) i'm asking this cause for me , a non-US citizen, it's very difficult to ask for a replacement of my mark v (that i think it was born faulty) so i'm trying to do everything possibile trying to fix my issue.Thanks in advance...

    ptrac3

  5. +1 4 EU!

    I payed 25 euro's VAT for a single rubber ducky. 21% for the ducky and the rest is administrative Costs.

    +1 for Euro too! For the rubber ducky i didn't pay any VAT (strangely) but for the MKV were 25 E of VAT..The problem is also regarding the warranty, it's very difficult to a non-US citizen to receive a replacement..So i hope in a soon European distributor too

  6. I've found something new about this problem that for me it's getting weirder and mysterious..I've flashed several times but it persists so maybe i'm considering something hardware related issue but i'm not sure of this assumption..However what i've noted is that if i do a wifi detect /etc/config/wireless i'll get a working config and everything it's fine, but if i copy the wireless config, rename in wireless.bak and then overwrite with the bad config (and to commit the changes use wifi command) radio1 is still not working..Why? Because on every boot i discovered my pineapple is generating random mac addresses for radio1 so even with a correct config radio1 is not working cause it has to be a mac address match and so /etc/config/wireless must be generated on boot time. I've connected my pineapple through serial and i've found this:

    [   32.860000] rtl8187: Invalid hwaddr! Using randomly generated MAC address
    [   33.060000] ieee80211 phy1: hwaddr 6a:b9:3c:90:73:f0, RTL8187vB (default) V1 + rtl8225z2, rfkill mask 2
    [   33.080000] rtl8187: Customer ID is 0xFF
    

    so this is the proof it's generating random mac addresses but how's that possible? I never installed or even used macchanger, i had no time :)

    Actually i have created an init script that is "solving" the problem:

    #! /bin/sh /etc/rc.common
    #Example script
     
    START=10
    STOP=15
     
    start() {
     
            wifi detect > /etc/config/wireless
            tail /etc/config/wireless -n 17 > /etc/config/wireless2
            cat /etc/config/wireless1 /etc/config/wireless2 > /etc/config/wireless
            wifi
    }
     
    stop() {
     
            head -20 /etc/config/wireless > /etc/config/wireless1
     
     
    }
    

    With this script when i reboot i save the config of radio0 (and so ap said names and stuff like that) and i get a working radio1 because of the mac address match caused by the generation of wireless config at the boot time via wifi detect. What do you guys think of this issue? For you is it hardware or software cause problem? PS:is there a way to flash the pineapple through the serial port like in the MKIV?

  7. Ok then... That's definitely an issue and you aren't causing it. Maybe something is broken in the startup sequence.

    7. Follow Sebkinne's advice and try a factory reset then try the steps over again. If the problem persists

    8. Reflash your firmware. And try again.

    Good Luck!

    Thank you so much for your feedback.. I did a stager upload, put in the sd latest firmware + md5, MK5 flashed evreything and everything was fine.. But if i go to advanced tab, click reboot, and then open /etc/config/wireless at the next reboot i can see the radio2 section.. :( At this point or it's firmware related (but i think it's no feasibile cause other people are not experiencing my problem i suppose) or ther's something faulty in my unit i don't know..

  8. ptrac3,

    Your first post, bottom line you mention using "wifi detect > /etc/config/wireless". Are you running it just like that? Or are you using the piped version where it first deletes the wireless file? In the post above you mention ever time you reboot your wireless file changes... Are you running that wifi detect command each time before rebooting?

    Lets walk the dog on this problem:

    1. Boot pineapple (nothing else, do not enable Client Mode, if it does it automatically that's ok but it would be better if it didn't)

    2. Look at etc/config/wireless file. There should only be 4 entries, 2 for wlan0 and 2 for wlan1

    3. If #2 is good, go to the advanced tab and reboot the pineapple via the button and go to #4. (Don't use any commands like the wifi detect you've been using.) If it's not good go to #5.

    4. After it reboots check the etc/config/wireless file again to see if it stayed the same. If it did, chances are you are inflicting the wireless file problems unknowingly and your system is good.

    5. If #2 is NOT good and your wireless file has multiple entries. Use: rm /etc/config/wireless && wifi detect > /etc/config/wireless && reboot (Then go to #6.)

    6. After it reboots start back at #2

    Ok thanks a lot, i did first a factory reset and followed your diagram..At the second point a get a clean /etc/config/wireless with four entries:

    config wifi-device  radio0
            option type     mac80211
            option channel  11
            option hwmode   11ng
            option macaddr  00:13:37:a5:11:70
            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
            # REMOVE THIS LINE TO ENABLE WIFI:
            # option disabled 1
    
    config wifi-iface
            option device   radio0
            option network  lan
            option mode     ap
            option ssid     Pineapple5_1170
            option encryption none
    
    config wifi-device  radio1
            option type     mac80211
            option channel  11
            option hwmode   11g
            option macaddr  12:4a:8f:86:1e:5f
    
            # REMOVE THIS LINE TO ENABLE WIFI:
            # option disabled 1
    
    config wifi-iface
            option device   radio1
            option network  lan
            option mode     ap
            option ssid     Pineapple5_1E5F
            option encryption none
    
    

    3. After that i've clicked the reboot in advanced tab

    4. i get a non good file with more than 4 entries:

    config wifi-device  radio0
            option type     mac80211
            option channel  11
            option hwmode   11ng
            option macaddr  00:13:37:a5:11:70
            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
            # REMOVE THIS LINE TO ENABLE WIFI:
            # option disabled 1
    
    config wifi-iface
            option device   radio0
            option network  lan
            option mode     ap
            option ssid     Pineapple5_1170
            option encryption none
    
    config wifi-device  radio1
            option type     mac80211
            option channel  11
            option hwmode   11g
            option macaddr  12:4a:8f:86:1e:5f
    
            # REMOVE THIS LINE TO ENABLE WIFI:
            # option disabled 1
    
    config wifi-iface
            option device   radio1
            option network  lan
            option mode     ap
            option ssid     Pineapple5_1E5F
            option encryption none
    
    config wifi-device  radio2
            option type     mac80211
            option channel  11
            option hwmode   11g
            option macaddr  ca:4c:a3:3e:62:0b
    
            # REMOVE THIS LINE TO ENABLE WIFI:
            # option disabled 1
    
    config wifi-iface
            option device   radio2
            option network  lan
            option mode     ap
            option ssid     Pineapple5_620B
            option encryption none
    
    

    5 so i've issued the command rm /etc/config/wireless && wifi detect > /etc/config/wireless && reboot

    6. the file it's not good and has more than four entries and it's:

    config wifi-device  radio0
            option type     mac80211
            option channel  11
            option hwmode   11ng
            option macaddr  00:13:37:a5:11:70
            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
            # REMOVE THIS LINE TO ENABLE WIFI:
            # option disabled 1
    
    config wifi-iface
            option device   radio0
            option network  lan
            option mode     ap
            option ssid     Pineapple5_1170
            option encryption none
    
    config wifi-device  radio1
            option type     mac80211
            option channel  11
            option hwmode   11g
            option macaddr  ca:4c:a3:3e:62:0b
    
            # REMOVE THIS LINE TO ENABLE WIFI:
            # option disabled 1
    
    config wifi-iface
            option device   radio1
            option network  lan
            option mode     ap
            option ssid     Pineapple5_620B
            option encryption none
    
    config wifi-device  radio2
            option type     mac80211
            option channel  11
            option hwmode   11g
            option macaddr  a6:90:30:bb:84:07
    
            # REMOVE THIS LINE TO ENABLE WIFI:
            # option disabled 1
    
    config wifi-iface
            option device   radio2
            option network  lan
            option mode     ap
            option ssid     Pineapple5_8407
            option encryption none
    

    if i reboot again i get:

    
    config wifi-device  radio0
            option type     mac80211
            option channel  11
            option hwmode   11ng
            option macaddr  00:13:37:a5:11:70
            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
            # REMOVE THIS LINE TO ENABLE WIFI:
            # option disabled 1
    
    config wifi-iface
            option device   radio0
            option network  lan
            option mode     ap
            option ssid     Pineapple5_1170
            option encryption none
    
    config wifi-device  radio1
            option type     mac80211
            option channel  11
            option hwmode   11g
            option macaddr  ca:4c:a3:3e:62:0b
    
            # REMOVE THIS LINE TO ENABLE WIFI:
            # option disabled 1
    
    config wifi-iface
            option device   radio1
            option network  lan
            option mode     ap
            option ssid     Pineapple5_620B
            option encryption none
    
    config wifi-device  radio2
            option type     mac80211
            option channel  11
            option hwmode   11g
            option macaddr  a6:90:30:bb:84:07
    
            # REMOVE THIS LINE TO ENABLE WIFI:
            # option disabled 1
    
    config wifi-iface
            option device   radio2
            option network  lan
            option mode     ap
            option ssid     Pineapple5_8407
            option encryption none
    
    config wifi-device  radio3
            option type     mac80211
            option channel  11
            option hwmode   11g
            option macaddr  3a:51:f6:ef:cb:69
    
            # REMOVE THIS LINE TO ENABLE WIFI:
            # option disabled 1
    
    config wifi-iface
            option device   radio3
            option network  lan
            option mode     ap
            option ssid     Pineapple5_CB69
            option encryption none
    
    
  9. I would change 'EnterpriseG' to a static channel. I was merely trying to show you that if your 'EnterpriseG' was on a channel other than 6, it wouldn't connect. So you say that after a factory reset, you can connect to 'EnterpriseG' with wlan1?

    So then wlan1 connects to 'EnterpriseG' for a period of time then has trouble connecting?

    This is what I have done.. I have done a lot of tinkering with settings in the 'wireless' config file and I am constantly messing it up. After I get things set up the way that I want, I save a copy of the 'wireless' config file on my sd card and rename it "workingprofile". /sd/dip/workingprofile

    I set up one of my dipswitches (up,up,up,down,up)with the commands:

    cp /sd/dip/workingprofile /etc/config/wireless; uci commit wireless; wifi

    Normally I work in (up,up,up,up,up). If I mess up the settings, I switch the dipswitches to (up,up,up,down,up) and reboot. I then switch the dipswitches to (up,up,up,up,up) and reboot again.

    Now my 'workingprofile' file has been copied and renamed to /etc/config/wireless and will start working as normal.

    Thanks a lot for the hint, i've done a few tests and i discovered that the problem is more general than i thought.. Infact i've noted that every time i reboot my /etc/config/wireless changes and the last part will increase so after the second reboot i get

    config wifi-iface
            option device   radio3
            option network  lan
            option mode     ap
            option ssid     Pineapple5_C830
            option encryption none
    
    

    I've tried with dip switches but it's useless because if i reboot i'll have radio(+1) and that will mess things up..:(

    If i reboot another time i'll get radio 3 and so on..so that's why i suppse client mode is messing things up, but i don't know why this happens...I think it's firmware related at this point or a faulty hardware i don't know.. Any hints?

    So then wlan1 connects to 'EnterpriseG' for a period of time then has trouble connecting?

    The connection is stable, for temporary i mean until the next reboot :)

  10. Thanks yabasoya i'll give it a shot, thanks. :) My ap channel is dynamic so it changes during time...(it's not my router fault because if i do a reset on mark v i always get a succefull connection in client mode) However the problem for me it's not editing the wireless config, the interesting fact is that client mode works but just temporary, if i can find a way to make the firmware write a /etc/config/wireless that is like the first i think the problem will be solved but something creates confusion and i have to overwrite the config or do a reset default or re-flash firmware every time i want to connect in client mode..

  11. So there is nothing connected over usb?

    Either way, try a factory reset using the Webinterface / dip switches. If that doesn't work, attempt a reflash.

    Best regards,

    Sebkinne

    Yes i have never connected anything on the usb of the Mark V.. :( I've tried with factory reset with dip switches and then re-flashed firmware via web interface: the first time client mode works but after i clic "disconnect" and then unplug dc cable client mode fails (i get the connection initiated and below "connected" but after a sec "not connected..refreshin in 10s.")..Am i alone with experiencing this problem? if so it's really strange, i don't know if this initial issue https://forums.hak5.org/index.php?/topic/31363-red-and-green-light-first-boot/ is somehow related to this problem.. Thank you

  12. Do you use something like macchanger?

    Seems like something is changing the macs on boot. If not, do you have any other devices plugged in?

    Best regards,

    Sebkinne

    Thanks for the feedback.. I've never used macchanger with pineapple mark v, i've re-tested client mode with only one device connect to the mark v (actually the computer accessing the web interface) and the /etc/config/wireless before and after wifi detect > /etc/config/wireless

    config wifi-device 'radio0'
    	option type 'mac80211'
    	option channel '11'
    	option hwmode '11ng'
    	option macaddr '00:13:37:a5:11:70'
    	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'
    
    config wifi-iface
    	option device 'radio0'
    	option network 'lan'
    	option mode 'ap'
    	option ssid 'Pineapple5_1170'
    	option encryption 'none'
    
    config wifi-device 'radio1'
    	option type 'mac80211'
    	option hwmode '11g'
    	option macaddr 'ba:a1:14:fa:01:6e'
    	option channel '6'
    
    config wifi-iface
    	option device 'radio1'
    	option network 'wan'
    	option ssid 'EnterpriseG'
    	option mode 'sta'
    
    config wifi-device 'radio2'
    	option type 'mac80211'
    	option channel '11'
    	option hwmode '11g'
    	option macaddr '9a:d5:40:f9:82:3f'
    
    config wifi-iface
    	option device 'radio2'
    	option network 'lan'
    	option mode 'ap'
    	option ssid 'Pineapple5_823F'
    	option encryption 'none'
    
    
    config wifi-device 'radio0'
    	option type 'mac80211'
    	option channel '11'
    	option hwmode '11ng'
    	option macaddr '00:13:37:a5:11:70'
    	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'
    
    config wifi-iface
    	option device 'radio0'
    	option network 'lan'
    	option mode 'ap'
    	option ssid 'Pineapple5_1170'
    	option encryption 'none'
    
    config wifi-device 'radio1'
    	option type 'mac80211'
    	option hwmode '11g'
    	option macaddr '9a:d5:40:f9:82:3f'
    	option channel '6'
    
    config wifi-iface
    	option device 'radio1'
    	option mode 'sta'
    	option network 'wan'
    	option ssid 'EnterpriseG'
    
    

    I see different MACs infact, really strange.. I can re-flash the firmware but i don't think this will solve the issue.. (moreover i have no infusions installed at all that can cause conflicts)

  13. What firmware version are you on?

    Best Regards,

    Sebkinne

    I'm sorry i didn't mention it, i'm on the latest firmware stablesaurus 1.0.4

    For diagnosis purposes this is the /etc/config/wireless after the fail in client mode

    config wifi-device 'radio0'
            option type 'mac80211'
            option channel '11'
            option hwmode '11ng'
            option macaddr '00:13:37:a5:11:70'
            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'
    
    config wifi-iface
            option device 'radio0'
            option network 'lan'
            option mode 'ap'
            option ssid 'Pineapple5_1170'
            option encryption 'none'
    
    config wifi-device 'radio1'
            option type 'mac80211'
            option hwmode '11g'
            option macaddr 'ea:5b:35:df:82:e0'
            option channel '1'
    
    config wifi-iface
            option device 'radio1'
            option network 'wan'
            option ssid 'EnterpriseG'
            option mode 'sta'
    
    config wifi-device 'radio2'
            option type 'mac80211'
            option channel '11'
            option hwmode '11g'
            option macaddr '96:f1:76:62:e9:d3'
    
    config wifi-iface
            option device 'radio2'
            option network 'lan'
            option mode 'ap'
            option ssid 'Pineapple5_E9D3'
            option encryption 'none'
    
    config wifi-device 'radio3'
            option type 'mac80211'
            option channel '11'
            option hwmode '11g'
            option macaddr 'ba:a1:14:fa:01:6e'
    
    config wifi-iface
            option device 'radio3'
            option network 'lan'
            option mode 'ap'
            option ssid 'Pineapple5_016E'
            option encryption 'none'
    
    

    And this is the /etc/config/wireless aftter the wifi detect > /etc/config/wireless and with my wifi network succefully connected to (EnterpriseG in my case)

    config wifi-device 'radio0'
            option type 'mac80211'
            option channel '11'
            option hwmode '11ng'
            option macaddr '00:13:37:a5:11:70'
            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'
    
    config wifi-iface
            option device 'radio0'
            option network 'lan'
            option mode 'ap'
            option ssid 'Pineapple5_1170'
            option encryption 'none'
    
    config wifi-device 'radio1'
            option type 'mac80211'
            option hwmode '11g'
            option macaddr 'ba:a1:14:fa:01:6e'
            option channel '1'
    
    config wifi-iface
            option device 'radio1'
            option mode 'sta'
            option network 'wan'
            option ssid 'EnterpriseG'
    
  14. Hello evreybody, i'm esperiencing some weird problems with client mode on my pineapple... The Wifi network i want to connect to it's open and needs no password or autentication. Nonetheless i can't get this to work with my pineapple. To enable client mode connection:

    1) i've enabled wlan1 via web interface

    2) on network tile i choose my open wifi network, clicked connect but nothing happens (the blue led disappears for one second, and then suddenly reappears)

    3) sometimes i get "connection initiated. see below for connection details" and in connection information i get "connected" but after one second or few more "not connected"... (the interesting part is that with the connection fail, Wlan1 is disabled again in the network tile)

    So i've decided to re-flash (via web interface) and the second time it worked..but now , after a simple reboot nothing happens again..Do you guys have any hints to solve this?

    I've noted that executing wifi detect > /etc/config/wireless solve temporary the problem, if i log out from the web interface and shutdown the pineapple (simply detaching the dc cable) i'll have the same problem, and have to overwrite the config again..Why this happens? Thanks in advance!!

  15. Dear forum, i've bought pineapple and i've received it today..but i'm so worried cause i can't complete the first boot as i'm getting the red and green light..what can i do??

    I've tried to insert the latest firmware and md5 but i get red, blue and green light withouth the ethernet cable plugged in, and all solid led with ethernet plugged in..I don't understand..

  16. Hello thanks for the tips , i've solved connecting txd with tx, rxd with rx and gnd with gnd..I haven't connected the VDD ...it works like charm expect some usb issues (continuously reboots or always on led flashing when i inserte usb mass storage..that's why i've decided to flash , thinking it's a software problem but maybe i was wrong..)

  17. Hi everybody iìve bought the usb ttl uart cable to flash the pineapple..I've read whe wiki but i still have some clues about the complete procedure with usb ttl uart cable..On USB ttl uart side i have RST, 3V3,5V,TXD,RXD and GND , on pineapple side VDD, RX,TX,GND..I've connected GND with GND TXD with RX and RXD with TX.. What about VDD on the pineapple?(i don't know the matching cable) Thanks! :)

×
×
  • Create New...