How to find the IP address of a system/website using Python

How to find the IP address of a system/website using Python

An IP address represents the physical address of our system or network. And when we connect to the …

Difference Between Python List append() and extend() Methods

Difference Between Python List append() and extend() Methods

In Python, we have the List data structure that is used to store multiple values in a single variab…

How to Get Open Port Banner in Python?

How to Get Open Port Banner in Python?

If you do not know how to check the open and close port of a target in Python, then please check ou…

How to print colored Python output on the terminal?

How to print colored Python output on the terminal?

At the beginning stage, we generally built console-based Python projects where we simply printed th…

Python Single and Double Underscore

Python Single and Double Underscore

In other programming languages, we use the underscore for the snake_casing variable names, but in P…

How to Build a Port Vulnerability Scanner in Python

How to Build a Port Vulnerability Scanner in Python

Mostly all the open ports use a banner or service software on which they run. If you do not know ho…

Difference Between Del, Remove, Clear and Pop on Python Lists

Difference Between Del, Remove, Clear and Pop on Python Lists

This tutorial will walk you through the difference between del, remove, clear, and pop on Python li…

How to Find all files in a Directory with specific extension in Python

How to Find all files in a Directory with specific extension in Python

Python comes with a standard module called os that is used to handle file management using Python. …

How to Build a WiFi Scanner in Python?

How to Build a WiFi Scanner in Python?

Wi-fi is an abbreviation for wireless fidelity. It is a wireless technology that allows computers, …

How to Use CHOWN Command in Linux?

How to Use CHOWN Command in Linux?

Linux is one of the best multi-user operating systems as it allows multiple users to operate and in…

How to Install Google Chrome on Ubuntu 20.04?

How to Install Google Chrome on Ubuntu 20.04?

Google Chrome is one of the most popular browsers in the world, with around 65% market share worldw…

How to Create Users in Linux?

How to Create Users in Linux?

We know that Linux provides a robust environment for multiple users to work together in the same ho…