Salve, oggi volevo installare Aircrack-ng sul mio 701 sono riuscito a scompattare l'archivio .tar.gz ma ora non so andare avanti :crycry:.
Chi mi posta una mini-guida su come andare avanti??
Printable View
Salve, oggi volevo installare Aircrack-ng sul mio 701 sono riuscito a scompattare l'archivio .tar.gz ma ora non so andare avanti :crycry:.
Chi mi posta una mini-guida su come andare avanti??
guarda se dentro c'è un file install.txt o readme.txt ci dovrebbero essere le istruzioni che non sono mai riuscito a capire
Se ti sei scaricato i sorgenti vai di
./configure
make
make install
(ovviamente spostati prima sulla dir dei sorgenti).
Credo ci siano degli errori :crycry:Codice:orbito@orbito-laptop:~$ cd aircrack-ng-1.0-rc3
orbito@orbito-laptop:~/aircrack-ng-1.0-rc3$ ./configure
bash: ./configure: No such file or directory
orbito@orbito-laptop:~/aircrack-ng-1.0-rc3$ make
make -C src all
make[1]: Entering directory `/home/orbito/aircrack-ng-1.0-rc3/src'
make -C osdep
make[2]: Entering directory `/home/orbito/aircrack-ng-1.0-rc3/src/osdep'
Building for Linux
make[3]: Entering directory `/home/orbito/aircrack-ng-1.0-rc3/src/osdep'
make[3]: `.os.Linux' is up to date.
make[3]: Leaving directory `/home/orbito/aircrack-ng-1.0-rc3/src/osdep'
make[2]: Leaving directory `/home/orbito/aircrack-ng-1.0-rc3/src/osdep'
gcc -g -W -Wall -Werror -O3 -D_FILE_OFFSET_BITS=64 -D_REVISION=0 -Iinclude -c -o aircrack-ng.o aircrack-ng.c
makeIn file included from aircrack-ng.c:65:
crypto.h:12:26: error: openssl/hmac.h: No such file or directory
crypto.h:13:25: error: openssl/sha.h: No such file or directory
crypto.h:15:25: error: openssl/rc4.h: No such file or directory
crypto.h:16:25: error: openssl/aes.h: No such file or directory
cc1: warnings being treated as errors
In file included from aircrack-ng.c:69:
sha1-sse2.h: In function ‘calc_4pmk’:
sha1-sse2.h:143: error: implicit declaration of function ‘HMAC’
sha1-sse2.h:143: error: implicit declaration of function ‘EVP_sha1’
aircrack-ng.c: In function ‘crack_wpa_thread’:
aircrack-ng.c:3876: error: implicit declaration of function ‘EVP_md5’
make[1]: *** [aircrack-ng.o] Error 1
make[1]: Leaving directory `/home/orbito/aircrack-ng-1.0-rc3/src'
make: *** [all] Error 2
orbito@orbito-laptop:~/aircrack-ng-1.0-rc3$ make install
make -C src install
make[1]: Entering directory `/home/orbito/aircrack-ng-1.0-rc3/src'
make -C osdep
make[2]: Entering directory `/home/orbito/aircrack-ng-1.0-rc3/src/osdep'
Building for Linux
make[3]: Entering directory `/home/orbito/aircrack-ng-1.0-rc3/src/osdep'
make[3]: `.os.Linux' is up to date.
make[3]: Leaving directory `/home/orbito/aircrack-ng-1.0-rc3/src/osdep'
make[2]: Leaving directory `/home/orbito/aircrack-ng-1.0-rc3/src/osdep'
gcc -g -W -Wall -Werror -O3 -D_FILE_OFFSET_BITS=64 -D_REVISION=0 -Iinclude -c -o aircrack-ng.o aircrack-ng.c
In file included from aircrack-ng.c:65:
crypto.h:12:26: error: openssl/hmac.h: No such file or directory
crypto.h:13:25: error: openssl/sha.h: No such file or directory
crypto.h:15:25: error: openssl/rc4.h: No such file or directory
crypto.h:16:25: error: openssl/aes.h: No such file or directory
cc1: warnings being treated as errors
In file included from aircrack-ng.c:69:
sha1-sse2.h: In function ‘calc_4pmk’:
sha1-sse2.h:143: error: implicit declaration of function ‘HMAC’
sha1-sse2.h:143: error: implicit declaration of function ‘EVP_sha1’
aircrack-ng.c: In function ‘crack_wpa_thread’:
aircrack-ng.c:3876: error: implicit declaration of function ‘EVP_md5’
make[1]: *** [aircrack-ng.o] Error 1
make[1]: Leaving directory `/home/orbito/aircrack-ng-1.0-rc3/src'
make: *** [install] Error 2
orbito@orbito-laptop:~/aircrack-ng-1.0-rc3$
=== Requirements ===
* OpenSSL development package
* If you want to use airolib-ng and '-r' option on aircrack-ng,
- SQLite development package >= 3.3.17 (3.6.X version or better is recommended)
- autoconf 2.50
- libtool
* On windows, cygwin has to be use and it also requires w32api and gcc-4 package.
* If you want to use Airpcap, the 'developer' directory from the CD is required.
* On OSX, patch is required.
=== Compilating ===
* Compilation:
make
* Strip debugging symbols:
make strip
* Installing:
make install
* Uninstall:
make uninstall