BitTheByte / Domainker

BugBounty Tool
39 stars 21 forks source link

Regarding update #1.76 #4

Closed BitTheByte closed 5 years ago

BitTheByte commented 5 years ago

Summary

Due to some base code changes domainker version:1.76 files will not be compatible with any other version. any version lower than 1.76 will crash

Error message:

Traceback (most recent call last):
  File "domainker.py", line 43, in <module>
    scan(args.input,args.request_timeout)
  File "domainker.py", line 7, in scan
    HOST   = urlify(endpoint)['URL_FILE'],
TypeError: 'cls' object has no attribute '__getitem__'

Suggested Fix

Use only one of below