Skip to content Skip to sidebar Skip to footer
Showing posts with the label Networking

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?

Establishing Tcp Socket Connection Between 2 Vms Using Python

I am running 2 Virtual Machines as Client-Server. One VM is a Windows[Client] and the other VM is a… Read more Establishing Tcp Socket Connection Between 2 Vms Using Python

In Python, Issue A Get Request To A Ipv6 Link-local Address

Is there a standard way to issue an HTTP GET request to a url using any standard python library, wi… Read more In Python, Issue A Get Request To A Ipv6 Link-local Address

Reconnect To Different Address In Twisted?

I have a server that sends my client the address of a backup server in case it goes down. On the se… Read more Reconnect To Different Address In Twisted?

Associating My Windows Computer To A Wifi Ap With Python

I'm trying to write a python script that can make my computer associate to a wireless access po… Read more Associating My Windows Computer To A Wifi Ap With Python

Reading Both Tcp And Udp Packets From Same Socket

I am trying to read packets in a router, like this in python: # (skipping the exception handling co… Read more Reading Both Tcp And Udp Packets From Same Socket