🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

cj7

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cj7

A simple way for TCP and UDP communication.

0.0.1
100

Supply Chain Security

100

Vulnerability

94

Quality

100

Maintenance

100

License

Maintainers
1

cj7

A simple way to send TCP and UDP packets in Python without the need for sockets.

Examples

Sending packets in UDP sendPacketUDP(ip, port, data, showSent)

Put the target IP as the first variable, the target port as the second, the data to be sent in the third and either True or False in the last variable for whether or not to print a message when the packet has been sent.

Sending packets in TCP sendPacketTCP(ip, port, data, showSent)

Put the target IP as the first variable, the target port as the second, the data to be sent in the third and either True or False in the last variable for whether or not to print a message when the packet has b een sent.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts