atenreiro / opensquat

The openSquat is an open-source tool for detecting domain look-alikes by searching for newly registered domains that might be impersonating legit domains and brands.
https://opensquat.com
GNU General Public License v3.0
685 stars 130 forks source link

No attribute port checl? #47

Closed wargasmtg closed 3 years ago

wargasmtg commented 3 years ago

I am running the latest version, but I am getting this error;

[*] Verifying keyword: nescafe [ 101 / 102 ]

Progress: 98.5 %

[*] Verifying keyword: mastercard [ 102 / 102 ]

Progress: 99.0 % Progress: 99.6 % Traceback (most recent call last): File "opensquat.py", line 78, in or args.portscheck: AttributeError: 'Namespace' object has no attribute 'portscheck'

atenreiro commented 3 years ago

oh snap!

Bug fixed. It was a typo: "portcheck" and not "portscheck".

Please pull the latest version.

Thanks!

wargasmtg commented 3 years ago

Works once more!