Bug #59

incorrect split to get "victim"

Added by Manfred Schilling about 3 years ago. Updated about 3 years ago.

Status:Closed Start date:
Priority:Normal Due date:
Assignee:Lukas Rist % Done:

0%

Category:Glastopf Spent time: -
Target version:Next stable release
Resolution:fixed

Description

You can't whois subdomains.

so your splitting in dbmysql.py

76        if (re.search("www\.",victim)):
77            victim = victim.partition("www.")r2

is not correctly done.

Only removing the www. does not make the "victim" whoisable.

in case domain is "moo.muhmuh.com" you need to get "muhmuh.com" as victim

History

Updated by Lukas Rist about 3 years ago

  • Status changed from New to Closed
  • Resolution set to fixed

Fixed in changeset r129

Also available in: Atom PDF