Jump to content

markcoker

Active Members
  • Posts

    70
  • Joined

  • Last visited

Everything posted by markcoker

  1. its not going to happen (you would have more success asking someone who lived in the US but risky), just look into it. see how much it will cost. sadly for me it ended up being $170AUD. :o Also remember if you get a battery pack youll need to purchase a plug adapter for the charger.
  2. Nope, both the red lights (on battery pack and chager will stay while in the on position) the green light will be on while charging. I belive the battery is a li-ion battery so, keep it charged, try not to run it down too much (use 50% if possible then charge avoid going lower then 20%), keep it cool eg. not in the sun. The battery pack does get slightly warm. if you decide your not going to use it much keep it at about 40 - 50% charge in a coolish place then charge when you want to use. im not sure how to check the charge left, but i would base it on the run time, say 300 mins. i would charge after 150 - 240mins. With the 1800mAh juice pack on a full charge i only get a maxium of 5hrs... alot less then 8hrs and it will only get worse over time.
  3. The hak5 store have battery packs and cables. i purchased mine from there, i think the cable length is about 30cm/1foot. it works well, i just cable tied the battery to the pineapple and looped the cable inbetween the battery and cable ties. its very tidy setup. is this what you mean, i had trouble understanding your question above. Good Luck!
  4. Pineapple Netmask: 255.255.255.0 Pineapple Network: 172.16.42.0/24 Interface between PC and Pineapple: eth0 Interface between PC and Internet: eth1 Internet Gateway: 192.168.0.1 (I assume) IP Address of Host PC: 172.16.42.42 IP Address of Pineapple: 172.16.42.1 This should work if you use these settings based on ifconfig, let us know if it works and if you want more information about how to work it all out. Its pretty simple but if you dont know it can look like a whole bunch of nothing. Good Luck :D
  5. hey so im using wifite (http://wifite.googlecode.com/svn/trunk/wifite.py) and the dip switches to create a autocrack of wireless. its just basicly wifite.py -all -i mon0 -dict passwordlist.txt -aircrack now this starts and works 25 - 50% of the time. the other times it drops me from ssh. everything seems to crash and i can no longer access via wlan or eth. lights are green only... i call it G.L.O.D (Green Light Of Death) im finding it hard to pinpoint the issue as its not always happening. anyone else getting this error, i think its only when using the -all option (which is required if we want to automate wifite). any help/ideas is appreciated. thanks :)
  6. no pictures are attached, but you dont need ipv6. why not use the script? copy and paste into terminal : wget http://wifipineapple.com/wp5.sh && chmod +x ./wp5.sh && ./wp5.sh
  7. i havent read all of this, but i had the same issues, in my situation it was due to the wired connection having alot of packet loss (still does) so i use wireless and it works fine sometimes its a long wait, refresh if it doesnt work after a while, test using ping 172.16.42.1 -t (windows) stuff like that. hope it helps is ssh slow too?
  8. goodstuff, totally missed the mistake on line 4 :) TIP: if your wanting to test your dip setup you could run /usr/bin/dip-handler which ive found handy to test correct dipsetup. 1. So you first just use web interface Configuration > Boot Modes (or edit mk5.db with a db editor of your choice) to edit dip settings & save. 2. Change your dips correct to the settings you want to test. 3. Finally run /usr/bin/dip-handler and those settings will run. Hope it helps.
  9. wifite should do chopchop automatically? Im really surprised it hasnt got the key yet. does the router have wps? if so, you should get it in a day easy.
  10. you could prob even use the serial on both the phone and pineapple. i would assume this would consume the least amount of power
  11. Thanks, thats a good idea!. i havent had the problem since (other, bigger problems unfortunately https://forums.hak5.org/index.php?/topic/31704-sd-card-corruption/)
  12. ohhhhhhhh by the way, very important! if you want wps attacks to work: mkdir /etc/reaver
  13. Flashed already (see above). what method would you use to check for corrupt blocks?
  14. thanks for your reply, im refering to the mount point /sd on the pineapple though
  15. UPDATE: /sd contains nothing, it isnt mounted! Any suggestions? Thanks guys! Current firmware 1.04 I had a update in pineapple bar and configuration was missing so i restarted a few times (there was a new update that fixed this issue :), but upon restart /sd contains nothing. I had all my infusions/scripts/captures etc on there. Its my understanding that the pineapple needs the SD to operate? its strange its not mounted to /sd but i can still for the most part use the pineapple. Maybe a mounting issue? what should i do? edit: Restored firmware though web interface.... still no SD! Corruption? (fdisk -l) Fstab Configuration: root@Pineapple:/dev/sdcard# ls sd So i got another SD card formatted it to fat32 and loaded both update.bin (md5 hash checked) and md5. it does its magic and boots, i ssh to the device and /sd isnt mounted and issues with webclient (http://172.16.42.1:1471/ doesnt work http://172.16.42.1/ changes to http://172.16.42.1/redirect.php then goes back to whatever page i previously was on. Im considering loading stager.bin, i dont think it will work but im out of ideas. UPDATE: so ive reloaded the stager.bin > booted with sd card, create new password etc. The new SD card is showing up now but.... i put the old SD card in hoping it would be fixed /sd still doesnt mount. Im assuming these files are lost and SD is prob no good? SYSLOG: DMESG:
  16. yep, probs your best bet! ill try to have a bit more of a think in the meantime, hope you work it out soon it seems to be a tricky one!.
  17. A bash script like this will should use a random mac (please test as i have not) #!/bin/bash sleep 20 #Wait 20 seconds - Use if you need to wait for other things to load first max=$(wc -l /sd/mac.list) #Count the macs in list (i assume each mac is on a seperate line and only contains MAC?) num=$(( ( RANDOM % $max ) + 1 )) #Get number between 1 - number of macs in file. mac=$(tail -n $num /sd/mac.list| head -n 1) # get random mac macchanger -m $mac #Change to random mac address :) Good Luck, let us know how you go!
  18. umm fat32? use fat32 and try again. fat (fat-16) can only do max size of 2gb's over 2gb will not work :) Good Luck, let us know if it works / you need more help
  19. Hey, on your linux machine can you type ifconfig then paste the results here Cheers & Good Luck!
  20. Let us know if you get more issues
  21. What format is the SD card eg. fat32 NTFS EXT ?
  22. You need to have upgrade.bin and md5 files on sd as you have done. (good work) Then i would suggest if you can check the bin file by comparing the md5 of the bin with the md5 in the file. If they compare put into the pineapple :) also have you formated sd to a different format?
  23. I also use 10 digit number. i focus on 0400000000 - 0499999999 because in australia mobiles numbers are in that range. but i only get i think 3k/sec cpu (havent setup GPU again) therefore ive kept lists to a minimum. Im just mucking around with this stuff, nothing serious. There are more vulnerable wifi's out there then you can poke a stick at. WPS i love > 9hrs most of the time and your in 70 - 90% of all wifi has it enabled around me, WEP is also intresting still 2 within range of my house.
  24. are you connected to your pineapple over eth0 (know you said your supplying internet from eth0, im assuming it is also connected via eth0 but doesnt hurt to check)? also what mode is wlan0, is it in AP mode, i think it needs to be in client mode first.
×
×
  • Create New...