Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "pulse.py", line 120, in setupPasswords
with open(self.wordlist,'r') as passwords:
IOError: [Errno 2] No such file or directory: 'password.txt'
what did i do wrong?
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "pulse.py", line 120, in setupPasswords
with open(self.wordlist,'r') as passwords:
IOError: [Errno 2] No such file or directory: 'password.txt'
what did i do wrong?