MS-WEB-BN / h4rpy

Automated WPA/WPA2 PSK attack tool.
510 stars 86 forks source link

Missing ifconfig #3

Closed iz0bbz closed 3 years ago

iz0bbz commented 3 years ago

mm_ad.sh needs ifconfig , but in Debian 10 it is not installed by default (ip is used instead) You could add 'apt-get install -y net-tools' to config.sh

MS-WEB-BN commented 3 years ago

@iz0bbz net-tools package installation will be added to config.sh. Thank you for your contribution.