Modopo - Mobile Download Portal

Register   Forgotten Your Password?
Members List Mark Forums Read netcat gui Phone-Glossary netcat gui Phone Gallery

Netcat Gui [TOP-RATED]

 
 
Thread Tools

: Download ncGUI for Windows or clone a Python version from GitHub. You might find yourself reaching for the mouse more often than you'd expect. Have a favorite Netcat GUI? Share it in the comments below.

import socket, tkinter as tk from tkinter import scrolledtext def send_data(): sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM) sock.connect((host_entry.get(), int(port_entry.get()))) sock.send(data_entry.get().encode()) log_area.insert(tk.END, f"Sent: data_entry.get()\n") sock.close()

Netcat Gui [TOP-RATED]

: Download ncGUI for Windows or clone a Python version from GitHub. You might find yourself reaching for the mouse more often than you'd expect. Have a favorite Netcat GUI? Share it in the comments below.

import socket, tkinter as tk from tkinter import scrolledtext def send_data(): sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM) sock.connect((host_entry.get(), int(port_entry.get()))) sock.send(data_entry.get().encode()) log_area.insert(tk.END, f"Sent: data_entry.get()\n") sock.close() netcat gui