Changing your MAC address in Windows (cont.) Python Script

After writing the previous blog post about manually changing the MAC address of a Windows system, I decided to create a small Python script which would ease up the whole process. The scripts basic functionality List all network interfaces Change the MAC address of an interface Restart the interface Reset a changed MAC back to … Read more

Changing your MAC address in Windows

A media access control address (MAC address) is a unique identifier assigned to a network interface controller (NIC) for communications at the data link layer of a network segment. Unlike IP addresses, provided by your ISP, router or network admin, the MAC address is assigned by the manufacturer of the network interface controller. However, it … Read more

Budget “USB Rubber Ducky” – Digispark Attiny85

A USB Rubber Ducky is a keystroke injection tool disguised as a generic flash drive. The most prominent one being Hak5’s USB Rubber Ducky. Its general idea is to look like a normal USB flash drive while acting like a keyboard, with prerecorded key strokes, when being attached to a computer. One can program it … Read more