Live testing
This commit is contained in:
parent
a2731924cb
commit
5f51f1afad
|
|
@ -168,6 +168,7 @@ class sys_command():
|
|||
lower = output.lower()
|
||||
if 'triggers' in self.opts:
|
||||
for trigger in list(self.opts['triggers']):
|
||||
print(trigger.lower(), 'vs', lower)
|
||||
if trigger.lower() in lower:
|
||||
if 'debug' in self.opts and self.opts['debug']:
|
||||
print('[N] Writing to subsystem: {}'.format(self.opts['triggers'][trigger]))
|
||||
|
|
|
|||
Loading…
Reference in New Issue