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

An anti-spam solution for my home network

In this blog, let’s discuss the best way to secure my local mailbox. A little introduction Emailing application local or online come with multiple settings and options to secure emails exchange, and the content of the mailboxes. But many of them seem inefficient to block some of the spam traffic making the mailbox very hard…...

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

From Router Configuration File to Excel Sheet… A Basic How to Automate Configuration Work Process!

Dans cet article, nous automatisons le traitement des fichiers de configuration des routeurs Cisco dans un classeur Excel. Introduction Comment récupérer une certaine information d’un fichier de configuration (routeur IOS de Cisco par exemple) et la mettre dans un fichier Excel en vue d’un traitement plus avancé. Ce traitement peut être simplement de comparer cette…...

Paid one time Membership Required

You must be a Paid one time 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!