Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>

Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-09-01 10:04:49 +02:00
parent 5a29d89f90
commit 121ef95f3a

View File

@ -262,7 +262,7 @@ class Fix_BRCMF(plugins.Plugin):
# success! now make the mon0
try:
cmd_output = subprocess.check_output(
"airmon-ng start wlan0",
"monstart",
shell=True)
self.logPrintView("info",
"[FixBRCMF interface add wlan0mon] worked #%d: %s" % (tries, cmd_output))