From 9e8d6b06b66cf034f6e87ad39e311f0a652b343e Mon Sep 17 00:00:00 2001 From: Leeon123 Date: Tue, 22 Mar 2022 20:17:03 +0800 Subject: [PATCH] Update cc.py --- cc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cc.py b/cc.py index cc8f452..dd56c54 100644 --- a/cc.py +++ b/cc.py @@ -550,7 +550,7 @@ def PrintHelp(): -f | set proxies file (default:socks.txt) -b | enable/disable brute mode | Enable=1 Disable=0 (default:0) - -s | set attack period (default:60) + -s | set attack time(default:60) -down | download proxies -check | check proxies =====================================================''') @@ -660,4 +660,4 @@ def main(): time.sleep(period) if __name__ == "__main__": - main()#Coded by Leeon123 \ No newline at end of file + main()#Coded by Leeon123