Jump to content

laputa:)

Active Members
  • Posts

    13
  • Joined

  • Last visited

Everything posted by laputa:)

  1. I've recently been running kismet on my Mark V and all was going well until I booted up the pineapple a couple of days ago and I couldn't access the sd card or modify a file in the terminal using nano. I've bought a new sd card and all seems to be working fine there but I still can't solve the nano issue, I keep getting the following error :- Error opening terminal: xterm-256color. I've done a factory reset and re-loaded the firmware (2.4.0) and neither have fixed the error. Does any one know how I can resolve this error? Thanks.
  2. I think it's the R230-Z (can't find the box and it doesn't say on the device) it looks like the attched photo though. Not sure if you're in the UK but I got mine from argos. The one they are selling at the minute (vodafone R206) should work as well as the one I have.
  3. I have used a vodafone mifi and it works great with the pineapple. I just use the network tile on the pineapple to connect to the mifi. I can then connect to the pineapple with my laptop and browse the web through the pineapple/mifi. I have found the mifi a lot better than using usb dongles.
  4. Hi, I have installed snoopy from molotof's github. After some issues everything seems to work ok, apart from the odd error and I'm also having trouble with wigle. When I start the drone probe sniffing I get the following error :- sed: can't read /root/snoopy/snoopy_data/probe_data.txt: No such file or directory On checking I've noticed that probe_data.txt is located in a folder named the same as the name I gave the drone, so it's actually located in /root/snoopy/snoopy_data/kali1/probe_data.txt. Even though I get this error the probe requests seem to pass from the drone to the server ok and I can see the devices and probe requests on the web interface (I am getting a google API error though, 'google has disabled Maps API for this application.') I 'successfully' set up Wigle, however it worked on about 8 SSID's and then for the past 2 hours, I have been getting the following error INFO ssid_to_loc.py: Wigle account has been shunned, backing off for 20 minutes After 20 minutes it trys again and then fails with the same error. The first error only seems minor and everything does seem to be working. The one thing I really want to get fixed is the Wigle issue. Can anyone point me in the right direction for resolving why my Wigle account is shunned? I have started and stopped the snoopy server and re-input my Wigle user name and password but still getting the same error. I will join the wiggio group, but wanted to post here as well. Thanks in advance.
  5. Hi, I am trying to get channel hopping working on kismet_client on the mk4 2.8.1 using the built in wlan0. I have followed the instructions on the wiki :- opkg update opkg install --dest usb kismet-server opkg install --dest usb kismet-client ln -s /usb/usr/bin/kismet_server /usr/bin/kismet_server ln -s /usb/etc/kismet/ /etc/kismet When I run kismet_client, kismet seems to fire up fine but is fixed on channel 11. Is there any way I can get kismet_client to do channel hopping? I have searched the forum and nothing I have found seems to work. I also wanted to try and stick to using kismet_client rather than kismet_drone which I have seen mentioned on the forum. Any suggestions would be much appreciated. Thanks in advance.
  6. If you get the vodafone 3g dongle this is the script that I used :- # ----------------------------------------------------------- # Configure /etc/ppp/options with hard-coded working settings # ----------------------------------------------------------- echo " logfile /dev/null noaccomp nopcomp nocrtscts lock maxfail 0" > /etc/ppp/options # -------------------------------------------------------------------------------------------------- # Check for known usb modem vendor and product IDs then switch 'em from storage to serial modem mode # -------------------------------------------------------------------------------------------------- echo "Searching for attached 3G Modems" logger "3G: Connection Script here, searching for modems" MODEM=$(lsusb | awk '{ print $6 }') echo $MODEM case "$MODEM" in *12d1:14c9*) echo "Vodafone 3g. Mode switch disabled" uci delete network.wan2 uci set network.wan2=interface uci set network.wan2.ifname=ppp0 uci set network.wan2.proto=3g uci set network.wan2.service=umts uci set network.wan2.device=/dev/ttyUSB0 uci set network.wan2.apn=SMART uci set network.wan2.username="username" uci set network.wan2.password="password" uci set network.wan2.defaultroute=1 uci commit network #usb_modeswitch -v 12d1 -p 1436 sleep 10; rmmod usbserial sleep 3; insmod usbserial vendor=0x12d1 product=0x14c9 sleep 5; /etc/init.d/firewall disable; /etc/init.d/firewall stop logger "3G: firewall stopped" iptables -t nat -A POSTROUTING -s 172.16.42.0/24 -o 3g-wan2 -j MASQUERADE iptables -A FORWARD -s 172.16.42.0/24 -o 3g-wan2 -j ACCEPT iptables -A FORWARD -d 172.16.42.0/24 -m state --state ESTABLISHED,RELATED -i 3g-wan2 -j ACCEPT ;; *12d1:14d1*) echo "Vodafone 3g. Attempting mode switch" uci delete network.wan2 uci set network.wan2=interface uci set network.wan2.ifname=ppp0 uci set network.wan2.proto=3g uci set network.wan2.service=umts uci set network.wan2.device=/dev/ttyUSB0 uci set network.wan2.apn=SMART uci set network.wan2.username="username" uci set network.wan2.password="password" uci set network.wan2.defaultroute=1 uci commit network usb_modeswitch -v 12d1 -p 14d1 -V 12d1 -P 14c9 -M 55534243123456780000000000000011062000000100000000000000000000 -n 1 -s 20 sleep 10; rmmod usbserial sleep 3; insmod usbserial vendor=0x12d1 product=0x14c9 sleep 5; /etc/init.d/firewall disable; /etc/init.d/firewall stop logger "3G: firewall stopped" iptables -t nat -A POSTROUTING -s 172.16.42.0/24 -o 3g-wan2 -j MASQUERADE iptables -A FORWARD -s 172.16.42.0/24 -o 3g-wan2 -j ACCEPT iptables -A FORWARD -d 172.16.42.0/24 -m state --state ESTABLISHED,RELATED -i 3g-wan2 -j ACCEPT ;; esac
  7. Thanks for that! I will give it a go and see if I can get it to work
  8. Could you give me a clue on what you mean by 'script the channel hopping'?? I wouldn't mind getting this working if I can. Thanks in advance.
  9. I tried kismet in the past, worked well, but I couldn't get it to channel hop, was stuck on channel 1 or 11 (can't remember which). Haven't tried kismet with the pineapple for a while so this issue could have been fixed now or it could just have been something I was doing wrong.
  10. In the past I managed to get a vodafone 3g dongle working pretty easily with the pineapple in the uk. The only issue I found was that the 3g signal didn't seem very reliable. I would suggest trying a 3g mifi, in my experience they are a lot better but slightly more expensive than the dongle.
  11. Thanks for the reply. I have already checked the settings a number of times but I will try again tonight and keep my fingers crossed. Just to let you know I have already bought a MK3 and MK4 from the hakshop.com. I wanted to give it a go myself this time (mini project), beginning to wish I hadn't bothered tho...
  12. Hi, I have a Hornet-UB which I am trying to flash with the wifipineapple firmware. I have also got the usb-uart adaptor. The hornet-ub seems to have the alfa firmware installed and not openWRT. I have tried on both windows and linux to flash the device using the clean flash guide on the wiki and Mr Protocols video. However I am failing at the first step, as I can't even get the boot menu or any serial connection. I have tried pressing 1 as soon as I switch the board on but nothing. The gnd, tx and rx connections are correct and I haven't plugged in the 5v or 3.3v I don't belive the hornet-ub is damaged in anyway as I can log in to the alfa firmware and I have also checked the usb-uart and this works fine. I have checked the forum and google and can't seem to find how to resolve this problem. Can anyone point me in the right direction / is there something obvious I am missing? Thanks in advance
×
×
  • Create New...