136 skills found · Page 5 of 5
hadis98 / FTP Client Server Python Socket Programmingthis is a socket programming for FTP protocol with python that has a client file and a server file.
doublecluepon / SwfConduitA Flash socket server in Python using Twisted and PyAMF
vgg-dev / Py C2A basic Command and Control (C2) server implementation using Python's socket module.
shenghuayou / Python Socket Terminal Chatuse python socket to create a simple chat server with database to store and retrieve chat history
koval01 / LovensepyFull-featured Python client for Lovense API. Supports LAN Game Mode, Cloud Server API, WebSocket (Socket API), and real-time Toy Events. Optimized for high performance and asynchronous automation
V8ST8K / TCP ChatCreation of a messenger in python is performed using pyqt5 python and has a graphical interface. This project is implemented entirely in python using sockets, and the following modules: pyqt5, socket, rsa, and many others. This python messenger is protected from timing and MITM attacks. This project is fully implemented in Python using asymmetric RSA encryption and is built on the Socket module with the generation of authentication files. Each node connects ONLY using the key file of the other node, which is generated in advance and transmitted between the chat participants. The entire process of correspondence is not saved on the computer and will be cleared after the program ends, since it is stored only in RAM. The server is used only for transferring data between the participants, while it is impossible to decrypt your messages on the server side. And yes, the server-client model is completely TCP-based.
Pulkit-Py / Control Laptop Using MobileControl your Laptop using Mobile Want to do something new using python so today's we just create a python project that can be used to connect a laptop and a mobile using the socket programming by which you can perform some simple task like playing music, calculating equation, shutdown or restart your pc and even you can talk with your laptop or desktop. so how this project will work How this project will work? First of all, you need a laptop and mobile with python installed on both of the devices and connect both the device with the same server that creates a connection between both the device and by using the python socket programming we connect both the device using the same server IP and perform a task using an if-else statement that looks too hard to understand but it's so simple to implement the code let's have a look at server-side code❤️ Owner Made with ❤️ by Pulkit Saini For Your Support:- Subscribe to my YouTube Channel:- https://www.youtube.com/pulkitpy Follow me on Instagram:-https://www.instagram.com/pulkit_py/ Follow us on Facebook:- https://www.facebook.com/pulkitpy Follow us on Github:- https://github.com/Pulkit-Py For the Latest update join:- https://t.me/pulkit_py
welir / TCP PYTHONPython TCP. Client server socket project.Client send data to server.Server save data to base
5hubh4m / ChatUpA simple socket based GUI real-time chatting application built on client-server model in Python 2.7!
hasielhassan / Python2QtScript SocketServerA research test to comunicate Python programs with QtScript using web sockets...
tdubourg / Python Websocket ServerSimplistic Web Socket server in Python
GrantWilliams99 / TicTacToeA simple game of tic-tac-toe demonstrating Python networking using sockets and pickling.
AlirezaAK2000 / PelnetPython program used to establish a client-server connection using sockets.(Computer Network second project)
wxc971231 / File HelperThis is a file transfer software based on python socket,whose GUI is built by PyQt5. You can Configure it to work in the server state or client state. This application supports multithreaded transfers, which means a server can connect multiple clients, and each of them can upload or download multiple files simultaneously.
F4RAN / Socket ProgrammingPython multi-thread socket programming - first client send a message to the server, server pass it to the second client, second client recognize repeated words and give back it to the server, server send it to first client, and first client print words and repeats. you can have many client_1 and client_2 (because of threads)
ttyoma / Trivia.NETA console-based trivia game built in Python using client-server architecture. The project features TCP socket communication, JSON-based message exchange, and multithreading to handle simultaneous players and asynchronous I/O, as well as an optional Ollama-powered AI integration to answer on the clients behalf.
JeetRami / Mangekyou Scanner# Mangekyou-Scanner Requirements: 1. Python 3 2. socket module (If inbuilt is not in your machine) 3. sys module (If inbuilt is not in your machine) 4. time (If inbuilt is not in your machine) 5. datetime (If inbuilt is not in your machine) 6. threading (If inbuilt is not in your machine) How to run the script: 1.First of all navigate to the directory in which the script is eg. cd /Downloads/ 2.Unzip the folder 3.Go into unzip directory of Mangekyou-Scanner eg. cd /Downloads/Mangekyou-Sanner 4.Start the script eg. ./Mangekyou-Scanner.py Description about Script: When you run the script you see 3 options: 1. Simple Port Scan 2. Ultimate Mode: Port Scan + Banner Grabbing (Normal Speed Scan) [Recommended] 3. Advanced Mode: Port Scan + Banner Grabbing (Fast speed Scan) [Not Recommended] 1st option just scan for open port. 2nd option show open port and give information of that open port. 3rd option do same like 2nd option but in 3rd option speed increase of scanning ports but i not recommended to use it because some time server blocks your ip because of using 3rd option advanced mode and you get error of 'Timed out' i suggest to use ULtimate mode. When you select any option from above 3 option then script ask you that you want to scan select port numbers or scan all ports if you want to scan selected ports then write ports number otherwise click enter to scan all default ports. Please be patient if you select all defaults ports for scan. Credits: I like to thanks violent python book, null bytes, hackingvision and furas.pl who help me in this script Information of People who help me: 1. Violent Python Cookbook Penetration Engineers 2. Hacking vision: website: www.hackingvision.com I suggest to all once visit the hacking vision website. That website is best for pentester and programmers. I learn many things from that website 3. Null bytes: website: www.null-byte.wonderhowto.com I suggest to all once visit the hacking vision website. That website is best for pentester and programmers. 4. furas.pl website: www.blog.furas.pl website is in work and furas.pl help me alot in this script he is nice programmer and he is working on his blog at now he going to start tutorial of programming i will suggest you to visit his blog. Once time again i thanks to 4 of you to help me.
nikhilroxtomar / Socket Programming Server In C And Client In PythonA simple TCP client-server program, where server in written in C programming language while the client is written in Python programming language.
musikalkemist / Socketprogramming TutorialSimple client and server socket scripts in Python
rdbo / Hybrid Encryption PocRSA + ECDHE client-server communication with Python sockets