MDK3-V6 sparito dopo aggiornamento distro.

Started by drek, November 16, 2011, 06:41:45 PM

Previous topic - Next topic

drek

Salve a tutti,

qualche settimana fa ho eseguito il distro update di backbox 2 direttamente dal gestore di aggiornamenti di backbox 2 . Al riavvio il tool mdk3 presente prima dell'aggiornamento è sparito. Così ho scaricato nuovamente il file .tar dal sito ufficiale del progetto e ho provato ad installarlo nuovamente. Sta di fatto che dando make mi da il seguente errore:

Quoteroot@hp:~/mdk3-v6# make
make -C osdep
make[1]: ingresso nella directory "/home/nick/mdk3-v6/osdep"
Building for Linux
make[2]: ingresso nella directory "/home/nick/mdk3-v6/osdep"
make[2]: ".os.Linux" è aggiornato.
make[2]: uscita dalla directory "/home/nick/mdk3-v6/osdep"
make[1]: uscita dalla directory "/home/nick/mdk3-v6/osdep"
cc -g -O3 -Wall -Wextra -lpthread mdk3.c osdep/libosdep.a -o mdk3 -Losdep -losdep
mdk3.c: In function ‘ssid_brute_sniffer’:
mdk3.c:1512:9: warning: variable ‘len’ set but not used [-Wunused-but-set-variable]
mdk3.c: In function ‘mac_bruteforce_sniffer’:
mdk3.c:1926:9: warning: variable ‘plen’ set but not used [-Wunused-but-set-variable]
mdk3.c: In function ‘eapol_machine’:
mdk3.c:2560:17: warning: variable ‘len’ set but not used [-Wunused-but-set-variable]
mdk3.c: In function ‘check_probe’:
mdk3.c:3153:9: warning: variable ‘len’ set but not used [-Wunused-but-set-variable]
mdk3.c: In function ‘mdk_parser’:
mdk3.c:3393:2: warning: format not a string literal and no format arguments [-Wformat-security]
mdk3.c:3409:3: warning: format not a string literal and no format arguments [-Wformat-security]
mdk3.c:3413:3: warning: format not a string literal and no format arguments [-Wformat-security]
mdk3.c:3431:5: warning: format not a string literal and no format arguments [-Wformat-security]
mdk3.c:3436:5: warning: format not a string literal and no format arguments [-Wformat-security]
mdk3.c:3494:3: warning: format not a string literal and no format arguments [-Wformat-security]
mdk3.c:3535:3: warning: format not a string literal and no format arguments [-Wformat-security]
mdk3.c:3555:9: warning: format not a string literal and no format arguments [-Wformat-security]
mdk3.c:3565:15: warning: format not a string literal and no format arguments [-Wformat-security]
mdk3.c:3569:3: warning: format not a string literal and no format arguments [-Wformat-security]
mdk3.c:3574:3: warning: format not a string literal and no format arguments [-Wformat-security]
mdk3.c:3602:3: warning: format not a string literal and no format arguments [-Wformat-security]
mdk3.c:3608:3: warning: format not a string literal and no format arguments [-Wformat-security]
mdk3.c:3630:3: warning: format not a string literal and no format arguments [-Wformat-security]
mdk3.c:3636:3: warning: format not a string literal and no format arguments [-Wformat-security]
mdk3.c:3640:3: warning: format not a string literal and no format arguments [-Wformat-security]
mdk3.c:3655:3: warning: format not a string literal and no format arguments [-Wformat-security]
mdk3.c:3663:2: warning: format not a string literal and no format arguments [-Wformat-security]
mdk3.c:3672:2: warning: format not a string literal and no format arguments [-Wformat-security]
mdk3.c: In function ‘main’:
mdk3.c:3855:2: warning: format not a string literal and no format arguments [-Wformat-security]
mdk3.c:3862:6: warning: format not a string literal and no format arguments [-Wformat-security]
mdk3.c:3868:3: warning: format not a string literal and no format arguments [-Wformat-security]
mdk3.c:3871:3: warning: format not a string literal and no format arguments [-Wformat-security]
mdk3.c:3874:3: warning: format not a string literal and no format arguments [-Wformat-security]
mdk3.c:3877:3: warning: format not a string literal and no format arguments [-Wformat-security]
mdk3.c:3880:3: warning: format not a string literal and no format arguments [-Wformat-security]
mdk3.c:3883:3: warning: format not a string literal and no format arguments [-Wformat-security]
mdk3.c:3886:3: warning: format not a string literal and no format arguments [-Wformat-security]
mdk3.c:3889:3: warning: format not a string literal and no format arguments [-Wformat-security]
mdk3.c:3892:3: warning: format not a string literal and no format arguments [-Wformat-security]
mdk3.c:3895:3: warning: format not a string literal and no format arguments [-Wformat-security]
mdk3.c:3902:2: warning: format not a string literal and no format arguments [-Wformat-security]
mdk3.c:3904:2: warning: format not a string literal and no format arguments [-Wformat-security]
mdk3.c:3905:2: warning: format not a string literal and no format arguments [-Wformat-security]
mdk3.c:3906:2: warning: format not a string literal and no format arguments [-Wformat-security]
mdk3.c:3907:2: warning: format not a string literal and no format arguments [-Wformat-security]
mdk3.c:3908:2: warning: format not a string literal and no format arguments [-Wformat-security]
mdk3.c:3909:2: warning: format not a string literal and no format arguments [-Wformat-security]
mdk3.c:3910:2: warning: format not a string literal and no format arguments [-Wformat-security]
mdk3.c:3911:2: warning: format not a string literal and no format arguments [-Wformat-security]
mdk3.c:3912:2: warning: format not a string literal and no format arguments [-Wformat-security]
/tmp/ccFps9NW.o: In function `init_channel_hopper':
/home/nick/mdk3-v6/mdk3.c:1269: undefined reference to `pthread_create'
/tmp/ccFps9NW.o: In function `ssid_brute':
/home/nick/mdk3-v6/mdk3.c:2282: undefined reference to `pthread_create'
/tmp/ccFps9NW.o: In function `ssid_brute_real':
/home/nick/mdk3-v6/mdk3.c:2332: undefined reference to `pthread_create'
/tmp/ccFps9NW.o: In function `intelligent_auth_dos':
/home/nick/mdk3-v6/mdk3.c:2702: undefined reference to `pthread_create'
/tmp/ccFps9NW.o: In function `wids_machine':
/home/nick/mdk3-v6/mdk3.c:2790: undefined reference to `pthread_create'
/tmp/ccFps9NW.o:/home/nick/mdk3-v6/mdk3.c:2868: more undefined references to `pthread_create' follow
collect2: ld returned 1 exit status
make: *** [mdk3] Errore 1

come potrei risolvere?

grazie in anticipo.

raffaele

raffaele@backbox:~$ Get root or die tryin'

drek

se fosse stato cosi semplice lo avrei già fatto. il comando apt-get mi da :

"impossibile trovare il pacchetto mdk3"

raffaele

ma per "distro update di backbox" vuoi dire il passaggio ad ubuntu 11.10? se è cosi devi riabilitare i repository di backbox. trovi tutta la documentazione sul wiki
raffaele@backbox:~$ Get root or die tryin'

drek

potresti indicarmi il link. nella wiki di backbox http://wiki.backbox.org/index.php/Main_Page non ho trovato nulla. A dir il vero pensavo ci fossero più cose.

E' comunque strano che installandolo dal pacchetto compresso mi dia quell'errore. Prima della distro update, andava tutto a meraviglia.

La versione precedentemente installata di backbox era l'ultima, ovvero quella del 3 set. Ora non saprei quale repository devo riattivare.