Jump to content

ptrac3

Active Members
  • Posts

    93
  • Joined

  • Last visited

  • Days Won

    1

Contact Methods

  • Website URL
    http://untrust3d.wordpress.com

Profile Information

  • Gender
    Male
  • Location
    Rome
  • Interests
    Pentesting

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

ptrac3's Achievements

Newbie

Newbie (1/14)

  1. ok let's see if other users are experiencing the same issue..You edited network/interfaces right?
  2. 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?
  3. 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
  4. 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" }
  5. 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
  6. +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
  7. 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?
  8. 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..
  9. 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
  10. 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? The connection is stable, for temporary i mean until the next reboot :)
  11. 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..
  12. 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
  13. 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)
×
×
  • Create New...