INNER CODE UNIT · Python

send

paulveillard/cybersecurity · cyber-security-scripts/ServerWithAuthentication.py:242

def send():
    while True:
        msg = input("[+] Enter your message: ")
        msg = f"\n[(SERVER)]: {msg}"
        for item in conn_list:
            try:
                item.send(msg.encode('utf-8'))
            except:
                pass
def conn_checker():
    while True:
        for conn in conn_list:
            try:
                msg = "".encode('utf=8')
                conn.send(msg)
            except:
                item = 0
                for ip in ip_list:

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…