Jump to content

Neworld

Active Members
  • Posts

    227
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Neworld

  1. I have it exactly the same as in this setup photo (see attachment) I followed all the instructions exactly in the setup video on wifipineapple website. http://cloud.wifipineapple.com/index.php?flashing Yes the pins are all in the correct place. Any thoughts?
  2. I have tried on a Dell computer directly connected into the serial port and also tried using a usb to serial converter... Both resulted in this Jibjab, hogwash, gobbledygook that I can't understand :( If anyone can help me out that would be awesome. Here's that screen shot again.
  3. When I start putty on a clean flash, I get this. (see attached photo) Any thoughts??
  4. The Md5 for version 2.5.0 is "045d880620215fa8ae4fdc7826bf0fc8" After you type that in and start the update, it will do it's thing for about 1-2 mins. Yes the light turns off, then it starts blinking and then its solid at the end of the 1-2 mins. You will know the update is done when the UI page says update complete or when the lights on the pineapple are solid...
  5. Darn... I was going to say Winscp into it and flash that way, but you still need the password to get into it :( All I can think of that would truly work would be to clean flash it.... You need a console board and serial cable. http://www.data-alliance.net/servlet/-strse-710/Developer-Kit-for-Hornet-dsh-UB/Detail There's probably another solution but I'm drawing a blank... It's a solution though.
  6. Did you reboot afterwards?? ...can't tell if this thread is about modules or DNS spoof. In regards to dns spoof try this: 172.16.42.1 *facebook.com [/CODE] Redirect.php [CODE] <?php $ref = "http://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']; if (strpos($ref, "facebook")) { header('Location: facebook.html'); } ?> [/CODE] You can create symbolic links to the usb flash drive as well.... but try this first.
  7. Follow page 25-27 to see if that solves your problem... I have a feeling you forgot to change "config swap" "option enable 1" from the 0 default. Then type in "mkswap /dev/sda2" into command. All on page 27 PDF https://www.dropbox.com/s/dr6sedfteu8atwq/hak5-mk4-book1e.pdf
  8. Hmmm.... Try putting "172.16.42.1 *example.com" before "172.16.42.1 * " It seems the first one over rules the second, this may solve your problem... Should look like this 172.16.42.1 *example.com 172.16.42.1 * [/CODE] See if that works... and if you want to add more exceptions then just put those before "172.16.42.1 * " as well. Report back please :D
  9. easier way is to put this in 172.16.42.1 *facebook.com [/CODE] If your still getting redirected to PHP.... replace your redirect.php with this to see if it works. [CODE] <?php $ref = "http://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']; if (strpos($ref, "facebook")) { header('Location: facebook.html'); } require('error.php'); ?> [/CODE] Report back please :D
  10. New project guys... Imsi catcher to catch cell phone communication. Here's a video... most expensive thing to do this project is a usrp. Thoughts?? :D
  11. too late... accidentally deleted my whole LIB folder.... whoops :D
  12. Ordering the parts for a clean flash... thanks anyway :D It'll come in handy later on anyway.
  13. Step 6 fail.... failed to get radio1 :( will it help if I replace the network config??
  14. Oh ok.... so your using network management module... I'm still confused on how you disabled radio 0 and enabled radio 1... If you could be more specific that would be terrific :D
  15. sorry still a little confused... can you post the commands you put into putty. Thanks :D
  16. Keep trying... I'm really hoping to avoid a clean flash unless I can do it without the extra parts like the Alfa console board ect.
  17. Works perfectly on my computer and the Alfa is plugged directly into the pineapple when I posted the pictures above.... I'll try the Alfa through the USB hub to see if it works then. (update) doesn't work on usb hub either.
  18. Here is my setup... Take note that the problem arose after using usb hub a while back. Is that possibly what Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub represents? (see attachment for setup)
  19. Nope... just tried several different cords and even a y cord doesn't work. Problem persists. :(
  20. I've tried but the problem persists after flash... It still has similar results in v.2.4.1 and v.2.5.0
  21. My new Alfa that came in the mail isn't showing up in iwconfig or airmon-ng..... It does however show up under lsusb Here's airmon-ng (see attachment) iwconfig (see attachment) lsusb (see attachment) As you can see, my Alfa shows up under lsusb but not under iwconfig or airmon-ng... How do I fix this??
×
×
  • Create New...