浏览代码

Update clflareIPscan.py

abdoxfox 2 年之前
父节点
当前提交
9e8fb66801
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      clflareIPscan.py

+ 2 - 2
clflareIPscan.py

@@ -44,7 +44,7 @@ class cdnscanner:
 				req = self.request(url,timeout=7,allow_redirects=False)
 			status = req.status_code
 			server = req.headers['server']
-			response = f'{G}{ip}\t{status}\t{server}{GR}\r\n'
+			response = f'\n{G}{ip}\t{status}\t{server}{GR}\r\n'
 			sys.stdout.write(response)
 			sys.stdout.flush()
 			if self.output :
@@ -98,4 +98,4 @@ def parseargs():
 		cdnscan.main()
 		
 if __name__ =='__main__':	
-	parseargs()
+	parseargs()