Taking a look at BooFuzz in preparation for Lost Rabbit Labs - Haktober Event! BooFuzz is a network Protocol Fuzzer for Humans.…
All posts in Python
Mini-Blog series working the challenges on the ROP Emporium website.…
Learning Pwntools by working the entry challenge ret2win Ropemporium CTF website.…
Introduction In the previous blog post we begun diving into the wonderful world of 802.11 protocol. 802.11 is a protocol for defining a set of media access controls and physical layer specifications for implementing a wireless LAN access. What is most commonly known as wireless technology. In this blog post we will be looking at using a popular Python module named Scapy to manipulate, craft, and send 802.11 packets over the air. There are some prerequisites if you plan on following along with this blog post, and trying some of the code written here. The code should…