+ Auf Thema antworten
Seite 8 von 8 Erste ... 6 7 8
Zeige Ergebnis 71 bis 76 von 76

Thema: Speedpwn ~ PoC for Telekom/Arcadayan Router | Active Bruteforce

  1. #71
    Registriert seit
    20.12.2011
    Beiträge
    1
    Renommee-Modifikator
    0

    Standard Feedback

    Hallo,

    bin über dieses interessante Tool gestolpert und hab es mal getestet..

    Mein OS:
    Code:
    Linux ubuntu 2.6.35-25-generic-pae #44~lucid1-Ubuntu SMP Tue Jan 25 21:00:01 UTC 2011 i686 GNU/Linux
    aircrack kompiliert (0 Errors, 0 Warnings)
    Code:
    sudo apt-get build-dep aircrack-ng
    sudo apt-get install build-essential libssl-dev
    
    svn co http://trac.aircrack-ng.org/svn/trunk aircrack-ng
    cd aircrack-ng
    sudo make
    sudo make install
    speedpwn kompiliert (0 Errors, 0 Warnings)
    Code:
    gcc -o speedpwn speedpwn.c common.c  osdep/libosdep.a crypto_branch.c -lssl
    Ziel:
    Code:
    84:A8:E4:9A:8D:1F  -49        9        0    0   8  54e  WPA2 CCMP   PSK  WLAN-8D1F45
    Monitor Modus bei meinen zwei WLAN Interfaces gestartet:
    Code:
    airmon-ng start wlan0 8
    airmon-ng start wlan1 8
    speedpwn:
    Code:
    speedpwn -1 --ccmp -c 8 -e WLAN-8D1F45 -b 84:A8:E4:9A:8D:1F mon1
    stdout:
    Code:
    Got positiv Authentication Request!
    Successfull Authenticated!
    Starting Telekom/Arcayan Attack..
    
    Packets: 1 Check: SP-415D1F111  0.10% 
    First EAPOL Frame timed out...   
    
    Packets: 2 Check: SP-415D1F111  0.10% 
    Can't associate, quitting....
    das selbe Ergebnis bekomme ich wenn ich es auf dem anderen Interface versuche.. und auch wenn ich mit den Parametern rumspiele.. es kommt immer "First EAPOL Frame timed out"

    hab auch ein capture erstellt, weiß aber nicht wie ich das hier hinzufügen kann?


  2. #72
    Registriert seit
    09.01.2011
    Beiträge
    10
    Renommee-Modifikator
    1

    Standard

    servus,
    könnte mir mal fix jemand beim kompilieren unter Ubuntu 11.10 helfen?'
    Code:
    sudo gcc -o speedpwn speedpwn.c common.c  osdep/libosdep.a crypto_branch.c -lssl
    /tmp/ccSatXF9.o: In function `encrypt_wep':
    crypto_branch.c:(.text+0x3f): undefined reference to `RC4_set_key'
    crypto_branch.c:(.text+0x65): undefined reference to `RC4'
    /tmp/ccSatXF9.o: In function `calc_pmk':
    crypto_branch.c:(.text+0x406): undefined reference to `SHA1_Init'
    crypto_branch.c:(.text+0x424): undefined reference to `SHA1_Update'
    crypto_branch.c:(.text+0x473): undefined reference to `SHA1_Init'
    crypto_branch.c:(.text+0x491): undefined reference to `SHA1_Update'
    crypto_branch.c:(.text+0x4e1): undefined reference to `EVP_sha1'
    crypto_branch.c:(.text+0x50e): undefined reference to `HMAC'
    crypto_branch.c:(.text+0x5e7): undefined reference to `SHA1_Update'
    crypto_branch.c:(.text+0x600): undefined reference to `SHA1_Final'
    crypto_branch.c:(.text+0x6a8): undefined reference to `SHA1_Update'
    crypto_branch.c:(.text+0x6c1): undefined reference to `SHA1_Final'
    crypto_branch.c:(.text+0x786): undefined reference to `EVP_sha1'
    crypto_branch.c:(.text+0x7ac): undefined reference to `HMAC'
    crypto_branch.c:(.text+0x889): undefined reference to `SHA1_Update'
    crypto_branch.c:(.text+0x8a2): undefined reference to `SHA1_Final'
    crypto_branch.c:(.text+0x94a): undefined reference to `SHA1_Update'
    crypto_branch.c:(.text+0x963): undefined reference to `SHA1_Final'
    /tmp/ccSatXF9.o: In function `calc_mic':
    crypto_branch.c:(.text+0xc10): undefined reference to `HMAC_CTX_init'
    crypto_branch.c:(.text+0xc15): undefined reference to `EVP_sha1'
    crypto_branch.c:(.text+0xc3c): undefined reference to `HMAC_Init_ex'
    crypto_branch.c:(.text+0xc78): undefined reference to `HMAC_Init_ex'
    crypto_branch.c:(.text+0xc93): undefined reference to `HMAC_Update'
    crypto_branch.c:(.text+0xcc6): undefined reference to `HMAC_Final'
    crypto_branch.c:(.text+0xce9): undefined reference to `HMAC_CTX_cleanup'
    crypto_branch.c:(.text+0xd1e): undefined reference to `EVP_md5'
    crypto_branch.c:(.text+0xd4a): undefined reference to `HMAC'
    crypto_branch.c:(.text+0xd6f): undefined reference to `EVP_sha1'
    crypto_branch.c:(.text+0xd9b): undefined reference to `HMAC'
    /tmp/ccSatXF9.o: In function `calc_mic_ext':
    crypto_branch.c:(.text+0xfdd): undefined reference to `HMAC_CTX_init'
    crypto_branch.c:(.text+0xfe2): undefined reference to `EVP_sha1'
    crypto_branch.c:(.text+0x1009): undefined reference to `HMAC_Init_ex'
    crypto_branch.c:(.text+0x1045): undefined reference to `HMAC_Init_ex'
    crypto_branch.c:(.text+0x1063): undefined reference to `HMAC_Update'
    crypto_branch.c:(.text+0x109d): undefined reference to `HMAC_Final'
    crypto_branch.c:(.text+0x10c0): undefined reference to `HMAC_CTX_cleanup'
    crypto_branch.c:(.text+0x1100): undefined reference to `EVP_md5'
    crypto_branch.c:(.text+0x1128): undefined reference to `HMAC'
    crypto_branch.c:(.text+0x1158): undefined reference to `EVP_sha1'
    crypto_branch.c:(.text+0x1180): undefined reference to `HMAC'
    /tmp/ccSatXF9.o: In function `calc_maic':
    crypto_branch.c:(.text+0x11e2): undefined reference to `EVP_md5'
    crypto_branch.c:(.text+0x1208): undefined reference to `HMAC'
    crypto_branch.c:(.text+0x1224): undefined reference to `EVP_sha1'
    crypto_branch.c:(.text+0x124a): undefined reference to `HMAC'
    /tmp/ccSatXF9.o: In function `calc_ptk':
    crypto_branch.c:(.text+0x1e7b): undefined reference to `EVP_sha1'
    crypto_branch.c:(.text+0x1eaa): undefined reference to `HMAC'
    crypto_branch.c:(.text+0x1efd): undefined reference to `EVP_md5'
    crypto_branch.c:(.text+0x1f22): undefined reference to `HMAC'
    crypto_branch.c:(.text+0x1f52): undefined reference to `EVP_sha1'
    crypto_branch.c:(.text+0x1f77): undefined reference to `HMAC'
    /tmp/ccSatXF9.o: In function `decrypt_ccmp':
    crypto_branch.c:(.text+0x3f63): undefined reference to `AES_set_encrypt_key'
    crypto_branch.c:(.text+0x3f7d): undefined reference to `AES_encrypt'
    crypto_branch.c:(.text+0x3faf): undefined reference to `AES_encrypt'
    crypto_branch.c:(.text+0x3fe5): undefined reference to `AES_encrypt'
    crypto_branch.c:(.text+0x4014): undefined reference to `AES_encrypt'
    crypto_branch.c:(.text+0x40bd): undefined reference to `AES_encrypt'
    /tmp/ccSatXF9.o:crypto_branch.c:(.text+0x4116): more undefined references to `AES_encrypt' follow
    collect2: ld gab 1 als Ende-Status zurück
    Source vom Git; openssl, libopenssl-dev, crypto etc sind installiert, Kernel ist 3.0.0-14-generic

    Ich weiss dass mir irgendeine Bibliothek fehlt, bekomm nur nicht raus welche O.o
    Wär nett wenn da mal jemand nen Tipp hätte

    €: Habs hinbekommen, Problem liegt an der Libssl-dev1.X die unter Ubuntu 11.10 verwendet wird, habs jetzt mit ner Live-Distro 11.04 gemacht, damit gings Problemlos

    mfg
    Geändert von xDate (13.01.2012 um 17:15:31 Uhr)

  3. #73
    Registriert seit
    16.01.2012
    Ort
    geheim
    Beiträge
    1
    Renommee-Modifikator
    0

    Standard libosdep.a

    Hallo ....
    ich möchte gern speedpwn testen, jedoch hab ich ein Problem namens "libosdep.a"
    Beim compilieren bekomme ich die Meldung gcc: osdep/libosdep.a: No such file or directory
    aircrack source, openssl-dev ist installiert.

    Wieso ist die libosdep.a nicht im osdep ordner und woran hab ich nicht gedacht ???


    Für hilfreiche Tipps wär ich sehr dankbar, Onkel Google konnte mir auch nicht weiterhelfen


    SORRY für den Beitrag, habs selbst hinbekommen. Trotzdem Danke ...
    Geändert von tester1100101 (19.01.2012 um 00:09:58 Uhr)

  4. #74
    Registriert seit
    26.05.2010
    Beiträge
    10
    Renommee-Modifikator
    1

    Standard speedpwn unter ubuntu 11.10

    Hallo.

    ich würde gerne speedpwn unter ubuntu 11.10 zum laufen bekommem

    xDate schreibt dazu:

    €: Habs hinbekommen, Problem liegt an der Libssl-dev1.X die unter Ubuntu 11.10 verwendet wird, habs jetzt mit ner Live-Distro 11.04 gemacht, damit gings Problemlos

    Eine Frage wie kann ich mit einer Live cd speedpwn mit der richtigen libssl kompilieren? Diese liegt ja der live cd nicht bei?
    Gibt es einen anderen Weg speedpwn unter ubuntu 11.10 zum laufen zu bekommen?

    Vielen Dank

  5. #75
    Registriert seit
    26.05.2010
    Beiträge
    10
    Renommee-Modifikator
    1

    Standard

    Könnte jemand mal speedpwn patchen damit es auch unter ubuntu 11.10 läuft?
    Danke

  6. #76
    Registriert seit
    05.05.2009
    Beiträge
    149
    Renommee-Modifikator
    0

    Standard

    Jo. Ich habe das Selbe Problem.
    Leider kann ich die libssl auch nich runterschrauben auf ne vorherige version oder so.
    Kann vielleicht wirklich jemand zumindest ungefähr erklären woran das liegt, dass unter 11.10 dies herauskommt:
    Code:
    /tmp/cc2CuKBQ.o: In function `encrypt_wep':
    crypto_branch.c:(.text+0x3f): undefined reference to `RC4_set_key'
    crypto_branch.c:(.text+0x65): undefined reference to `RC4'
    /tmp/cc2CuKBQ.o: In function `calc_pmk':
    crypto_branch.c:(.text+0x406): undefined reference to `SHA1_Init'
    crypto_branch.c:(.text+0x424): undefined reference to `SHA1_Update'
    crypto_branch.c:(.text+0x473): undefined reference to `SHA1_Init'
    crypto_branch.c:(.text+0x491): undefined reference to `SHA1_Update'
    crypto_branch.c:(.text+0x4e1): undefined reference to `EVP_sha1'
    crypto_branch.c:(.text+0x50e): undefined reference to `HMAC'
    crypto_branch.c:(.text+0x5e7): undefined reference to `SHA1_Update'
    crypto_branch.c:(.text+0x600): undefined reference to `SHA1_Final'
    crypto_branch.c:(.text+0x6a8): undefined reference to `SHA1_Update'
    crypto_branch.c:(.text+0x6c1): undefined reference to `SHA1_Final'
    crypto_branch.c:(.text+0x786): undefined reference to `EVP_sha1'
    crypto_branch.c:(.text+0x7ac): undefined reference to `HMAC'
    crypto_branch.c:(.text+0x889): undefined reference to `SHA1_Update'
    crypto_branch.c:(.text+0x8a2): undefined reference to `SHA1_Final'
    crypto_branch.c:(.text+0x94a): undefined reference to `SHA1_Update'
    crypto_branch.c:(.text+0x963): undefined reference to `SHA1_Final'
    /tmp/cc2CuKBQ.o: In function `calc_mic':
    crypto_branch.c:(.text+0xc10): undefined reference to `HMAC_CTX_init'
    crypto_branch.c:(.text+0xc15): undefined reference to `EVP_sha1'
    crypto_branch.c:(.text+0xc3c): undefined reference to `HMAC_Init_ex'
    crypto_branch.c:(.text+0xc78): undefined reference to `HMAC_Init_ex'
    crypto_branch.c:(.text+0xc93): undefined reference to `HMAC_Update'
    crypto_branch.c:(.text+0xcc6): undefined reference to `HMAC_Final'
    crypto_branch.c:(.text+0xce9): undefined reference to `HMAC_CTX_cleanup'
    crypto_branch.c:(.text+0xd1e): undefined reference to `EVP_md5'
    crypto_branch.c:(.text+0xd4a): undefined reference to `HMAC'
    crypto_branch.c:(.text+0xd6f): undefined reference to `EVP_sha1'
    crypto_branch.c:(.text+0xd9b): undefined reference to `HMAC'
    /tmp/cc2CuKBQ.o: In function `calc_mic_ext':
    crypto_branch.c:(.text+0xfdd): undefined reference to `HMAC_CTX_init'
    crypto_branch.c:(.text+0xfe2): undefined reference to `EVP_sha1'
    crypto_branch.c:(.text+0x1009): undefined reference to `HMAC_Init_ex'
    crypto_branch.c:(.text+0x1045): undefined reference to `HMAC_Init_ex'
    crypto_branch.c:(.text+0x1063): undefined reference to `HMAC_Update'
    crypto_branch.c:(.text+0x109d): undefined reference to `HMAC_Final'
    crypto_branch.c:(.text+0x10c0): undefined reference to `HMAC_CTX_cleanup'
    crypto_branch.c:(.text+0x1100): undefined reference to `EVP_md5'
    crypto_branch.c:(.text+0x1128): undefined reference to `HMAC'
    crypto_branch.c:(.text+0x1158): undefined reference to `EVP_sha1'
    crypto_branch.c:(.text+0x1180): undefined reference to `HMAC'
    /tmp/cc2CuKBQ.o: In function `calc_maic':
    crypto_branch.c:(.text+0x11e2): undefined reference to `EVP_md5'
    crypto_branch.c:(.text+0x1208): undefined reference to `HMAC'
    crypto_branch.c:(.text+0x1224): undefined reference to `EVP_sha1'
    crypto_branch.c:(.text+0x124a): undefined reference to `HMAC'
    /tmp/cc2CuKBQ.o: In function `calc_ptk':
    crypto_branch.c:(.text+0x1e7b): undefined reference to `EVP_sha1'
    crypto_branch.c:(.text+0x1eaa): undefined reference to `HMAC'
    crypto_branch.c:(.text+0x1efd): undefined reference to `EVP_md5'
    crypto_branch.c:(.text+0x1f22): undefined reference to `HMAC'
    crypto_branch.c:(.text+0x1f52): undefined reference to `EVP_sha1'
    crypto_branch.c:(.text+0x1f77): undefined reference to `HMAC'
    /tmp/cc2CuKBQ.o: In function `decrypt_ccmp':
    crypto_branch.c:(.text+0x3f63): undefined reference to `AES_set_encrypt_key'
    crypto_branch.c:(.text+0x3f7d): undefined reference to `AES_encrypt'
    crypto_branch.c:(.text+0x3faf): undefined reference to `AES_encrypt'
    crypto_branch.c:(.text+0x3fe5): undefined reference to `AES_encrypt'
    crypto_branch.c:(.text+0x4014): undefined reference to `AES_encrypt'
    crypto_branch.c:(.text+0x40bd): undefined reference to `AES_encrypt'
    /tmp/cc2CuKBQ.o:crypto_branch.c:(.text+0x4116): more undefined references to `AES_encrypt' follow
    collect2: ld gab 1 als Ende-Status zurück
    Wenn jemand das anständig erklären könnte würd ich versuchen das zu lösen auch wenn ich in C ziemlich schlecht bin. Oder vielleicht kann gnoxter das ja höchstselbst lösen?
    Danke

+ Auf Thema antworten
Seite 8 von 8 Erste ... 6 7 8

Ähnliche Themen

  1. Welcher Router
    Von einsteiger2067 im Forum AccessPoints / Router
    Antworten: 10
    Letzter Beitrag: 08.12.2006, 22:25:31
  2. Accesspoints (WRT)
    Von Da Original Fighter im Forum FAQ
    Antworten: 0
    Letzter Beitrag: 22.05.2006, 15:38:12

Besucher haben nach folgendem gesucht:

speedpwn

speedpwn downloadgcc speedpwnspeedpwn tutorialspeedpwn windowsspeedpwn anleitungspeedpwn backtracklinux ubuntu aircrack compielierenbacktrack speedpwnspeedpwn installieren

Stichworte

Forumregeln

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein

Berlin - Spandau - WLAN Adapter