소스 검색

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()