How to build an .EXE for your Py Script

In this blog, let’s see how we can build an exe file from our py (python) script. Motivation Why it is interesting to build an exe for our py script? poratability, ease of execution, etc. are some reasons why to do so. Instead of opening the IDE, loading the script, run it, an exe file…...

Free level Membership Required

You must be a Free level member to access this content.

Join Now

Already a member? Log in here
Read More

My First Scapied IPV6 Packet

In this blog, let’s build our first IPv6 packet. Introduction The idea of this lab is to craft an IPv6 packet from scratch using Python and Scapy library. The IDE I use is JetBrains PyCharm Community Edition 2018.3.1 x64 which is available for free at : https://www.jetbrains.com/pycharm/download/download-thanks.html?platform=windows&code=PCC The IDE The IDE interface looks like in…

Read More
Copied!