mirror of
https://github.com/lgandx/Responder.git
synced 2025-12-09 14:11:30 +00:00
change IsOSX to utils.IsOsX. Fixes #89
This commit is contained in:
@@ -65,7 +65,7 @@ class Settings:
|
|||||||
|
|
||||||
def populate(self, options):
|
def populate(self, options):
|
||||||
|
|
||||||
if options.Interface is None and IsOsX() is False:
|
if options.Interface is None and utils.IsOsX() is False:
|
||||||
print utils.color("Error: -I <if> mandatory option is missing", 1)
|
print utils.color("Error: -I <if> mandatory option is missing", 1)
|
||||||
sys.exit(-1)
|
sys.exit(-1)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user