Browse Source

Update clflareIPscan.py

abdoxfox 2 năm trước cách đây
mục cha
commit
9a52896e28
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  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