BLOG

Latest Articles

How to PROPERLY exit script in Python [3 Methods]

In this tutorial, we learned about three different methods that are used to terminate the python script including exit(), quit() and sys.exit() method by taking …

By bashiralam · 8 min read · Python

Master Python pwd Module [Basics to Advanced]

The Python pwd module provides access to the Unix user account and password database. Using this module, we can access the user's account and password database. …

By bashiralam · 10 min read · Python

Create phishing campaign with Gophish [Step-by-Step]

Step by step instructions to create a phishing campaign using gophish framework. We have configured sending profile, added the sending profile and templates …

By kennedymuthii · 5 min read · Ethical hacking