Plazmaz / Sublist3r

Fast subdomains enumeration tool for penetration testers
GNU General Public License v2.0
117 stars 23 forks source link

cannot start a process twice #13

Closed Benoculars closed 5 years ago

Benoculars commented 6 years ago

Simply running py sublist3r.py -v -d exmaple.com gives this error:

Traceback (most recent call last):
  File "sublist3r.py", line 78, in <module>
    takeover_check=takeover_check, engines=engines)
  File "sublist3r.py", line 59, in main
    return scanner.scan()
  File "C:\Users\Ben\Desktop\Sublist3r-master\Sublist3r-master\subscann3r.py", line 88, in scan
    enum.start()
  File "C:\Users\Ben\AppData\Local\Programs\Python\Python36-32\lib\multiprocessing\process.py", line 99, in start
    assert self._popen is None, 'cannot start a process twice'
AttributeError: 'BaiduEnum' object has no attribute '_popen'

This is on Windows 10, Python 3.6.1

Plazmaz commented 6 years ago

Will take a look ASAP, thanks.

Plazmaz commented 6 years ago

Should be resolved by #15! Let me know if that's not true.

Benoculars commented 6 years ago

Hmm, still getting the same error even with the fix.

Plazmaz commented 6 years ago

@Benoculars sorry for the late response, but is this still an issue? I'm unable to reproduce it on my Ubuntu python 3 machine.

Plazmaz commented 5 years ago

Should be resolved.