Remove interface availability check in main function to streamline execution flow
This commit is contained in:
parent
687d242d89
commit
4f627a819d
1 changed files with 0 additions and 3 deletions
|
@ -359,9 +359,6 @@ def main():
|
|||
print(f" {bssid} → {vendor}")
|
||||
|
||||
reset_interface(args.monitor_iface)
|
||||
if not wait_for_interface_up(args.monitor_iface):
|
||||
print("[!] Interface failed to become available. Exiting.")
|
||||
sys.exit(1)
|
||||
|
||||
def get_mac_vendor(mac):
|
||||
prefix = mac.upper()[0:8].replace(":", "-")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue