Projects STRLCPY opensquat Commits bbe136fe
🤬
  • ■ ■ ■ ■ ■ ■
    CHANGELOG
     1 +v1.97.1 (2022-04-17)
     2 ++ Bug correction (#63) - double DNS validation
     3 + 
    1 4  v1.97 (2020-10-18)
    2 5  + Domains can be verified is they are blacklisted to any VirusTotal engine
    3 6  + You can now filter results using different args
    skipped 69 lines
  • ■ ■ ■ ■
    opensquat/__init__.py
    1 1  # -*- coding: utf-8 -*-
    2 2  # Module: __init__.py
    3 3  """openSquat Version."""
    4  -__VERSION__ = "1.97"
     4 +__VERSION__ = "1.97.1"
    5 5   
  • ■ ■ ■ ■ ■
    opensquat/app.py
    skipped 426 lines
    427 427   domains,
    428 428   self.confidence[leven_dist]
    429 429   )
    430  - self.dns_reputation(domains)
    431 430   
    432 431   # DNS Validation
    433 432   if(self.dns_validation):
    skipped 165 lines
Please wait...
Page is in error, reload to recover