Skip to content Skip to sidebar Skip to footer
Showing posts with the label Network Programming

How To Change A Tls Context Option

In python, we can specify some TLS context options. For example, this code from the documentation h… Read more How To Change A Tls Context Option

"[errno 1] Operation Not Permitted" When Creating Socket

I am trying to use the program DigiKey have made for their Amazon Dash Button hack to monitor for w… Read more "[errno 1] Operation Not Permitted" When Creating Socket

Twisted Framework Server Making Connections As A Client?

So first off, let me show you my code and the error it returns: print 'before import' from … Read more Twisted Framework Server Making Connections As A Client?

Can't Receive Peer Certificate In Python Client Using Openssl's Ssl.sslcontext()

I am a Windows user. I use Python 3.6.5 and I import this version of OpenSSL OpenSSL 1.0.2k. I need… Read more Can't Receive Peer Certificate In Python Client Using Openssl's Ssl.sslcontext()

Traceback (most Recent Call Last): File "", Line 1, In Attributeerror: Module 'socket' Has No Attribute 'close'

I need to write a program that retrieves the IP addresses of a list of domain names. The simple exa… Read more Traceback (most Recent Call Last): File "", Line 1, In Attributeerror: Module 'socket' Has No Attribute 'close'

How To Get Mac Address Of Connected Access Point?

I am using Scapy to sniff access point(AP) beacon packets and also getting all AP beacon packets an… Read more How To Get Mac Address Of Connected Access Point?