P
phreakerrazdva
всем привет!захотелось поставить в свой kali новую версию bully от aanarchy, с поддержкой атаки pixiedust так как дефолтная версия такую атаку недержит!устанавливаю так-сначала кидаю в корзину старый bully а потом все как по инструкции на github но неполучается вылазеет много ошибок типа:
crypto/crypto_openssl.c: In function 'dh5_init':
crypto/crypto_openssl.c:426:4: error: dereferencing pointer to incomplete type 'DH {aka struct dh_st}'
dh->g = BN_new();
^~
In file included from bully.c:89:0:
80211.c: In function 'reassoc':
80211.c:328:16: warning: implicit declaration of function 'set_chan' [-Wimplicit-function-declaration]
G->chanx = set_chan(G, tag->data[0]);
^~~~~~~~
помогите пожайлуста подскажите что не так
crypto/crypto_openssl.c: In function 'dh5_init':
crypto/crypto_openssl.c:426:4: error: dereferencing pointer to incomplete type 'DH {aka struct dh_st}'
dh->g = BN_new();
^~
In file included from bully.c:89:0:
80211.c: In function 'reassoc':
80211.c:328:16: warning: implicit declaration of function 'set_chan' [-Wimplicit-function-declaration]
G->chanx = set_chan(G, tag->data[0]);
^~~~~~~~
помогите пожайлуста подскажите что не так