davidbombal / red-python-scripts

MIT License
1.99k stars 1.58k forks source link

Fixed a small bug in discovering access points #8

Closed Zubayer204 closed 3 years ago

Zubayer204 commented 3 years ago

In the script, I think that you used the first result in the chec_wifi_result list to discover the access points. But the user might have chosen another interface to do this. This chosen interface is save in hacknic variable. If I am right then this should be changed. Thank you.