Page 3 of 3 FirstFirst 123
Results 21 to 28 of 28

Thread: WEP cracking under Hardy Heron, using ipwraw driver

  1. #21
    Join Date
    Jun 2007
    Location
    Mexico City
    Beans
    28
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: WEP cracking under Hardy Heron, using ipwraw driver

    Quote Originally Posted by jetpeach View Post
    could the OP update the link in the wget code for downloading ipraw. it has changed
    Code:
    http://homepages.tu-darmstadt.de/~p_larbig/wlan/ipwraw-ng-2.3.4-04022008.tar.bz2
    Done.
    Entia non sunt multiplicanda praeter necessitatem
    Ockham's Razor
    v4sw6+9BCSUhw4+6ln5/6pr6Fck45ma7u7+9Lw2DVWXm0l6+9DLUViOscitee8$t3b9ADM ORSTen7+9a28s8Mr2g0 hackerkey.com

  2. #22
    Join Date
    Jun 2008
    Beans
    136

    Re: WEP cracking under Hardy Heron, using ipwraw driver

    Nice post


    Just one problem for me is that when i run this command in the third terminal
    Code:
    sudo aireplay-ng -1 10 -e "ESSID" -a BSSID -h MACADDRESS wifi0
    my pc sends a few authentication request than the pc just freezes.
    Why is it doing this?


    all previous steps work fine

  3. #23
    Join Date
    Apr 2008
    Beans
    48

    Re: WEP cracking under Hardy Heron, using ipwraw driver

    i was just about to raise this thread from the dead. but i'm glad you did.

    I tried to do this last night but it also keeps on freezing, but at the 4th terminal.

    Any advice? Thanks!
    Gateway C140-X Tablet PC: Ubuntu 9.10 Karmic Koala
    Dual Boot with Windows XP Pro

    AMD Athlon 64 X2 3800+ w/Asus M2NPV-VM Mobo & ATI x1950: Ubuntu 9.10 Karmic Koala

  4. #24
    Join Date
    Apr 2008
    Beans
    48

    Re: WEP cracking under Hardy Heron, using ipwraw driver

    come to think of it. it does happen due to sending a authentication request (terminal 3)

    just as a precautionary measure i turned off compiz (sorry i'm a noob and not sure if it had anything to do with it at all)

    I also did sudo killall NetworkManager because someone mentioned leaving that on can create problems.
    Gateway C140-X Tablet PC: Ubuntu 9.10 Karmic Koala
    Dual Boot with Windows XP Pro

    AMD Athlon 64 X2 3800+ w/Asus M2NPV-VM Mobo & ATI x1950: Ubuntu 9.10 Karmic Koala

  5. #25
    Join Date
    Jun 2008
    Beans
    136

    Re: WEP cracking under Hardy Heron, using ipwraw driver

    Quote Originally Posted by dublued View Post
    come to think of it. it does happen due to sending a authentication request (terminal 3)

    just as a precautionary measure i turned off compiz (sorry i'm a noob and not sure if it had anything to do with it at all)

    I also did sudo killall NetworkManager because someone mentioned leaving that on can create problems.
    I am a newb too anyway did it work with Network manager off?

  6. #26
    Join Date
    Apr 2008
    Beans
    48

    Re: WEP cracking under Hardy Heron, using ipwraw driver

    No that didn't help. I did some searching and someone mentioned to try the following:

    Code:
    sudo airmon-ng check
    this will tell you all processes that may cause it to freeze. so then i executed

    Code:
    sudo kill PID1 PID2 PID3 etc...
    I do this before i enter the information on terminal 3.

    but that still didn't help. it still freezes up upon injection.

    i also tried

    Code:
    sudo airmon-ng start wifi0 CHANNEL
    but the interface is not listed for monitoring.
    Gateway C140-X Tablet PC: Ubuntu 9.10 Karmic Koala
    Dual Boot with Windows XP Pro

    AMD Athlon 64 X2 3800+ w/Asus M2NPV-VM Mobo & ATI x1950: Ubuntu 9.10 Karmic Koala

  7. #27
    Join Date
    Jun 2008
    Beans
    136

    Re: WEP cracking under Hardy Heron, using ipwraw driver

    Quote Originally Posted by dublued View Post
    No that didn't help. I did some searching and someone mentioned to try the following:

    Code:
    sudo airmon-ng check
    this will tell you all processes that may cause it to freeze. so then i executed

    Code:
    sudo kill PID1 PID2 PID3 etc...
    I do this before i enter the information on terminal 3.

    but that still didn't help. it still freezes up upon injection.

    i also tried

    Code:
    sudo airmon-ng start wifi0 CHANNEL
    but the interface is not listed for monitoring.


    I will try the above but i also read a post that said we need to use later kernel 26.25XXX or 26.26XX the one in ubuntu8.10

  8. #28
    Join Date
    Mar 2010
    Beans
    4

    Re: WEP cracking under Hardy Heron, using ipwraw driver

    jimmy@jimmy-EasyNote-MX45:~/Escritorio/IPWRAW2$ cd ipwraw-ng/
    jimmy@jimmy-EasyNote-MX45:~/Escritorio/IPWRAW2/ipwraw-ng$ ls
    ap-beacon Intel_files iwlwifi_hw.h README.ipwraw-ng ucode
    CHANGELOG.ipwraw-ng in-tree kcompat remove-old util
    config ipwraw.c LICENSE scripts
    dvals ipwraw.h LICENSE.GPL snapshot
    FILES ISSUES Makefile status
    jimmy@jimmy-EasyNote-MX45:~/Escritorio/IPWRAW2/ipwraw-ng$ make

    WARNING: $SHELL not set to bash.
    If you experience build errors, try
    'make SHELL=/bin/bash'.

    make -C /lib/modules/2.6.35-28-generic/build M=/home/jimmy/Escritorio/IPWRAW2/ipwraw-ng modules
    make[1]: se ingresa al directorio «/usr/src/linux-headers-2.6.35-28-generic»

    WARNING: $SHELL not set to bash.
    If you experience build errors, try
    'make SHELL=/bin/bash'.

    CC [M] /home/jimmy/Escritorio/IPWRAW2/ipwraw-ng/ipwraw.o
    /home/jimmy/Escritorio/IPWRAW2/ipwraw-ng/ipwraw.c:43: fatal error: net/ieee80211.h: No existe el fichero o el directorio
    compilation terminated.
    make[2]: *** [/home/jimmy/Escritorio/IPWRAW2/ipwraw-ng/ipwraw.o] Error 1
    make[1]: *** [_module_/home/jimmy/Escritorio/IPWRAW2/ipwraw-ng] Error 2
    make[1]: se sale del directorio «/usr/src/linux-headers-2.6.35-28-generic»
    make: *** [modules] Error 2

    what can i do???????????????????????

Page 3 of 3 FirstFirst 123

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •