Projects STRLCPY opensquat Commits 0d2b8f17
🤬
  • ■ ■ ■ ■
    opensquat/app.py
    skipped 420 lines
    421 421   if doppelganger:
    422 422   reachable = self.is_site_reachable(domains)[1]
    423 423   if self.response_contains_keyword(keyword):
    424  - print_info(f"Site contains {self.text_to_search} !")
     424 + print_info(f"Site response contains {keyword} !")
    425 425   if not ct.CRTSH.check_certificate(domains):
    426 426   print_info("suspicious certificate detected")
    427 427   else:
    skipped 191 lines
Please wait...
Page is in error, reload to recover