Skip to content

Commit

Permalink
Update cc.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Leeon123 authored Dec 18, 2020
1 parent 0de762a commit 48e97cc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions cc.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
CC///// CC///// | ddos tool |/
CCCCC/ CCCCC/ |___________|/
>--------------------------------------------->
Version 3.6 (2020/12/16)
Version 3.6 (2020/12/19)
C0d3d by L330n123
┌─────────────────────────────────────────────┐
│ Tos: Don't attack .gov website │
Expand Down Expand Up @@ -639,9 +639,10 @@ def downloadsocks(choice):
f.close()
print("> Have already downloaded socks5 list as socks5.txt")
def prevent():
if '.gov' in url :
print("You can't attack .gov website!")
exit()
if '.gov' in url :
print("> You can't attack .gov website!")
exit()

def main():
global multiple
global choice
Expand Down

0 comments on commit 48e97cc

Please sign in to comment.