diff --git a/ctfr.py b/ctfr.py index 91629dc..cb37408 100644 --- a/ctfr.py +++ b/ctfr.py @@ -43,7 +43,7 @@ def clear_url(target): def save_subdomains(subdomain,output_file): with open(output_file,"a") as f: f.write(subdomain + '\n') - f.close() + def main(): banner()