PowerScript / KatanaFramework

The New Hacking Framework
http://powerscript.github.io/KatanaFramework/
691 stars 224 forks source link

BUG: Call to 'kilall' instead of 'killall' in evil_twin.py #7

Closed ThomasTJdev closed 8 years ago

ThomasTJdev commented 8 years ago

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

RedToor commented 8 years ago

fixed !