-
-
Notifications
You must be signed in to change notification settings - Fork 161
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
The --subdomains feature is broken due to an API mismatch.
Location
- File:
opensquat.py, line 87
Problem
subdomains = vt.VirusTotal().main(domain, "subdomains")The main() method signature in vt.py is:
def main(self, domain, api_key_file="vt_key.txt"):The string "subdomains" is being passed as the api_key_file parameter, not as a mode selector.
Suggested Fix
Refactor vt.py to support a mode parameter or create a separate method for subdomain lookups.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working