infosec-au / altdns

Generates permutations, alterations and mutations of subdomains and then resolves them
Apache License 2.0
2.26k stars 446 forks source link

issue with threads #4

Closed merlin303 closed 8 years ago

merlin303 commented 8 years ago

I'm running this on an old laptop and am getting the following error

Traceback (most recent call last): File "./altdns.py", line 158, in t.start() File "/usr/lib/python2.7/threading.py", line 736, in start _start_new_thread(self.bootstrap, ()) thread.error: can't start new thread Exception in thread Thread-378: 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 "./altdns.py", line 115, in get_cname progress += 1 TypeError: unsupported operand type(s) for +=: 'NoneType' and 'int'

infosec-au commented 8 years ago

Hi @merlin303 - this issue has been fixed due to a pull request from @avlidienbrunn. I'm closing this bug report as resolved now.