소스 검색

Update clflareIPscan.py

abdoxfox 2 년 전
부모
커밋
9a52896e28
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      clflareIPscan.py

+ 3 - 3
clflareIPscan.py

@@ -85,10 +85,10 @@ def parseargs():
 		parser.add_argument('-o','--output',help='save output in file',dest='output',type=str)
 	
 		args = parser.parse_args()		
-		if not args:
-			parser.print_help()
+	
+			
+			
 			
-			return
 		cdnscan=cdnscanner()
 		cdnscan.threads = args.threads
 		cdnscan.port = args.port