Search Criteria
Package Details: kismet-plugins-restricted 2016_01_R1-1
Git Clone URL: | https://aur.archlinux.org/kismet-plugins-restricted.git (read-only, click to copy) |
---|---|
Package Base: | kismet-plugins-restricted |
Description: | Restricted plugins (AutoWEP and PTW attack) for Kismet |
Upstream URL: | http://www.kismetwireless.net/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | jamesan |
Maintainer: | jamesan |
Last Packager: | jamesan |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2016-04-19 12:18 |
Last Updated: | 2016-04-19 12:19 |
Latest Comments
GI_Jack commented on 2017-12-11 17:13
aircrack-crypto.cc: In function ‘void calc_mic(AP_info, unsigned char, unsigned char, unsigned char)’: aircrack-crypto.cc:277:11: error: aggregate ‘HMAC_CTX ctx’ has incomplete type and cannot be defined HMAC_CTX ctx; ^~~ aircrack-crypto.cc:303:2: error: ‘HMAC_CTX_init’ was not declared in this scope HMAC_CTX_init(&ctx); ^~~~~~~~~~~~~ aircrack-crypto.cc:303:2: note: suggested alternative: ‘HMAC_CTX_new’ HMAC_CTX_init(&ctx); ^~~~~~~~~~~~~ HMAC_CTX_new aircrack-crypto.cc:313:2: error: ‘HMAC_CTX_cleanup’ was not declared in this scope HMAC_CTX_cleanup(&ctx);