fixing print issue in scan port

This commit is contained in:
Ibrahim 2016-11-02 10:03:07 +00:00
parent 59dc43ecbb
commit f296624b56
1 changed files with 1 additions and 1 deletions

View File

@ -877,7 +877,7 @@ class portscan():
pass
self.lock.release()
if len(openports) > 0:
self.print_("%s%s%s - %sFound open ports:%s %s%s%s"%(G,host,W,R,W,Y,', '.join(openports),W))
print("%s%s%s - %sFound open ports:%s %s%s%s"%(G,host,W,R,W,Y,', '.join(openports),W))
def run(self):
for subdomain in self.subdomains: