Jump to content

MTCONE

Active Members
  • Posts

    26
  • Joined

  • Last visited

Posts posted by MTCONE

  1. Hello everyone,

    I am new to hacking field, but my interest is growing every day. Currently I am playing around with man-in-the-middle attacks, but I want to extent this with wifi hacking. I tried KisMAC, since I am using a MacBook, but it takes ages without packet injection. This is why I want to buy an external wireless USB adapter suitable for Mac's and packet injection.

    So my question is: what is a suitable (and affordable) USB adapter for packet injection? It has to work on my MacBook with BackTrack 4 emulated with Parallels 5.

    I read that Atheros based adapters do the job, but I could not find the chipset at the technical specifications of the adapters. I also noticed the adapters that Hak5 and other educational movies use, but most of the movies are from last year and perhaps not compatible with Mac OS X. Lastly, I want to add that I prefer Linksys adapters.

    Thanks in advance!

    Cheers, Ed

    http://www.amazon.com/Alfa-Wireless-Origin...t/dp/B001O9X9EU

    Some say the 5dbi antenna is better. Some say 9. I have 5. Whichever you think would be best.

  2. I have an Iphone 3G and would like to attempt to install Linux on the device. Has anyone been sucssesful at this? or does anyone know a good tutorial?

    Thanks

    A4R0

    Step 1: Throw away iphone.

    Step 2: Buy Nokia N900

    Step 3: There is no step 3.

  3. Trying 192.168.0.1...

    Connected to 192.168.0.1.

    Escape character is '^]'.

    RedBoot> ip_address -l 192.168.0.1/24 -h 192.168.0.254

    IP: 192.168.0.1/255.255.255.0, Gateway: 0.0.0.0

    Default server: 192.168.0.254

    RedBoot> fis init

    About to initialize [format] FLASH image system - continue (y/n)? y

    *** Initialize FLASH Image System

    ... Erase from 0xa87e0000-0xa87f0000: .

    ... Program from 0x80ff0000-0x81000000 at 0xa87e0000: .

    RedBoot> load -r -b %{FREEMEMLO} openwrt-atheros-vmlinux.lzma

    Using default protocol (TFTP)

    TFTP timed out 1/15

    Can't load 'openwrt-atheros-vmlinux.lzma': operation timed out

    Any idea why I can't tftp?

  4. If you are trying it through linux use the redboot script to send the ctrl-c as you can't send it through a normal telnet console.

    Check my site for it, it will run the ping and connect as soon as it can then issue the ctrl-c for you to give you the redboot shell.

    Oh, nice!

    I was wondering how the hell that was supposed to work. Couldn't imagine ctrl+c was going to effect anything on the router via telnet.

    I'll get on that ASAP.

    Thanks for all the help digi. Sorry for bein such a noobtard.

  5. Connected to 192.168.0.1.

    Escape character is '^]'.

    == Executing boot script in 2.560 seconds - enter ^C to abort

    Alright, this is as far as I have gotten. What steps do I take from here?

    ctrl+c doesn't appear to do anything.

    ctrl+] just brings me to... telnet>

    I have not been able to issue 'passwd' since it is an invalid command.

    The way I have it set up is side by side terminals with a ping running in one, and "telnet 192.168.0.1 9000" waiting in the other. As soon as the ping is returned, I hit enter on the telnet.

    It supposedly lets me connect, but eventually the pings stop returning and nothing changes on the telnet side.

  6. Rather than discuss the same issues in a bunch of different threads, please see this:

    http://www.hak5.org/forums/index.php?showt...mp;#entry156132

    EDIT: To answer your question. Yes, I followed the steps above, but once I flash, my router only stays on for 4 second, on 192.168.0.1. - I have been able to ping it in that time slot, but I have not been able to access it by any other means. Certainly not telneting to port 23.

  7. Script started on Tue 06 Apr 2010 01:26:14 PM EDT

    ]0;root@Kubuntu: / root@Kubuntu:/# ifconfig eth0 192.168.1.2 netmask 255.255.255.0

    ]0;root@Kubuntu: / root@Kubuntu:/# ping 192.168.1.1

    PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.

    From 192.168.1.2 icmp_seq=1 Destination Host Unreachable

    From 192.168.1.2 icmp_seq=2 Destination Host Unreachable

    . . .

    From 192.168.1.2 icmp_seq=23 Destination Host Unreachable

    From 192.168.1.2 icmp_seq=24 Destination Host Unreachable

    ^C

    --- 192.168.1.1 ping statistics ---

    27 packets transmitted, 0 received, +24 errors, 100% packet loss, time 26124ms

    , pipe 3

    ]0;root@Kubuntu: / root@Kubuntu:/# ifconfig eth0 192.168.0.2 netmask 255.255.255.0

    ]0;root@Kubuntu: / root@Kubuntu:/# ping 192.168.0.1

    PING 192.168.0.1 (192.168.0.1) 56(84) bytes of data.

    From 192.168.0.2 icmp_seq=1 Destination Host Unreachable

    . . .

    From 192.168.0.2 icmp_seq=13 Destination Host Unreachable

    64 bytes from 192.168.0.1: icmp_seq=14 ttl=64 time=2686 ms

    64 bytes from 192.168.0.1: icmp_seq=15 ttl=64 time=1677 ms

    64 bytes from 192.168.0.1: icmp_seq=16 ttl=64 time=669 ms

    64 bytes from 192.168.0.1: icmp_seq=17 ttl=64 time=0.365 ms

    64 bytes from 192.168.0.1: icmp_seq=18 ttl=64 time=0.473 ms

    64 bytes from 192.168.0.1: icmp_seq=19 ttl=64 time=0.481 ms

    64 bytes from 192.168.0.1: icmp_seq=20 ttl=64 time=11.2 ms

    64 bytes from 192.168.0.1: icmp_seq=21 ttl=64 time=6.20 ms

    64 bytes from 192.168.0.1: icmp_seq=22 ttl=64 time=2.81 ms

    64 bytes from 192.168.0.1: icmp_seq=23 ttl=64 time=10.6 ms

    From 192.168.0.2 icmp_seq=60 Destination Host Unreachable

    From 192.168.0.2 icmp_seq=61 Destination Host Unreachable

    . . .

    From 192.168.0.2 icmp_seq=85 Destination Host Unreachable

    From 192.168.0.2 icmp_seq=86 Destination Host Unreachable

    ^C

    --- 192.168.0.1 ping statistics ---

    88 packets transmitted, 10 received, +39 errors, 88% packet loss, time 87470ms

    rtt min/avg/max/mdev = 0.365/506.619/2686.528/889.621 ms, pipe 3

    ]0;root@Kubuntu:/# exit

    exit

    Script done on Tue 06 Apr 2010 01:28:35 PM EDT

    So it is on 192.168.0.1, very briefly.

    Guide me digi...

  8. I know people have had problems with the Watchdog causing it to reboot every 5 minutes.

    But, I am not sure if that could have anything to do with the current problem.

    I have also read that you have to telnet or SSH on port 9000, or that the router has an IP of something other than 192.168.x.x

    Are all the ports and addresses hardcoded in your package?

    Or is there some chance I just haven't found the right address/port combo yet?

    Also, while watching the Gargoyle Fonflash utility work, I notice the addresses 192.168.0.0 and 192.168.0.1 fly by, but it is too fast for me to read, esp on my netbook.

    I have tried those addresses, but no luck.

    Anyone have any clues? Can anyone confirm they have this working on the open-mesh "professional" with the watchdog feature?

    Thanks for your input digi, I'll keep working on this. If all else fails, I'll round up a serial cable.

  9. Which firmware are you flashing it with?

    Possible reasons for not being able to contact it are:

    IP conflict on the network

    PC and Fon being on different subnets

    The firmware you are flashing it with expecting DHCP but none offered - doubt this but never know

    I have flashed with the "Jasager Firmware 1.0", with my laptop connected to the only port on this router, the wan port.

    The only conflict it could have is with my laptop, and I have set my laptop's IP to 192.168.1.2, .99, etc etc

    I have also attached to to another router with DHCP to see if it was looking for an IP address, but it never received one.

    I have read elsewhere that these may have a problem rebooting after the flash, and seem to get stuck.

    They can be re-flashed once they reach this state, but there does not seem to be anything else that can be done with them from this state.

    I have also tried looking for it on a different subnet. But I have been unable to communicate with it.

    Could it have anything to do with this router being previously setup with http://dashboard.open-mesh.com ?

    I have read that you shouldn't allow the FON to update before flashing, but I didn't read anything about the open-mesh, so I didn't hesitate to plug it into a router and allow it to get an internet connection when I first got it.

  10. Can you ping?

    Have you set your ip to 192.168.1.99 or something other than 1.1?

    Do you have more than one interface, like a wireless connection?

    No, I cannot ping it.

    Yes, I have set my interface to 192.168.1.99, 1.2, 0.2, 2.2, 3.2.

    Yes, I have multiple interfaces. I have attempted to telnet/ssh/ftp/sftp/etc etc with and without my wireless enabled.

    I have connected it to another router and run scans to try and find it's IP. I have run scans to ping all possibilities on subnets 0-10

    I cannot access the router no matter what I try.

    Any other suggestions.

  11. Yeah. I have flashed my open-mesh professional OM1P a half a dozen times now in various ways.

    No matter what I do, or what OS I am using, I cannot ping, ssh, ftp, sftp, scp, telnet into the router.

    I don't know if my NIC isn't properly configured, or if something else is wrong, but the flash goes fine (seemingly), but once it is done, I can't do anything. No wireless broadcast, no nothing.

    Frustrating.

    If anyone knows why, please explain.

  12. Hmmm. The script does not seem to be loading.

    Procedure I followed:

    Downloaded your archive.

    Extracted to folder on Win 7 machine.

    Formatted 8GB microSD card to Fat16 (with the max 2GB partition)

    copied contents of first-sd to root of SD card.

    Put microSD card in mini adapter.

    Inserted in ZipIt.

    Booted.

    (It booted normally)

    After 5-10 minutes, I hit the reset button with a paperclip.

    Booted again.

    Still boots normally without loading script.

    When it boots it says there is an SD card, and the database loaded. But it doesn't do anything more than that.

    Any suggestions?

    EDIT: Repeated the above steps with a 128MB miniSD card, and it worked after the reset. I am currently sitting at a OpenZipIt screen. I'll setup side-track on the 8GB card and see how it goes. Thanks.

    EDIT2: Up and running. Awesome man. Will continue testing.

  13. I have a suggestion for an episode as well. I saw this on hack-a-day, and instantly fell in love with it.

    Cheap Handheld Gaming Console Running Linux

    I think it would be awesome to get the Hak5 community involved with this and maybe fast-track the progress.

    Also, concerning MythTV, XBMC and Boxee. I have a Revo Aspire running 'XBMCbuntu'. It is probably the best gadget I have ever bought. I have it hooked up to a 36" 1080p TV, networked on my home GigE. I stream blu-ray + DVD rips to it. I also have a Miro + uTorrent + ShowRSS system setup to automatically subscribe to TV show torrents. (I am looking into switching over to SABnzbd + tvnzb).

    My next big project is going to be setting up a MythTV (Mythbuntu) backend with an OTA antenna, plus the aforementioned tvnzb setup. From what I have read, XBMC makes for a pretty decent MythTV frontend.

    All that plus a Netflix subscription, and you have all the HD media you can handle.

  14. lulz

    I bought the professional version, obvi.

    Thanks for the reply though. Anyone know if the pro is going to work?

    I'll figure it out once it comes, but I am impatient.

    I was originally going to get the cheaper one, but they charge a ton for shipping. So I found the more expensive one on amazon for cheaper shipping. So I figured I would get the l33t version for just a couple bucks more.

  15. Just off the top of my head....

    OpenSSH, OpenVPN, vsftpd/proftpd, squid, apt-cacher, samba/SWAT, MySQL, PHP, phpMyAdmin, Ruby on Rails, rtorrent/Torrentflux, aMule, (something for NZB?)

    Also, development tools, VIM, gcc, g++, QT4, mit-scheme, sun-java6-jdk

    Also, might as well build it into a Mythbuntu backend.

    That's all I can think of for now.

  16. I have been lurking around here for about a week now. I was trying to find a fon, or a low cost equivalent and came across the open-mesh. It appears to be the exact same hardware. The only problem is, there are 2 versions, according to their website.

    the low-cost version, and the "professional" version.

    They say the professional version has a higher POE length, due to higher voltage from the power supply.

    I guess there is also a watch-dog chip on the pro version.

    My question is, are both compatible with OpenWRT/Jasager?

    Does the pro version perform that much better?

    I can't find answers to these questions anywhere. I can't even find any reference to either specific version, other than on the open-mesh site itself.

    Does anyone have any experience with this?

    Thanks in advance.

×
×
  • Create New...