Posts

Showing posts from October, 2021

Install Python2/Python3 and install pip2/pip in Linux

Image
Install Python2 sudo apt install python2 check if pip installed, if is Yes, you can skip the Install python2 pip otherwise continue with Install python2 pip .   Install Python2 Pip Method-1: sudo apt-get install python-pip pip2 -V (or) pip -V Method-2: sudo apt update curl https://bootstrap.pypa.io/pip/2.7/get-pip.py --output get-pip.py sudo python2 get-pip.py pip2 -V (or) pip -V  Install Python3 sudo apt install python3 check if pip installed, if is Yes, you can skip the Install python3 pip otherwise continue with Install python3 pip . Install Python3 Pip Method-1: sudo apt-get install python3-pip pip3 -V (or) pip -V Method-2: sudo apt update curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py sudo python3 get-pip.py pip3 -V (or) pip -V 

MAC Address Lookup in Linux/Windows

Image
In this article, we are going to learn about MAC Address and how we can reverse lookup MAC address using tools.    Disclaimer:   The articles provided on HackWithV is purely for informational and educational purpose only, and for those who are willing and curious to know & learn about Ethical Hacking, Security and Penetration Testing. Anytime the word "Hacking" that is used on this site shall be regarded as Ethical Hacking. Table of Content What is MAC Address?  Jump to Hands-On Jump to Step 1: Find MAC Address in Linux Jump to Step 2: Find MAC Address in Windows  Jump to Step 3: MAC Address Lookup using whoismac tool in Linux  Jump to Step 4: MAC Address Lookup using Web Applications  Jump to What is MAC Address? MAC Address stands for Media Access Control Address.  It is a unique identifier assigned to a network interface controller (NIC) for use a

Install Multiple Bootable Operating Systems on a Single USB Stick in Windows (Ventoy)

Image
In this article, we are going to learn about how to create multiple bootable operating system on a single USB Stick using Ventoy tool in Windows.   Disclaimer:   The articles provided on HackWithV is purely for informational and educational purpose only, and for those who are willing and curious to know & learn about Ethical Hacking, Security and Penetration Testing. Anytime the word "Hacking" that is used on this site shall be regarded as Ethical Hacking. Table of Content What is Ventoy?  Jump to Hands-On Jump to Step 1: Download Ventoy Tool Jump to Step 2: Install Ventoy Tool  Jump to Step 3: Run Ventoy Tool  Jump to Step 4: Create Multiple OS in a USB  Jump to What is Ventoy? Ventoy is an open source tool to create bootable USB drive for ISO/WIM/IMG/VHD(x)/EFI files. With ventoy, we don't need to format the disk over and over, we just

VPNBook in Linux

Image
In this article, we are going to learn about VPN and VPNBook, and hands-on lab on installation and working with VPN in linux.  Disclaimer:   The articles provided on HackWithV is purely for informational and educational purpose only, and for those who are willing and curious to know & learn about Ethical Hacking, Security and Penetration Testing. Anytime the word "Hacking" that is used on this site shall be regarded as Ethical Hacking. Table of Content What is VPN?  Jump to VPNBook  Jump to Hands-On  Jump to Step 1: Download VPNBook Bundle   Jump to Step 2: Extract Bundle   Jump to Step 3:  Connect to VPN Server  Jump to What is VPN? VPN stands Virtual Private Network. VPN is most often used by IT companies to protect sensitive data shared on the public network.  It establishes a virtual point-to-point connection which allows employees in the organisation to send or receive data across public networks.  VPNBo