-
Content Count
16 -
Joined
-
Last visited
About GeHeNoM
-
Rank
Hak5 Fan
Recent Profile Visitors
661 profile views
-
Cant get USB expansion to work HELP!
GeHeNoM replied to Scanner Martel's topic in WiFi Pineapple Mark IV
Try connect it to another linux computer and use disk utility to see what's going on. What disk on key you use?? -
Is there a way to connect to a Access Point using WAN?
GeHeNoM replied to mrgray's topic in WiFi Pineapple Mark IV
Hey, Remind you that the pineapple is a router. you can connect it to your router and use another wireless card to Create a wifi relay. :] Another option is to share internet from your laptop to the pineapple and another wifi card for extend the range. -
Cant get USB expansion to work HELP!
GeHeNoM replied to Scanner Martel's topic in WiFi Pineapple Mark IV
Follow this: http://forums.hak5.org/index.php?showtopic=25882 Make sure you change the swap to "1". -
Cant get USB expansion to work HELP!
GeHeNoM replied to Scanner Martel's topic in WiFi Pineapple Mark IV
Yep, it isn't mounting. You connect it directly or with usb hub? You run on dc (battery) power or ac (line) power? -
Hey, Try to stop all your proxy if you got some (like mitm module) After that login to imdb.com and search a movie. It should log your search. Tell me if you got some problem with this.
-
Do not use the Afla AWUS036NHA with your pineapple
GeHeNoM replied to Zephyr's topic in WiFi Pineapple Mark IV
I think you are wrong, Follow the steps from this tutorial, http://blog.binaryfactory.ca/2012/09/setting-txpower-as-high-as-your-card-can-go/ The compile of crda come after the copy of the new regulatory.bin. I've tried it but it not work if i just copy the regulatory.bin file. The miising package to copile crda is "libnl-dev". is threre any way to get this package to the pineapple? 10x, GeHeNoM. -
Do not use the Afla AWUS036NHA with your pineapple
GeHeNoM replied to Zephyr's topic in WiFi Pineapple Mark IV
It's OK for the wireless-regdb but you have to compile crda on the pineapple. Tell me if i wrong. You know what the crda change on the device so i can copy it from another computer? 10x for your time. :] -
Do not use the Afla AWUS036NHA with your pineapple
GeHeNoM replied to Zephyr's topic in WiFi Pineapple Mark IV
Hey, how you make the crda and the wireless-regdb without those packages: python-m2crypto libgcrypt11 libgcrypt11-dev libnl-dev? 10x for your time, GeHeNoM. -
Hey, try my fix: http://forums.hak5.org/index.php?/topic/28932-opkg-problem-solved/ tell me if you need help with this, GeHeNoM
-
Do not use the Afla AWUS036NHA with your pineapple
GeHeNoM replied to Zephyr's topic in WiFi Pineapple Mark IV
Hello, I found this tutorial lately, it's work but illegal in most country. ​ http://blog.binaryfactory.ca/2012/09/setting-txpower-as-high-as-your-card-can-go/ check it out. ​ GeHeNoM. -
Hey, In the last few days i can't update my opkg, seem it's beacuse the link is not download the correct file when updating opkg. If you have problem with opkg that you cant install new package and when you try the command: opkg list It show you the installed problem, i have a fix for you: Change the link in /etc/opkg.conf from: src/gz snapshots http://cloud.wifipineapple.com/packages To: src/gz snapshots http://downloads.openwrt.org/snapshots/trunk/ar71xx/packages This is the same directory anyway but this fix the bug. I belive that the administrators fix this asap but until the
-
Solved. look in this thread http://forums.hak5.org/index.php?/topic/28778-wps-button-not-working/
-
Solved, after deep debuging of this issue. The solution is put symbolic link to /lib/functions.sh in /etc/functions.sh. Make this by (connect by ssh to the device): ln -s /lib/functions.sh /etc/functions.sh That link fix the issue of the buttons. The file /etc/hotplug.d/button/00-button search for /etc/functions.sh, if its not exists the buttons (wps and reset) not work. Another thing is that by default (before installing the button module) the uci system button[1] handler config to /www/pineapple/config/wpsScript.sh, this path dos'nt exists. the script found at /pineapple/config/wpsS