WPA handshake capture and cracking almost setup
This commit is contained in:
@@ -86,6 +86,9 @@ class Process(object):
|
||||
''' Returns exit code if process is dead, otherwise "None" '''
|
||||
return self.pid.poll()
|
||||
|
||||
def wait(self):
|
||||
self.pid.wait()
|
||||
|
||||
def running_time(self):
|
||||
''' Returns number of seconds since process was started '''
|
||||
return int(time.time() - self.start_time)
|
||||
|
||||
Reference in New Issue
Block a user