Closed ThomasTJdev closed 8 years ago
Hi RedToor
Regarding module: ewil_twin.py KatanaFramework/modules/wifi/evil_twin.py Line 59
Current call: commands.getoutput("kilall "+p)
commands.getoutput("kilall "+p)
Instead of (2 x l): commands.getoutput("killall "+p)
commands.getoutput("killall "+p)
Kind regards TTJ
fixed !
Hi RedToor
Regarding module: ewil_twin.py KatanaFramework/modules/wifi/evil_twin.py Line 59
Current call:
commands.getoutput("kilall "+p)
Instead of (2 x l):
commands.getoutput("killall "+p)
Kind regards TTJ