aboul3la / Sublist3r

Fast subdomains enumeration tool for penetration testers
GNU General Public License v2.0
9.67k stars 2.09k forks source link

AttributeError: portscan instance has no attribute 'print_' #49

Closed Tycx2ry closed 7 years ago

Tycx2ry commented 7 years ago

nice tool,thanks for sharing it. i got this:

[-] Total Unique Subdomains Found: 18
[-] Start port scan now for the following ports: 80,443,8080,81,82,8081,8082
Exception in thread Thread-1:
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.7/threading.py", line 763, in run
    self.__target(*self.__args, **self.__kwargs)
  File "sublist3r.py", line 880, in port_scan
    self.print_("%s%s%s - %sFound open ports:%s %s%s%s"%(G,host,W,R,W,Y,', '.join(openports),W))
AttributeError: portscan instance has no attribute 'print_'

Exception in thread Thread-18:
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.7/threading.py", line 763, in run
    self.__target(*self.__args, **self.__kwargs)
  File "sublist3r.py", line 880, in port_scan
    self.print_("%s%s%s - %sFound open ports:%s %s%s%s"%(G,host,W,R,W,Y,', '.join(openports),W))
AttributeError: portscan instance has no attribute 'print_'
[-] Total Unique Subdomains Found: 18
[-] Start port scan now for the following ports: 80,443,8080,81,82,8081,8082
Exception in thread Thread-1:
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.7/threading.py", line 763, in run
    self.__target(*self.__args, **self.__kwargs)
  File "sublist3r.py", line 880, in port_scan
    self.print_("%s%s%s - %sFound open ports:%s %s%s%s"%(G,host,W,R,W,Y,', '.join(openports),W))
AttributeError: portscan instance has no attribute 'print_'

Exception in thread Thread-18:
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.7/threading.py", line 763, in run
    self.__target(*self.__args, **self.__kwargs)
  File "sublist3r.py", line 880, in port_scan
    self.print_("%s%s%s - %sFound open ports:%s %s%s%s"%(G,host,W,R,W,Y,', '.join(openports),W))
AttributeError: portscan instance has no attribute 'print_'
the-st0rm commented 7 years ago

that should have been fixed now. Please pull the latest push